Home
last modified time | relevance | path

Searched refs:SND_SOC_TPLG_MAX_CHAN (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/uapi/sound/
H A Dasoc.h25 #define SND_SOC_TPLG_MAX_CHAN 8 macro
351 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
353 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
398 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
416 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/kernel/linux/linux-6.6/include/uapi/sound/
H A Dasoc.h21 #define SND_SOC_TPLG_MAX_CHAN 8 macro
353 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
355 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN]; /* array of slot number */
400 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
418 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
H A Dasoc.h10 #define SND_SOC_TPLG_MAX_CHAN 8 macro
224 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN];
226 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN];
247 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
254 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/
H A Dasoc.h23 #define SND_SOC_TPLG_MAX_CHAN 8 macro
237 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN];
239 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN];
260 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
267 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
H A Dasoc.h23 #define SND_SOC_TPLG_MAX_CHAN 8 macro
237 __le32 tx_chanmap[SND_SOC_TPLG_MAX_CHAN];
239 __le32 rx_chanmap[SND_SOC_TPLG_MAX_CHAN];
260 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
267 struct snd_soc_tplg_channel channel[SND_SOC_TPLG_MAX_CHAN];
/kernel/linux/linux-6.6/sound/soc/sof/
H A Dtopology.c829 if (le32_to_cpu(mc->num_channels) > SND_SOC_TPLG_MAX_CHAN) in sof_control_load_volume()
834 * ASoC layer has defined topology's max channel count to SND_SOC_TPLG_MAX_CHAN = 8, the in sof_control_load_volume()
906 if (le32_to_cpu(ec->num_channels) > SND_SOC_TPLG_MAX_CHAN) in sof_control_load_enum()
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-topology.c197 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) { in tplc_chan_get_reg()
210 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) { in tplc_chan_get_shift()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-topology.c190 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) { in tplg_chan_get_reg()
203 for (i = 0; i < SND_SOC_TPLG_MAX_CHAN; i++) { in tplg_chan_get_shift()
/kernel/linux/linux-5.10/sound/soc/sof/
H A Dtopology.c1039 if (le32_to_cpu(mc->num_channels) > SND_SOC_TPLG_MAX_CHAN) { in sof_control_load_volume()
1122 if (le32_to_cpu(ec->num_channels) > SND_SOC_TPLG_MAX_CHAN) in sof_control_load_enum()

Completed in 20 milliseconds