Home
last modified time | relevance | path

Searched refs:CATPT_CHANNELS_MAX (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/sound/soc/intel/catpt/
Dmessages.h195 #define CATPT_CHANNELS_MAX 4 macro
203 u32 peak_meter_regaddr[CATPT_CHANNELS_MAX];
204 u32 volume_regaddr[CATPT_CHANNELS_MAX];
276 u32 peak_meter_regaddr[CATPT_CHANNELS_MAX];
277 u32 volume_regaddr[CATPT_CHANNELS_MAX];
Dpcm.c132 if (channel >= CATPT_CHANNELS_MAX) in catpt_stream_volume()
145 if (channel >= CATPT_CHANNELS_MAX) in catpt_mixer_volume()
812 for (i = 1; i < CATPT_CHANNELS_MAX; i++) in catpt_set_dspvol()
816 if (i == CATPT_CHANNELS_MAX) { in catpt_set_dspvol()
823 for (i = 0; i < CATPT_CHANNELS_MAX; i++) { in catpt_set_dspvol()
843 uinfo->count = CATPT_CHANNELS_MAX; in catpt_volume_info()
860 for (i = 0; i < CATPT_CHANNELS_MAX; i++) { in catpt_mixer_volume_get()
904 for (i = 0; i < CATPT_CHANNELS_MAX; i++) in catpt_stream_volume_get()
911 for (i = 0; i < CATPT_CHANNELS_MAX; i++) { in catpt_stream_volume_get()
935 for (i = 0; i < CATPT_CHANNELS_MAX; i++) in catpt_stream_volume_put()
[all …]