[alsa-devel] [PATCH - 2/2] ALSA: hda - cxt5051 report jack state

Ulrich Dangel uli at spamt.net
Fri Jan 2 19:30:14 CET 2009


Signed-off-by: Ulrich Dangel <uli at spamt.net>

diff --git a/pci/hda/patch_conexant.c b/pci/hda/patch_conexant.c
index 3cb640c..66c5021 100644
--- a/pci/hda/patch_conexant.c
+++ b/pci/hda/patch_conexant.c
@@ -1714,6 +1714,7 @@ static void cxt5051_hp_automute(struct hda_codec *codec)
 static void cxt5051_hp_unsol_event(struct hda_codec *codec,
 				   unsigned int res)
 {
+	int nid = (res & AC_UNSOL_RES_SUBTAG) >> 20;
 	switch (res >> 26) {
 	case CONEXANT_HP_EVENT:
 		cxt5051_hp_automute(codec);
@@ -1725,6 +1726,7 @@ static void cxt5051_hp_unsol_event(struct hda_codec *codec,
 		cxt5051_portc_automic(codec);
 		break;
 	}
+	conexant_report_jack(codec, nid);
 }
 
 static struct snd_kcontrol_new cxt5051_mixers[] = {
@@ -1799,6 +1801,7 @@ static struct hda_verb cxt5051_init_verbs[] = {
 static int cxt5051_init(struct hda_codec *codec)
 {
 	conexant_init(codec);
+	conexant_init_jacks(codec);
 	if (codec->patch_ops.unsol_event) {
 		cxt5051_hp_automute(codec);
 		cxt5051_portb_automic(codec);
-- 
1.6.0.6



More information about the Alsa-devel mailing list