Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: hda/via: Add minimum mute flag

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>

+1
+1
sound/pci/hda/patch_via.c
··· 113 113 spec->codec_type = VT1708S; 114 114 spec->gen.indep_hp = 1; 115 115 spec->gen.keep_eapd_on = 1; 116 + spec->gen.dac_min_mute = 1; 116 117 spec->gen.pcm_playback_hook = via_playback_pcm_hook; 117 118 spec->gen.add_stereo_mix_input = HDA_HINT_STEREO_MIX_AUTO; 118 119 codec->power_save_node = 1;