Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Robert Rozman" <rozman@fri.uni-lj.si>
To: alsa-devel@lists.sourceforge.net
Subject: Bug in sis7012 driver - or probably I'm doing something wrong ?
Date: Sun, 4 Apr 2004 21:54:48 +0200	[thread overview]
Message-ID: <007001c41a7e$b0125750$6500a8c0@Lapitopi> (raw)

Hi,

I have Asus pundit with sis7012 sound device and alsa 1.0.4 under Suse 9.0.
I've got advice how to use this 6 channel device as 3 stereo channels but
there seems something not to be right (it could be my mistake).

I have /etc/asound.conf :
pcm_slave.sis {
pcm "hw:0"
channels 6
rate 48000
buffer_size 4096  # make these sizes smaller for lower latency
period_size 2048
periods 0
period_time 0
}

pcm.ch12 {
type dmix
ipc_key 47110815
slave sis
bindings.0 0
bindings.1 1
}

pcm.ch34 {
type dmix
ipc_key 47110815
slave sis
bindings.0 2
bindings.1 3
}

pcm.ch56 {
type dmix
ipc_key 47110815
slave sis
bindings.0 4
bindings.1 5
}


pcm.a {
type plug
slave.pcm ch12
}

pcm.b {
type plug
slave.pcm ch34
}

pcm.c {
type plug
slave.pcm ch56
}

pcm.dmixerALL {
type dmix
ipc_key 47110815
slave sis
    bindings.0 0
    bindings.1 1
    bindings.2 2
    bindings.3 3
    bindings.4 4
    bindings.5 5
}

pcm.channelALL {
    type plug
    slave.pcm "dmixerALL"
    ttable.0.0 1
    ttable.1.1 1
    ttable.0.2 1
    ttable.1.3 1
    ttable.0.4 1
    ttable.1.5 1
}
-----------------------------------------

Now I do:

- alsaplayer with mp3 file on device plug:a
- aplay -D plug:ch12 (funny is that plug:a doesn't work)
- everything is ok and mixed properly

- but if I start another alsaplayer on plug:b (probably also plug:c would be
the same), then aplay produces sound that is "interleaved" in short chunks
and also sound from alsaplayer on plug:b is also heard in addition to
original mp3 and aplay sound.

Am I doing something worng or is this somkind of bug or limitation of alsa
driver ?

Thanks in advance,

Robert.




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click

             reply	other threads:[~2004-04-04 19:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-04-04 19:54 Robert Rozman [this message]
2004-04-06  7:44 ` Bug in sis7012 driver - or probably I'm doing something wrong ? Clemens Ladisch
  -- strict thread matches above, loose matches on Subject: below --
2004-04-24  8:59 Robert Rozman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='007001c41a7e$b0125750$6500a8c0@Lapitopi' \
    --to=rozman@fri.uni-lj.si \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox