Searched refs:write_speaker_allocation (Results 1 – 2 of 2) sorted by relevance
107 .write_speaker_allocation = dce3_2_afmt_hdmi_write_speaker_allocation,121 .write_speaker_allocation = dce3_2_afmt_dp_write_speaker_allocation,130 .write_speaker_allocation = dce4_afmt_hdmi_write_speaker_allocation,146 .write_speaker_allocation = dce4_afmt_dp_write_speaker_allocation,159 .write_speaker_allocation = dce6_afmt_hdmi_write_speaker_allocation,176 .write_speaker_allocation = dce6_afmt_dp_write_speaker_allocation,345 if (radeon_encoder->audio && radeon_encoder->audio->write_speaker_allocation) in radeon_audio_write_speaker_allocation()346 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count); in radeon_audio_write_speaker_allocation()
52 void (*write_speaker_allocation)(struct drm_encoder *encoder, member