aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/pci/hda/patch_realtek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 6d8d9b3520d0..5e42059f10a1 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -3414,7 +3414,7 @@ static void alc_update_headset_mode_hook(struct hda_codec *codec,
3414static void alc_update_headset_jack_cb(struct hda_codec *codec, struct hda_jack_tbl *jack) 3414static void alc_update_headset_jack_cb(struct hda_codec *codec, struct hda_jack_tbl *jack)
3415{ 3415{
3416 struct alc_spec *spec = codec->spec; 3416 struct alc_spec *spec = codec->spec;
3417 spec->current_headset_type = ALC_HEADSET_MODE_UNKNOWN; 3417 spec->current_headset_type = ALC_HEADSET_TYPE_UNKNOWN;
3418 snd_hda_gen_hp_automute(codec, jack); 3418 snd_hda_gen_hp_automute(codec, jack);
3419} 3419}
3420 3420