From b445ed6f2b30342ca0085b2e441636b88c3eeb17 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 4 Aug 2009 13:40:54 +0200 Subject: [PATCH] --- yaml --- r: 157837 b: refs/heads/master c: 16ffe32c773dab387cfc5e6bdf181367ff944376 h: refs/heads/master i: 157835: 12d38a6dae2a267d5dc86c5091ea874a61c8265d v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_sigmatel.c | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 993caf80d2c1..e58641ce2aa7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 15cfa2b3db8b64d4e66d36fb88d21bae9ea3dfba +refs/heads/master: 16ffe32c773dab387cfc5e6bdf181367ff944376 diff --git a/trunk/sound/pci/hda/patch_sigmatel.c b/trunk/sound/pci/hda/patch_sigmatel.c index 9961fe197694..edeeb5686964 100644 --- a/trunk/sound/pci/hda/patch_sigmatel.c +++ b/trunk/sound/pci/hda/patch_sigmatel.c @@ -4782,10 +4782,8 @@ static void stac92xx_unsol_event(struct hda_codec *codec, unsigned int res) switch (event->type) { case STAC_HP_EVENT: - stac92xx_hp_detect(codec); - break; case STAC_LO_EVENT: - stac92xx_line_out_detect(codec, 0); + stac92xx_hp_detect(codec); break; case STAC_MIC_EVENT: stac92xx_mic_detect(codec);