Searched defs:audio_port_v7 (Results 1 – 1 of 1) sorted by relevance
693 struct audio_port_v7 { struct694 audio_port_handle_t id; /* port unique ID */695 audio_port_role_t role; /* sink or source */696 audio_port_type_t type; /* device, mix ... */697 char name[AUDIO_PORT_MAX_NAME_LEN];698 unsigned int num_audio_profiles; /* number of audio profiles in the following723 static inline void audio_populate_audio_port_v7( in audio_populate_audio_port_v7() argument724 const struct audio_port *port, struct audio_port_v7 *portV7) { in audio_populate_audio_port_v7() argument