Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_audio_component.h63 struct drm_audio_component_audio_ops { struct
67 void *audio_ptr;
76 void (*pin_eld_notify)(void *audio_ptr, int port, int pipe);
83 int (*pin2port)(void *audio_ptr, int pin);
90 int (*master_bind)(struct device *dev, struct drm_audio_component *);
115 const struct drm_audio_component_audio_ops *audio_ops; argument