]> 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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 May 2018 06:48:52 +0000 (08:48 +0200)
commit2444bdbebcf9fc71b9177965c8117523f91b5170
treeea0d48bf897cad2d38f02cb71fc6f49dea9ce29e
parent294c6cc3364ab82b8717db938d123fbf968b8c0f
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>
Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/mixer.c