Andras Lorincz <[EMAIL PROTECTED]> writes:

>> > So I've installed kernel 2.6.15.3 which contains alsa 1.0.10rc3 and
>> > have alsa-base and alsa-tools version 1.0.10 and the problem still
>> > persist.
>> What version is alsa-lib?
>>
>> If your hardware really has no master volume then softvol is the
>> solution...
>
> libasound2_1.0.10-2 is installed. Maybe some parameters should be passed to
> the module (snd-intel8x0) but I don't know if this is the problem or I have
> to use softvol as you say.

I have the same Board (ASUS A7N8X-XE) with Nvidia CK8 and can confirm
the problem, using Kernel 2.6.15.3, with Alsa driver from kernel tree and CVS.
Using alsa-lib 1.0.11rc2 from debian/experimental (1.0.10+1.0.11rc2-1). 

Master Playback Volume incl. Master Playback Switch does not work.
PCM Volume not working, though PCM Playback Switch is working.

Is there a way to figure out, if the hardware has master volume available?
Hmm, after skimming over the AC97 standard,
Master Volume (incl. switch) is register 02 and for PCM Playback is 18.
I did some tests and read the registers from
/proc/asound/card0/codec97#0/ac97#0-0+regs

First the Master Volume, though the registers are indeed changing
there is no effect. 

Works? | Register 0:02 | Master Volume | Master Playback Switch
-------+---------------+---------------+------------------------
no     | 0000          | 31,31         | on
no     | 8000          | 31,31         | off
no     | 1f1f          | 0,0           | on
no     | 9f1f          | 0,0           | off

The case is different for the PCM Playback Volume and Switch:

Works?    | Register 0:18 | PCM Playback Volume | PCM Playback Switch 
----------+---------------+---------------------+--------------------
no change | 0808          | 255,255             | on
mute      | 8808          | 255,255             | off
no change | 0808          | 0,0                 | on
mute      | 8808          | 0,0                 | off

It seems that the change in PCM Playback Volume does not change any 
registers. The PCM Playback Switch however does work and the playback
is muted.

Regards,
Matthias


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Alsa-user mailing list
Alsa-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to