Searched defs:audio_port_v7 (Results 1 – 1 of 1) sorted by relevance
801 struct audio_port_v7 { struct802 audio_port_handle_t id; /* port unique ID */803 audio_port_role_t role; /* sink or source */804 audio_port_type_t type; /* device, mix ... */805 char name[AUDIO_PORT_MAX_NAME_LEN];806 unsigned int num_audio_profiles; /* number of audio profiles in the following831 static inline void audio_populate_audio_port_v7( in audio_populate_audio_port_v7() argument832 const struct audio_port *port, struct audio_port_v7 *portV7) { in audio_populate_audio_port_v7() argument