* problems with the mixer (fwd)
@ 2004-05-08 14:37 Aner Gusic
2004-05-11 11:07 ` Takashi Iwai
0 siblings, 1 reply; 7+ messages in thread
From: Aner Gusic @ 2004-05-08 14:37 UTC (permalink / raw)
To: alsa-devel
Hi!
I didn't get any answer on alsa-user list so I try here.
I have a Hoontech NX card with outputs for front and rear speakers.
Volume settings for these I would like to set independently of each
other, and this worked just fine while I was running ALSA 0.5.x.
However, a couple of days ago I upgraded to ALSA 1.0.3.
Now, there are two possibilities for controling volume settings on
speakers, one with "Sigmatel 4-speaker stereo" off and another with
this switch turned on.
The second posibility (4-s s on), has following setup:
- "Master" controls front speakers
- "PCM" controls both front and rear speakers
Sigmatel 4-speaker stereo off is almost what I want:
- "Master", "PCM", "PCM Front" control front speakers
- "Surrownd", "PCM Reverb" control rear speakers
However, PCM Front and PCM Reverb are set to 100% resp. 0% each time
/dev/dsp is opened. This works perfectly for front speakers since
they can be controled with Master or PCM controls, but rear speakers
are muted each time a new song starts.
Is this a bug? (I hope it is.) Is it a known bug, or is it some kind
of feature I can hope to be able to go around in future release of
trident driver?
Regards,
--
Aner Gusic,
Linköping
Sweden
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: problems with the mixer (fwd)
2004-05-08 14:37 problems with the mixer (fwd) Aner Gusic
@ 2004-05-11 11:07 ` Takashi Iwai
2004-05-14 18:05 ` problems with the mixer Aner Gusic
0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2004-05-11 11:07 UTC (permalink / raw)
To: Aner Gusic; +Cc: alsa-devel
At Sat, 8 May 2004 16:37:06 +0200,
Aner Gusic wrote:
>
> Hi!
>
> I didn't get any answer on alsa-user list so I try here.
>
>
> I have a Hoontech NX card with outputs for front and rear speakers.
> Volume settings for these I would like to set independently of each
> other, and this worked just fine while I was running ALSA 0.5.x.
> However, a couple of days ago I upgraded to ALSA 1.0.3.
>
> Now, there are two possibilities for controling volume settings on
> speakers, one with "Sigmatel 4-speaker stereo" off and another with
> this switch turned on.
>
> The second posibility (4-s s on), has following setup:
> - "Master" controls front speakers
> - "PCM" controls both front and rear speakers
>
> Sigmatel 4-speaker stereo off is almost what I want:
> - "Master", "PCM", "PCM Front" control front speakers
> - "Surrownd", "PCM Reverb" control rear speakers
>
> However, PCM Front and PCM Reverb are set to 100% resp. 0% each time
> /dev/dsp is opened. This works perfectly for front speakers since
> they can be controled with Master or PCM controls, but rear speakers
> are muted each time a new song starts.
>
> Is this a bug? (I hope it is.) Is it a known bug, or is it some kind
> of feature I can hope to be able to go around in future release of
> trident driver?
you can use "front", "rear" and "surround40" PCMs.
then the volumes and the route should be initialized properly.
--
Takashi Iwai <tiwai@suse.de> ALSA Developer - www.alsa-project.org
-------------------------------------------------------
This SF.Net email is sponsored by Sleepycat Software
Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver
higher performing products faster, at low TCO.
http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: problems with the mixer
2004-05-11 11:07 ` Takashi Iwai
@ 2004-05-14 18:05 ` Aner Gusic
2004-05-14 18:23 ` Takashi Iwai
0 siblings, 1 reply; 7+ messages in thread
From: Aner Gusic @ 2004-05-14 18:05 UTC (permalink / raw)
To: alsa-devel
* Takashi Iwai <tiwai@suse.de>:
> you can use "front", "rear" and "surround40" PCMs.
> then the volumes and the route should be initialized properly.
I've tryed playing some samples with aplay combined with -D parameter,
e.g. "aplay -Dfront foo.wav". However, what I want is to play a
sample on both front and rear speakers, but control the sound level
independently, so what remains is the surround40-pcm.
When I try this (-Dsurround40) I get the following message:
aplay: set_params:837: Channels count non available
I've tried reading documentation in alsa-driver source-tree, but it is
sparse. No documentation on the homepage that I found covers what I
am having problems with. :/ Any suggestions to where I should look?
Mostly, it should cover pcm:s, this "routing stuff" and such.
Thanks for your help,
/A
--
Aner Gusic,
LiTH
Sweden
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: problems with the mixer
2004-05-14 18:05 ` problems with the mixer Aner Gusic
@ 2004-05-14 18:23 ` Takashi Iwai
[not found] ` <20040518152453.GA18442@sture.lysator.liu.se>
0 siblings, 1 reply; 7+ messages in thread
From: Takashi Iwai @ 2004-05-14 18:23 UTC (permalink / raw)
To: Aner Gusic; +Cc: alsa-devel
At Fri, 14 May 2004 20:05:09 +0200,
Aner Gusic wrote:
>
> * Takashi Iwai <tiwai@suse.de>:
>
> > you can use "front", "rear" and "surround40" PCMs.
> > then the volumes and the route should be initialized properly.
>
> I've tryed playing some samples with aplay combined with -D parameter,
> e.g. "aplay -Dfront foo.wav". However, what I want is to play a
> sample on both front and rear speakers, but control the sound level
> independently, so what remains is the surround40-pcm.
>
> When I try this (-Dsurround40) I get the following message:
> aplay: set_params:837: Channels count non available
did you play a 4-channel sample file?
> I've tried reading documentation in alsa-driver source-tree, but it is
> sparse. No documentation on the homepage that I found covers what I
> am having problems with. :/ Any suggestions to where I should look?
> Mostly, it should cover pcm:s, this "routing stuff" and such.
it's not the scope of the driver but the library.
you might find some useful info in ALSA wiki page...
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2004-05-19 16:21 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-08 14:37 problems with the mixer (fwd) Aner Gusic
2004-05-11 11:07 ` Takashi Iwai
2004-05-14 18:05 ` problems with the mixer Aner Gusic
2004-05-14 18:23 ` Takashi Iwai
[not found] ` <20040518152453.GA18442@sture.lysator.liu.se>
2004-05-18 15:41 ` Takashi Iwai
[not found] ` <20040518221358.GA19254@sture.lysator.liu.se>
2004-05-19 10:26 ` Takashi Iwai
[not found] ` <20040519142648.GA21022@sture.lysator.liu.se>
2004-05-19 16:21 ` Takashi Iwai
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.