Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/rme9652/
Drme9652.c595 int mapped_channel; in rme9652_set_thru() local
597 mapped_channel = rme9652->channel_map[channel]; in rme9652_set_thru()
600 rme9652->thru_bits |= (1 << mapped_channel); in rme9652_set_thru()
602 rme9652->thru_bits &= ~(1 << mapped_channel); in rme9652_set_thru()
606 RME9652_thru_base + mapped_channel * 4, in rme9652_set_thru()
1891 int mapped_channel; in rme9652_channel_buffer_location() local
1896 if ((mapped_channel = rme9652->channel_map[channel]) < 0) { in rme9652_channel_buffer_location()
1902 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); in rme9652_channel_buffer_location()
1905 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); in rme9652_channel_buffer_location()
Dhdsp.c4199 int mapped_channel; in hdsp_channel_buffer_location() local
4204 if ((mapped_channel = hdsp->channel_map[channel]) < 0) in hdsp_channel_buffer_location()
4208 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); in hdsp_channel_buffer_location()
4210 return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); in hdsp_channel_buffer_location()
4365 int mapped_channel; in snd_hdsp_channel_info() local
4370 if ((mapped_channel = hdsp->channel_map[info->channel]) < 0) in snd_hdsp_channel_info()
4373 info->offset = mapped_channel * HDSP_CHANNEL_BUFFER_BYTES; in snd_hdsp_channel_info()