Home
last modified time | relevance | path

Searched refs:channel_map (Results 1 – 12 of 12) sorted by relevance

/sound/firewire/oxfw/
Doxfw-spkr.c192 static const u8 channel_map[6] = { 0, 1, 4, 5, 2, 3 }; variable
202 value->value.integer.value[channel_map[i]] = spkr->volume[i]; in spkr_volume_get()
228 if (value->value.integer.value[channel_map[i]] != in spkr_volume_put()
236 volume = value->value.integer.value[channel_map[i ? i - 1 : 0]]; in spkr_volume_put()
/sound/soc/intel/skylake/
Dskl-ssp-clk.h71 u32 channel_map; member
Dskl-messages.c465 base_cfg->audio_fmt.channel_map = format->ch_map; in skl_set_base_module_format()
674 out_fmt->channel_map = format->ch_map; in skl_setup_out_format()
1104 pin_fmt->channel_map = format->ch_map; in fill_pin_params()
Dskl-topology.h94 u32 channel_map; member
/sound/soc/qcom/qdsp6/
Dq6asm.h55 u8 channel_map[PCM_MAX_NUM_CHANNEL],
Dq6asm.c979 u8 channel_map[PCM_MAX_NUM_CHANNEL], in q6asm_media_format_block_multi_ch_pcm()
1007 if (channel_map) { in q6asm_media_format_block_multi_ch_pcm()
1008 memcpy(channel_mapping, channel_map, PCM_MAX_NUM_CHANNEL); in q6asm_media_format_block_multi_ch_pcm()
/sound/pci/rme9652/
Drme9652.c232 char *channel_map; member
541 rme9652->channel_map = channel_map_9652_ds; in rme9652_set_rate()
543 rme9652->channel_map = channel_map_9636_ds; in rme9652_set_rate()
547 rme9652->channel_map = channel_map_9652_ss; in rme9652_set_rate()
549 rme9652->channel_map = channel_map_9636_ss; in rme9652_set_rate()
582 mapped_channel = rme9652->channel_map[channel]; in rme9652_set_thru()
1859 if ((mapped_channel = rme9652->channel_map[channel]) < 0) { in rme9652_channel_buffer_location()
2060 chn = rme9652->channel_map[array_index_nospec(info->channel, in snd_rme9652_channel_info()
Dhdsp.c482 char *channel_map; member
1234 hdsp->channel_map = channel_map_H9632_qs; in hdsp_set_rate()
1237 hdsp->channel_map = channel_map_H9632_ds; in hdsp_set_rate()
1239 hdsp->channel_map = channel_map_ds; in hdsp_set_rate()
1244 hdsp->channel_map = channel_map_mf_ss; in hdsp_set_rate()
1248 hdsp->channel_map = channel_map_df_ss; in hdsp_set_rate()
1251 hdsp->channel_map = channel_map_H9632_ss; in hdsp_set_rate()
3887 if ((mapped_channel = hdsp->channel_map[channel]) < 0) in hdsp_channel_buffer_location()
4085 if (hdsp->channel_map[channel] < 0) in snd_hdsp_channel_info()
4088 info->offset = hdsp->channel_map[channel] * HDSP_CHANNEL_BUFFER_BYTES; in snd_hdsp_channel_info()
/sound/soc/intel/atom/sst/
Dsst_stream.c67 pcm_params->channel_map[i] = i; in sst_alloc_stream_mrfld()
69 pcm_params->channel_map[i] = 0xff; in sst_alloc_stream_mrfld()
/sound/soc/intel/atom/
Dsst-mfld-dsp.h317 u8 channel_map[8]; member
Dsst-mfld-platform-pcm.c152 memset(param->uc.pcm_params.channel_map, 0, sizeof(u8)); in sst_fill_pcm_params()
/sound/soc/intel/baytrail/
Dsst-baytrail-ipc.c82 u8 channel_map[8]; member