Skip to content

Commit a2ed0a4

Browse files
Vitaly Rodionovtiwai
authored andcommitted
ALSA: hda/cs8409: Suppress vmaster control for Dolphin models
Customer has reported an issue with specific desktop platform where two CS42L42 codecs are connected to CS8409 HDA bridge. If "Master Volume Control" is created then on Ubuntu OS UCM left/right balance slider in UI audio settings has no effect. This patch will fix this issue for a target paltform. Fixes: 20e5077 ("ALSA: hda/cs8409: Add support for dolphin") Signed-off-by: Vitaly Rodionov <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 56beedc commit a2ed0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_cs8409.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,7 @@ void dolphin_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int ac
13711371
spec->scodecs[CS8409_CODEC1] = &dolphin_cs42l42_1;
13721372
spec->scodecs[CS8409_CODEC1]->codec = codec;
13731373
spec->num_scodecs = 2;
1374+
spec->gen.suppress_vmaster = 1;
13741375

13751376
codec->patch_ops = cs8409_dolphin_patch_ops;
13761377

0 commit comments

Comments
 (0)