]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: usb: mixer: volume quirk for CM102-A+/102S+
authorFederico Cuello <fedux@fedux.com.ar>
Tue, 8 May 2018 22:13:38 +0000 (00:13 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 21 Oct 2018 07:46:04 +0000 (08:46 +0100)
commitd918677d6d4c0bed8d488d80e11705294660fa43
tree0a83225e300a7d8fff32d0a429428ae9bbfc8313
parent250335bbf19b4a9a9525d20d567f21f1970cada6
ALSA: usb: mixer: volume quirk for CM102-A+/102S+

commit 21493316a3c4598f308d5a9fa31cc74639c4caff upstream.

Currently it's not possible to set volume lower than 26% (it just mutes).

Also fixes this warning:

  Warning! Unlikely big volume range (=9472), cval->res is probably wrong.
  [13] FU [PCM Playback Volume] ch = 2, val = -9473/-1/1

, and volume works fine for full range.

Signed-off-by: Federico Cuello <fedux@fedux.com.ar>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/usb/mixer.c