From 0c188bfc3be15c1e485964901d67e02b11ba702e Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Sat, 12 Jul 2008 12:04:05 +0200 Subject: [PATCH] --- yaml --- r: 99188 b: refs/heads/master c: 86376df6ad0f1a7a1118cd53b0cfd679524f5436 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/pci/hda/patch_conexant.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3db64ad3c804..df90c1b868fb 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4090dffb1438e03a434e3747b14321440561d956 +refs/heads/master: 86376df6ad0f1a7a1118cd53b0cfd679524f5436 diff --git a/trunk/sound/pci/hda/patch_conexant.c b/trunk/sound/pci/hda/patch_conexant.c index 71c4072c9266..8295994665e7 100644 --- a/trunk/sound/pci/hda/patch_conexant.c +++ b/trunk/sound/pci/hda/patch_conexant.c @@ -962,6 +962,7 @@ static int patch_cxt5045(struct hda_codec *codec) codec->patch_ops.init = cxt5045_init; break; case CXT5045_LAPTOP_MICSENSE: + codec->patch_ops.unsol_event = cxt5045_hp_unsol_event; spec->input_mux = &cxt5045_capture_source; spec->num_init_verbs = 2; spec->init_verbs[1] = cxt5045_mic_sense_init_verbs;