OSDN Git Service

ALSA: hda - Fix missing unsol event handler in some codec drivers
[uclinux-h8/linux.git] / sound / pci / hda / patch_cmedia.c
index 04dd3b6..087cabb 100644 (file)
@@ -576,6 +576,7 @@ static const struct hda_codec_ops cmi_auto_patch_ops = {
        .build_pcms = snd_hda_gen_build_pcms,
        .init = snd_hda_gen_init,
        .free = snd_hda_gen_free,
+       .unsol_event = snd_hda_jack_unsol_event,
 };
 
 static int cmi_parse_auto_config(struct hda_codec *codec)