Searched refs:audio_ptr (Results 1 – 7 of 7) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_audio_component.h | 74 void *audio_ptr; member 83 void (*pin_eld_notify)(void *audio_ptr, int port, int pipe); 90 int (*pin2port)(void *audio_ptr, int pin);
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | intelhdmi.c | 115 static int intel_pin2port(void *audio_ptr, int pin_nid) in intel_pin2port() argument 117 struct hda_codec *codec = audio_ptr; in intel_pin2port() 157 static void intel_pin_eld_notify(void *audio_ptr, int port, int pipe) in intel_pin_eld_notify() argument 159 struct hda_codec *codec = audio_ptr; in intel_pin_eld_notify()
|
| H A D | nvhdmi.c | 51 static int nvhdmi_pin2port(void *audio_ptr, int pin_nid) in nvhdmi_pin2port() argument
|
| H A D | hdmi_local.h | 291 void snd_hda_hdmi_acomp_pin_eld_notify(void *audio_ptr, int port, int dev_id);
|
| H A D | atihdmi.c | 513 static int atihdmi_pin2port(void *audio_ptr, int pin_nid) in atihdmi_pin2port() argument
|
| H A D | hdmi.c | 2226 void snd_hda_hdmi_acomp_pin_eld_notify(void *audio_ptr, int port, int dev_id) in snd_hda_hdmi_acomp_pin_eld_notify() argument 2228 struct hda_codec *codec = audio_ptr; in snd_hda_hdmi_acomp_pin_eld_notify() 2254 spec->drm_audio_ops.audio_ptr = codec; in snd_hda_hdmi_setup_drm_audio_ops()
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 1697 aops.audio_ptr = hdev; in hdmi_codec_probe()
|