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/
H A Dasoc.h26 #define SND_SOC_TPLG_MAX_CHAN 8 macro
358 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
360 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
405 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
423 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/third_party/alsa-lib/src/topology/
H A Dchannel.c97 if (tplg->channel_idx >= SND_SOC_TPLG_MAX_CHAN) in tplg_parse_channel()
H A Dctl.c624 for (j = 0; j < SND_SOC_TPLG_MAX_CHAN; j++) { in tplg_parse_control_enum()
652 if (ec->num_channels >= SND_SOC_TPLG_MAX_CHAN) { in tplg_parse_control_enum()
762 for (j = 0; j < SND_SOC_TPLG_MAX_CHAN; j++) in tplg_parse_control_mixer()
780 if (mc->num_channels >= SND_SOC_TPLG_MAX_CHAN) { in tplg_parse_control_mixer()
1012 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) in tplg_add_mixer()
1076 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) in tplg_add_enum()
1344 ec->num_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_control_enum1()
H A Dpcm.c1864 if (cfg->tx_channels > SND_SOC_TPLG_MAX_CHAN in set_link_hw_config()
1865 || cfg->rx_channels > SND_SOC_TPLG_MAX_CHAN) in set_link_hw_config()
2245 if (hw->tx_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_link()
2252 if (hw->rx_channels > SND_SOC_TPLG_MAX_CHAN) { in tplg_decode_link()

Completed in 7 milliseconds