Searched refs:RSND_MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/sound/soc/sh/rcar/ |
D | ctu.c | 122 for (i = 0; i < RSND_MAX_CHANNELS; i++) { in rsnd_ctu_value_init() 144 for (j = 0; j < RSND_MAX_CHANNELS; j++) in rsnd_ctu_value_init() 160 for (i = 0; i < RSND_MAX_CHANNELS; i++) { in rsnd_ctu_value_reset() 208 &ctu->pass, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 217 &ctu->sv[0], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 226 &ctu->sv[1], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 235 &ctu->sv[2], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 244 &ctu->sv[3], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
|
D | dvc.c | 77 u32 val[RSND_MAX_CHANNELS]; in rsnd_dvc_volume_parameter() 82 for (i = 0; i < RSND_MAX_CHANNELS; i++) in rsnd_dvc_volume_parameter() 85 for (i = 0; i < RSND_MAX_CHANNELS; i++) in rsnd_dvc_volume_parameter() 89 for (i = 0; i < RSND_MAX_CHANNELS; i++) in rsnd_dvc_volume_parameter()
|
D | rsnd.h | 729 #define RSND_MAX_CHANNELS 8 macro 732 u32 val[RSND_MAX_CHANNELS];
|
D | core.c | 1788 if (size > RSND_MAX_CHANNELS) in rsnd_kctrl_new()
|