Home
last modified time | relevance | path

Searched defs:drm_audio_component_audio_ops (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/include/drm/
Ddrm_audio_component.h67 struct drm_audio_component_audio_ops { struct
71 void *audio_ptr;
80 void (*pin_eld_notify)(void *audio_ptr, int port, int pipe);
87 int (*pin2port)(void *audio_ptr, int pin);
94 int (*master_bind)(struct device *dev, struct drm_audio_component *);
119 const struct drm_audio_component_audio_ops *audio_ops; argument