HomeSort by: relevance | last modified time | path
    Searched refs:write_speaker_allocation (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_audio.h 54 void (*write_speaker_allocation)(struct drm_encoder *encoder, member in struct:radeon_audio_funcs
radeon_audio.c 172 .write_speaker_allocation = dce3_2_afmt_hdmi_write_speaker_allocation,
186 .write_speaker_allocation = dce3_2_afmt_dp_write_speaker_allocation,
195 .write_speaker_allocation = dce4_afmt_hdmi_write_speaker_allocation,
211 .write_speaker_allocation = dce4_afmt_dp_write_speaker_allocation,
224 .write_speaker_allocation = dce6_afmt_hdmi_write_speaker_allocation,
241 .write_speaker_allocation = dce6_afmt_dp_write_speaker_allocation,
405 if (radeon_encoder->audio && radeon_encoder->audio->write_speaker_allocation)
406 radeon_encoder->audio->write_speaker_allocation(encoder, sadb, sad_count);

Completed in 124 milliseconds