We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ee5b4 commit af0f46eCopy full SHA for af0f46e
sound/soc/codecs/da7219-aad.c
@@ -968,6 +968,8 @@ int da7219_aad_init(struct snd_soc_component *component)
968
INIT_WORK(&da7219_aad->hptest_work, da7219_aad_hptest_work);
969
INIT_WORK(&da7219_aad->jack_det_work, da7219_aad_jack_det_work);
970
971
+ mutex_init(&da7219_aad->jack_det_mutex);
972
+
973
ret = request_threaded_irq(da7219_aad->irq, da7219_aad_pre_irq_thread,
974
da7219_aad_irq_thread,
975
IRQF_TRIGGER_LOW | IRQF_ONESHOT,
0 commit comments