Message ID | 20240124070017.18378-2-hui.wang@canonical.com |
---|---|
State | New |
Headers | show |
Series | Audio balancing setting doesn't work with the cirrus codec | expand |
applied to oem-5.17, thanks
Acked-By: AceLan Kao <acelan.kao@canonical.com>
diff --git a/sound/pci/hda/patch_cs8409.c b/sound/pci/hda/patch_cs8409.c index 8efc4ee49b7c..61f8e2167318 100644 --- a/sound/pci/hda/patch_cs8409.c +++ b/sound/pci/hda/patch_cs8409.c @@ -1369,6 +1369,7 @@ void dolphin_fixups(struct hda_codec *codec, const struct hda_fixup *fix, int ac spec->scodecs[CS8409_CODEC1] = &dolphin_cs42l42_1; spec->scodecs[CS8409_CODEC1]->codec = codec; spec->num_scodecs = 2; + spec->gen.suppress_vmaster = 1; codec->patch_ops = cs8409_dolphin_patch_ops;