Home
last modified time | relevance | path

Searched refs:snd_jack_report (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/include/sound/
H A Djack.h87 void snd_jack_report(struct snd_jack *jack, int status);
101 static inline void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() function
/OK3568_Linux_fs/kernel/Documentation/sound/hd-audio/
H A Ddp-mst.rst88 Use directly snd_jack_report() on spec->pcm_rec[pcm_idx].jack for
96 Use directly snd_jack_report() on spec->pcm_rec[pcm_idx].jack for dyn_pcm_assign.
/OK3568_Linux_fs/kernel/sound/core/
H A Djack.c347 void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() function
384 EXPORT_SYMBOL(snd_jack_report);
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_jack.c417 snd_jack_report(jack->jack, state); in snd_hda_jack_report_sync()
419 snd_jack_report(jack->jack, in snd_hda_jack_report_sync()
506 snd_jack_report(jack->jack, state ? jack->type : 0); in snd_hda_jack_add_kctl_mst()
H A Dpatch_hdmi.c1619 snd_jack_report(pcm_jack, in update_eld()
/OK3568_Linux_fs/kernel/sound/soc/
H A Dsoc-jack.c81 snd_jack_report(jack->jack, jack->status); in snd_soc_jack_report()
/OK3568_Linux_fs/kernel/sound/x86/
H A Dintel_hdmi_audio.c1366 snd_jack_report(intelhaddata->jack, SND_JACK_AVOUT); in had_process_hot_plug()
1401 snd_jack_report(intelhaddata->jack, 0); in had_process_hot_unplug()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device434 snd_jack_report
H A Dabi_gki_aarch64_galaxy3680 snd_jack_report
/OK3568_Linux_fs/kernel/sound/pci/oxygen/
H A Dxonar_wm87x6.c254 snd_jack_report(data->hp_jack, hp_plugged ? SND_JACK_HEADPHONE : 0); in xonar_ds_handle_hp_jack()