aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_conexant.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r--sound/pci/hda/patch_conexant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c
index a7a5733aa4d2..51e3ed4527c3 100644
--- a/sound/pci/hda/patch_conexant.c
+++ b/sound/pci/hda/patch_conexant.c
@@ -1643,7 +1643,7 @@ static void cxt5051_update_speaker(struct hda_codec *codec)
1643 pinctl = (!spec->hp_present && spec->cur_eapd) ? PIN_OUT : 0; 1643 pinctl = (!spec->hp_present && spec->cur_eapd) ? PIN_OUT : 0;
1644 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PIN_WIDGET_CONTROL, 1644 snd_hda_codec_write(codec, 0x1a, 0, AC_VERB_SET_PIN_WIDGET_CONTROL,
1645 pinctl); 1645 pinctl);
1646 /* on ideapad there is an aditional speaker (subwoofer) to mute */ 1646 /* on ideapad there is an additional speaker (subwoofer) to mute */
1647 if (spec->ideapad) 1647 if (spec->ideapad)
1648 snd_hda_codec_write(codec, 0x1b, 0, 1648 snd_hda_codec_write(codec, 0x1b, 0,
1649 AC_VERB_SET_PIN_WIDGET_CONTROL, 1649 AC_VERB_SET_PIN_WIDGET_CONTROL,