Searched refs:CRAS_MAX_REMIX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
23 #define CRAS_MAX_REMIX_CHANNELS 8 macro418 float coefficient[CRAS_MAX_REMIX_CHANNELS * CRAS_MAX_REMIX_CHANNELS];
25 static float audio_thread_config_global_remix_copy[CRAS_MAX_REMIX_CHANNELS *26 CRAS_MAX_REMIX_CHANNELS];
479 m->num_channels > CRAS_MAX_REMIX_CHANNELS) in ccr_handle_message_from_client()
38 pub const CRAS_MAX_REMIX_CHANNELS: u32 = 8; constant