Home
last modified time | relevance | path

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

/linux/sound/soc/
H A Dsoc-core.c1041 #define MAX_DEFAULT_CH_MAP_SIZE 8 macro
1042 static struct snd_soc_dai_link_ch_map default_ch_map_sync[MAX_DEFAULT_CH_MAP_SIZE] = {
1052 static struct snd_soc_dai_link_ch_map default_ch_map_1cpu[MAX_DEFAULT_CH_MAP_SIZE] = {
1062 static struct snd_soc_dai_link_ch_map default_ch_map_1codec[MAX_DEFAULT_CH_MAP_SIZE] = {
1098 if (dai_link->num_cpus > MAX_DEFAULT_CH_MAP_SIZE || in snd_soc_compensate_channel_connection_map()
1099 dai_link->num_codecs > MAX_DEFAULT_CH_MAP_SIZE) { in snd_soc_compensate_channel_connection_map()