Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/sound/uapi/
Dasoc.h24 #define SND_SOC_TPLG_MAX_CHAN 8 macro
356 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
358 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
403 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
421 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/third_party/alsa-lib/src/topology/
Dctl.c623 for (j = 0; j < SND_SOC_TPLG_MAX_CHAN; j++) { in tplg_parse_control_enum()
651 if (ec->num_channels >= SND_SOC_TPLG_MAX_CHAN) { in tplg_parse_control_enum()
761 for (j = 0; j < SND_SOC_TPLG_MAX_CHAN; j++) in tplg_parse_control_mixer()
779 if (mc->num_channels >= SND_SOC_TPLG_MAX_CHAN) { in tplg_parse_control_mixer()
1011 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) in tplg_add_mixer()
1075 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) in tplg_add_enum()
1343 ec->num_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_control_enum1()
Dchannel.c98 if (tplg->channel_idx >= SND_SOC_TPLG_MAX_CHAN) in tplg_parse_channel()
Dpcm.c1834 if (cfg->tx_channels > SND_SOC_TPLG_MAX_CHAN in set_link_hw_config()
1835 || cfg->rx_channels > SND_SOC_TPLG_MAX_CHAN) in set_link_hw_config()
2215 if (hw->tx_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_link()
2222 if (hw->rx_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_link()