]> www.infradead.org Git - users/dwmw2/linux.git/commit
ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB
authorLars-Peter Clausen <lars@metafoo.de>
Fri, 11 Mar 2022 20:14:00 +0000 (21:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Mar 2022 07:57:09 +0000 (09:57 +0200)
commitcbd27127af5f859929d707748633f47e08b3b33f
treedc1a002a7a233d34d289f994d629fed3a5afebf4
parent0ae81ef3ea0e39950eb38a360f30f22d42ca3ddb
ALSA: usb-audio: Add mute TLV for playback volumes on RODE NT-USB

commit 0f306cca42fe879694fb5e2382748c43dc9e0196 upstream.

For the RODE NT-USB the lowest Playback mixer volume setting mutes the
audio output. But it is not reported as such causing e.g. PulseAudio to
accidentally mute the device when selecting a low volume.

Fix this by applying the existing quirk for this kind of issue when the
device is detected.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20220311201400.235892-1-lars@metafoo.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/usb/mixer_quirks.c