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

/linux-master/sound/pci/rme9652/
H A Drme9652.c569 int mapped_channel; local
571 mapped_channel = rme9652->channel_map[channel];
574 rme9652->thru_bits |= (1 << mapped_channel);
576 rme9652->thru_bits &= ~(1 << mapped_channel);
580 RME9652_thru_base + mapped_channel * 4,
1827 int mapped_channel; local
1832 mapped_channel = rme9652->channel_map[channel];
1833 if (mapped_channel < 0)
1838 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);
1841 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTE
[all...]
H A Dhdsp.c3947 int mapped_channel; local
3952 mapped_channel = hdsp->channel_map[channel];
3953 if (mapped_channel < 0)
3957 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);
3959 return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);

Completed in 134 milliseconds