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

/linux-4.4.14/sound/pci/rme9652/
H A Drme9652.c593 int mapped_channel; rme9652_set_thru() local
595 mapped_channel = rme9652->channel_map[channel]; rme9652_set_thru()
598 rme9652->thru_bits |= (1 << mapped_channel); rme9652_set_thru()
600 rme9652->thru_bits &= ~(1 << mapped_channel); rme9652_set_thru()
604 RME9652_thru_base + mapped_channel * 4, rme9652_set_thru()
1868 int mapped_channel; rme9652_channel_buffer_location() local
1873 if ((mapped_channel = rme9652->channel_map[channel]) < 0) { rme9652_channel_buffer_location()
1879 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); rme9652_channel_buffer_location()
1882 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); rme9652_channel_buffer_location()
H A Dhdsp.c3902 int mapped_channel; hdsp_channel_buffer_location() local
3907 if ((mapped_channel = hdsp->channel_map[channel]) < 0) hdsp_channel_buffer_location()
3911 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); hdsp_channel_buffer_location()
3913 return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); hdsp_channel_buffer_location()
4068 int mapped_channel; snd_hdsp_channel_info() local
4073 if ((mapped_channel = hdsp->channel_map[info->channel]) < 0) snd_hdsp_channel_info()
4076 info->offset = mapped_channel * HDSP_CHANNEL_BUFFER_BYTES; snd_hdsp_channel_info()

Completed in 196 milliseconds