sst_gains        1212 sound/soc/intel/atom/sst-atom-controls.c static struct sst_gain_value sst_gains[];
sst_gains        1215 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("media0_in", SST_PATH_INDEX_MEDIA0_IN, SST_TASK_MMX, 0, &sst_gains[0]),
sst_gains        1216 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("media1_in", SST_PATH_INDEX_MEDIA1_IN, SST_TASK_MMX, 0, &sst_gains[1]),
sst_gains        1217 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("media2_in", SST_PATH_INDEX_MEDIA2_IN, SST_TASK_MMX, 0, &sst_gains[2]),
sst_gains        1218 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("media3_in", SST_PATH_INDEX_MEDIA3_IN, SST_TASK_MMX, 0, &sst_gains[3]),
sst_gains        1220 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("pcm0_in", SST_PATH_INDEX_PCM0_IN, SST_TASK_SBA, 0, &sst_gains[4]),
sst_gains        1221 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("pcm1_in", SST_PATH_INDEX_PCM1_IN, SST_TASK_SBA, 0, &sst_gains[5]),
sst_gains        1222 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("pcm1_out", SST_PATH_INDEX_PCM1_OUT, SST_TASK_SBA, 0, &sst_gains[6]),
sst_gains        1223 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("pcm2_out", SST_PATH_INDEX_PCM2_OUT, SST_TASK_SBA, 0, &sst_gains[7]),
sst_gains        1225 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("codec_in0", SST_PATH_INDEX_CODEC_IN0, SST_TASK_SBA, 0, &sst_gains[8]),
sst_gains        1226 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("codec_in1", SST_PATH_INDEX_CODEC_IN1, SST_TASK_SBA, 0, &sst_gains[9]),
sst_gains        1227 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("codec_out0", SST_PATH_INDEX_CODEC_OUT0, SST_TASK_SBA, 0, &sst_gains[10]),
sst_gains        1228 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("codec_out1", SST_PATH_INDEX_CODEC_OUT1, SST_TASK_SBA, 0, &sst_gains[11]),
sst_gains        1229 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("media_loop1_out", SST_PATH_INDEX_MEDIA_LOOP1_OUT, SST_TASK_SBA, 0, &sst_gains[12]),
sst_gains        1230 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("media_loop2_out", SST_PATH_INDEX_MEDIA_LOOP2_OUT, SST_TASK_SBA, 0, &sst_gains[13]),
sst_gains        1231 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("sprot_loop_out", SST_PATH_INDEX_SPROT_LOOP_OUT, SST_TASK_SBA, 0, &sst_gains[14]),
sst_gains        1232 sound/soc/intel/atom/sst-atom-controls.c 	SST_VOLUME("media0_in", SST_PATH_INDEX_MEDIA0_IN, SST_TASK_MMX, 0, &sst_gains[15]),
sst_gains        1233 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("modem_in", SST_PATH_INDEX_MODEM_IN, SST_TASK_SBA, 0, &sst_gains[16]),
sst_gains        1234 sound/soc/intel/atom/sst-atom-controls.c 	SST_GAIN("modem_out", SST_PATH_INDEX_MODEM_OUT, SST_TASK_SBA, 0, &sst_gains[17]),
sst_gains        1246 sound/soc/intel/atom/sst-atom-controls.c static struct sst_gain_value sst_gains[ARRAY_SIZE(sst_gain_controls)/SST_GAIN_NUM_CONTROLS];
sst_gains        1528 sound/soc/intel/atom/sst-atom-controls.c 		sst_gains[i].mute = SST_GAIN_MUTE_DEFAULT;
sst_gains        1529 sound/soc/intel/atom/sst-atom-controls.c 		sst_gains[i].l_gain = SST_GAIN_VOLUME_DEFAULT;
sst_gains        1530 sound/soc/intel/atom/sst-atom-controls.c 		sst_gains[i].r_gain = SST_GAIN_VOLUME_DEFAULT;
sst_gains        1531 sound/soc/intel/atom/sst-atom-controls.c 		sst_gains[i].ramp_duration = SST_GAIN_RAMP_DURATION_DEFAULT;