OSDN Git Service

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>
Tue, 22 May 2018 14:57:56 +0000 (16:57 +0200)
commit639a74bf5f4da1c64884ff157ec62fed2798d5d0
treec6ea0d530c9d2f6f00864c9bcb004b039f5048b3
parent0471d407998b58d1f1cbb4f594fc63f9bf0ec7bb
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