Searched refs:snd_jack_report (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/include/sound/
H A Djack.h96 void snd_jack_report(struct snd_jack *jack, int status);
122 static inline void snd_jack_report(struct snd_jack *jack, int status) snd_jack_report() function
/linux-4.4.14/sound/core/
H A Djack.c335 * snd_jack_report - Report the current status of a jack
340 void snd_jack_report(struct snd_jack *jack, int status) snd_jack_report() function
374 EXPORT_SYMBOL(snd_jack_report); variable
/linux-4.4.14/sound/pci/hda/
H A Dhda_jack.c343 snd_jack_report(jack->jack, snd_hda_jack_report_sync()
409 snd_jack_report(jack->jack, state ? jack->type : 0); snd_hda_jack_add_kctl()
/linux-4.4.14/sound/soc/
H A Dsoc-jack.c118 snd_jack_report(jack->jack, jack->status); snd_soc_jack_report()
/linux-4.4.14/sound/pci/oxygen/
H A Dxonar_wm87x6.c263 snd_jack_report(data->hp_jack, hp_plugged ? SND_JACK_HEADPHONE : 0); xonar_ds_handle_hp_jack()

Completed in 163 milliseconds