diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 9961fe197694..edeeb5686964 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -4782,10 +4782,8 @@ static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res) | |||
4782 | 4782 | ||
4783 | switch (event->type) { | 4783 | switch (event->type) { |
4784 | case STAC_HP_EVENT: | 4784 | case STAC_HP_EVENT: |
4785 | stac92xx_hp_detect(codec); | ||
4786 | break; | ||
4787 | case STAC_LO_EVENT: | 4785 | case STAC_LO_EVENT: |
4788 | stac92xx_line_out_detect(codec, 0); | 4786 | stac92xx_hp_detect(codec); |
4789 | break; | 4787 | break; |
4790 | case STAC_MIC_EVENT: | 4788 | case STAC_MIC_EVENT: |
4791 | stac92xx_mic_detect(codec); | 4789 | stac92xx_mic_detect(codec); |