Searched refs:RSND_MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.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() 215 &ctu->sv[0], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 224 &ctu->sv[1], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 233 &ctu->sv[2], RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new() 242 &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 | 724 #define RSND_MAX_CHANNELS 8 macro 727 u32 val[RSND_MAX_CHANNELS];
|
D | core.c | 1626 if (size > RSND_MAX_CHANNELS) in rsnd_kctrl_new()
|