Home
last modified time | relevance | path

Searched refs:drm_edid_to_speaker_allocation (Results 1 – 2 of 2) sorted by relevance

/linux/include/drm/
H A Ddrm_edid.h360 int drm_edid_to_speaker_allocation(const struct edid *edid, u8 **sadb);
/linux/drivers/gpu/drm/radeon/
H A Dradeon_audio.c338 sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb); in radeon_audio_write_speaker_allocation()