Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/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];
/OK3568_Linux_fs/kernel/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];
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/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];
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()