Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/display/dc/dce/
H A Ddce_audio.c94 enum audio_format_code audio_format_code, in is_audio_format_supported() argument
106 if (audio_info->modes[index].format_code == audio_format_code) { in is_audio_format_supported()
408 enum audio_format_code audio_format_code; in dce_aud_az_configure() local
495 audio_format_code = in dce_aud_az_configure()
499 if (audio_format_code == AUDIO_FORMAT_CODE_1BITAUDIO || in dce_aud_az_configure()
500 audio_format_code == AUDIO_FORMAT_CODE_DST) in dce_aud_az_configure()
507 audio_info, audio_format_code, &index)) { in dce_aud_az_configure()
515 switch (audio_format_code) { in dce_aud_az_configure()
/dflybsd-src/sys/dev/drm/amd/display/dc/
H A Ddc_types.h459 enum audio_format_code { enum
486 enum audio_format_code format_code;
/dflybsd-src/sys/dev/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2443 (enum audio_format_code) in fill_audio_info()