]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hda/via: Add minimum mute flag
authorTakashi Iwai <tiwai@suse.de>
Thu, 14 Jan 2021 07:24:53 +0000 (08:24 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jan 2021 10:47:40 +0000 (11:47 +0100)
commit08fa4ae93e95ec920dcf7f0b5c6ab2d7cb2b5167
treed2403aec4e7bc773bcc549af27ffb6d4fce8b018
parent1607adf1ac413927b6fe19963ebdb52cf9664d9f
ALSA: hda/via: Add minimum mute flag

commit 67ea698c3950d10925be33c21ca49ffb64e21842 upstream.

It turned out that VIA codecs also mute the sound in the lowest mixer
level.  Turn on the dac_min_mute flag to indicate the mute-as-minimum
in TLV like already done in Conexant and IDT codecs.

BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=210559
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210114072453.11379-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_via.c