Home
last modified time | relevance | path

Searched refs:RSND_MAX_CHANNELS (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/sound/soc/sh/rcar/
Dctu.c132 for (i = 0; i < RSND_MAX_CHANNELS; i++) { in rsnd_ctu_value_init()
202 for (i = 0; i < RSND_MAX_CHANNELS; i++) { in rsnd_ctu_value_reset()
287 &ctu->pass, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
294 &ctu->sv0, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
303 &ctu->sv1, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
312 &ctu->sv2, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
321 &ctu->sv3, RSND_MAX_CHANNELS, in rsnd_ctu_pcm_new()
Ddvc.c80 u32 val[RSND_MAX_CHANNELS]; in rsnd_dvc_volume_parameter()
85 for (i = 0; i < RSND_MAX_CHANNELS; i++) in rsnd_dvc_volume_parameter()
88 for (i = 0; i < RSND_MAX_CHANNELS; i++) in rsnd_dvc_volume_parameter()
Drsnd.h640 #define RSND_MAX_CHANNELS 8 macro
643 u32 val[RSND_MAX_CHANNELS];
Dcore.c1346 if (size > RSND_MAX_CHANNELS) in rsnd_kctrl_new()