Searched refs:channel_map (Results 1 – 7 of 7) sorted by relevance
/sound/soc/blackfin/ |
D | bf5xx-ad1836.c | 38 unsigned int channel_map[] = {0, 4, 1, 5, 2, 6, 3, 7}; in bf5xx_ad1836_init() local 42 ret = snd_soc_dai_set_channel_map(cpu_dai, ARRAY_SIZE(channel_map), in bf5xx_ad1836_init() 43 channel_map, ARRAY_SIZE(channel_map), channel_map); in bf5xx_ad1836_init()
|
/sound/firewire/ |
D | speakers.c | 495 static const u8 channel_map[6] = { 0, 1, 4, 5, 2, 3 }; variable 504 value->value.integer.value[channel_map[i]] = fwspk->volume[i]; in fwspk_volume_get() 529 if (value->value.integer.value[channel_map[i]] != in fwspk_volume_put() 537 volume = value->value.integer.value[channel_map[i ? i - 1 : 0]]; in fwspk_volume_put()
|
/sound/pci/rme9652/ |
D | rme9652.c | 245 char *channel_map; member 554 rme9652->channel_map = channel_map_9652_ds; in rme9652_set_rate() 556 rme9652->channel_map = channel_map_9636_ds; in rme9652_set_rate() 560 rme9652->channel_map = channel_map_9652_ss; in rme9652_set_rate() 562 rme9652->channel_map = channel_map_9636_ss; in rme9652_set_rate() 595 mapped_channel = rme9652->channel_map[channel]; in rme9652_set_thru() 1896 if ((mapped_channel = rme9652->channel_map[channel]) < 0) { in rme9652_channel_buffer_location() 2062 if ((chn = rme9652->channel_map[info->channel]) < 0) { in snd_rme9652_channel_info()
|
D | hdsp.c | 495 char *channel_map; member 1251 hdsp->channel_map = channel_map_H9632_qs; in hdsp_set_rate() 1254 hdsp->channel_map = channel_map_H9632_ds; in hdsp_set_rate() 1256 hdsp->channel_map = channel_map_ds; in hdsp_set_rate() 1261 hdsp->channel_map = channel_map_mf_ss; in hdsp_set_rate() 1265 hdsp->channel_map = channel_map_df_ss; in hdsp_set_rate() 1268 hdsp->channel_map = channel_map_H9632_ss; in hdsp_set_rate() 3971 if ((mapped_channel = hdsp->channel_map[channel]) < 0) in hdsp_channel_buffer_location() 4137 if ((mapped_channel = hdsp->channel_map[info->channel]) < 0) in snd_hdsp_channel_info()
|
/sound/soc/intel/ |
D | sst-mfld-dsp.h | 325 u8 channel_map[8]; member
|
D | sst-mfld-platform-pcm.c | 184 memset(param->uc.pcm_params.channel_map, 0, sizeof(u8)); in sst_fill_pcm_params()
|
D | sst-baytrail-ipc.c | 90 u8 channel_map[8]; member
|