diff options
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 71c4072c9266..8295994665e7 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c | |||
@@ -962,6 +962,7 @@ static int patch_cxt5045(struct hda_codec *codec) | |||
962 | codec->patch_ops.init = cxt5045_init; | 962 | codec->patch_ops.init = cxt5045_init; |
963 | break; | 963 | break; |
964 | case CXT5045_LAPTOP_MICSENSE: | 964 | case CXT5045_LAPTOP_MICSENSE: |
965 | codec->patch_ops.unsol_event = cxt5045_hp_unsol_event; | ||
965 | spec->input_mux = &cxt5045_capture_source; | 966 | spec->input_mux = &cxt5045_capture_source; |
966 | spec->num_init_verbs = 2; | 967 | spec->num_init_verbs = 2; |
967 | spec->init_verbs[1] = cxt5045_mic_sense_init_verbs; | 968 | spec->init_verbs[1] = cxt5045_mic_sense_init_verbs; |