Home
last modified time | relevance | path

Searched refs:audio_mode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
H A Damdgpu_dce_audio.c515 const struct audio_mode *audio_mode = in dce_aud_az_configure() local
518 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()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
H A Ddc_types.h578 struct audio_mode { struct
607 struct audio_mode modes[DC_MAX_AUDIO_DESC_COUNT]; argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
H A Damdgpu_dc_resource.c2867 static unsigned int get_max_audio_sample_rate(struct audio_mode *modes) in get_max_audio_sample_rate()