volume_map 36 sound/soc/intel/haswell/sst-haswell-pcm.c static const u32 volume_map[] = { volume_map 154 sound/soc/intel/haswell/sst-haswell-pcm.c if (value >= ARRAY_SIZE(volume_map)) volume_map 155 sound/soc/intel/haswell/sst-haswell-pcm.c return volume_map[0]; volume_map 157 sound/soc/intel/haswell/sst-haswell-pcm.c return volume_map[value]; volume_map 164 sound/soc/intel/haswell/sst-haswell-pcm.c for (i = 0; i < ARRAY_SIZE(volume_map); i++) { volume_map 165 sound/soc/intel/haswell/sst-haswell-pcm.c if (volume_map[i] >= value) volume_map 407 sound/soc/intel/haswell/sst-haswell-pcm.c ARRAY_SIZE(volume_map) - 1, 0, volume_map 411 sound/soc/intel/haswell/sst-haswell-pcm.c ARRAY_SIZE(volume_map) - 1, 0, volume_map 415 sound/soc/intel/haswell/sst-haswell-pcm.c ARRAY_SIZE(volume_map) - 1, 0, volume_map 419 sound/soc/intel/haswell/sst-haswell-pcm.c ARRAY_SIZE(volume_map) - 1, 0, volume_map 16 sound/soc/sof/control.c static inline u32 mixer_to_ipc(unsigned int value, u32 *volume_map, int size) volume_map 19 sound/soc/sof/control.c return volume_map[size - 1]; volume_map 21 sound/soc/sof/control.c return volume_map[value]; volume_map 24 sound/soc/sof/control.c static inline u32 ipc_to_mixer(u32 value, u32 *volume_map, int size) volume_map 29 sound/soc/sof/control.c if (volume_map[i] >= value)