Searched refs:audio_mode (Results 1 – 3 of 3) sorted by relevance
515 const struct audio_mode *audio_mode = in dce_aud_az_configure() local518 audio_mode->sample_rates; in dce_aud_az_configure()519 uint8_t byte2 = audio_mode->max_bit_rate; in dce_aud_az_configure()526 audio_mode->channel_count, in dce_aud_az_configure()530 byte2 = audio_mode->sample_size; in dce_aud_az_configure()546 byte2 = audio_mode->vendor_specific; in dce_aud_az_configure()554 audio_mode->channel_count - 1, in dce_aud_az_configure()
578 struct audio_mode { struct607 struct audio_mode modes[DC_MAX_AUDIO_DESC_COUNT]; argument
2867 static unsigned int get_max_audio_sample_rate(struct audio_mode *modes) in get_max_audio_sample_rate()