Searched refs:SPEAKER_ALLOCATION (Results 1 – 6 of 6) sorted by relevance
42 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_hdmi_write_speaker_allocation()44 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce3_2_afmt_hdmi_write_speaker_allocation()60 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce3_2_afmt_dp_write_speaker_allocation()62 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce3_2_afmt_dp_write_speaker_allocation()
151 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_hdmi_write_speaker_allocation()153 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce6_afmt_hdmi_write_speaker_allocation()176 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce6_afmt_dp_write_speaker_allocation()178 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce6_afmt_dp_write_speaker_allocation()
131 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_hdmi_write_speaker_allocation()133 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce4_afmt_hdmi_write_speaker_allocation()149 tmp |= SPEAKER_ALLOCATION(sadb[0]); in dce4_afmt_dp_write_speaker_allocation()151 tmp |= SPEAKER_ALLOCATION(5); /* stereo */ in dce4_afmt_dp_write_speaker_allocation()
702 #define SPEAKER_ALLOCATION(x) (((x) & 0x7f) << 0) macro
729 #define SPEAKER_ALLOCATION(x) (((x) & 0x7f) << 0) macro
986 #define SPEAKER_ALLOCATION(x) (((x) & 0x7f) << 0) macro