Searched defs:audio_port_v7 (Results 1 – 1 of 1) sorted by relevance
776 struct audio_port_v7 { struct777 audio_port_handle_t id; /* port unique ID */778 audio_port_role_t role; /* sink or source */779 audio_port_type_t type; /* device, mix ... */780 char name[AUDIO_PORT_MAX_NAME_LEN];781 unsigned int num_audio_profiles; /* number of audio profiles in the following806 static inline void audio_populate_audio_port_v7( in audio_populate_audio_port_v7() argument807 const struct audio_port *port, struct audio_port_v7 *portV7) { in audio_populate_audio_port_v7() argument