ALSA: usb-audio - Volume control quirk for QuickCam E 3500
authorAlexey Fisher <bug-track@fisher-privat.net>
Wed, 22 Jul 2009 12:57:54 +0000 (14:57 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 22 Jul 2009 13:52:15 +0000 (15:52 +0200)
- E3500 report cval->max more than it actually can handel, so if you
set 95% capture level it will be silently muted.
- Betwen cval->min and cval-max(real) is 2940 control units,
but real are only 7 with cval->res = 384.
- Alsa can't handel less than 10 controls, so make it more
and set cval->res = 192.

Signed-off-by: Alexey Fisher <bug-track@fisher-privat.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found