Home
last modified time | relevance | path

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

/Linux-v5.15/sound/pci/rme9652/
Drme9652.c566 int mapped_channel; in rme9652_set_thru() local
568 mapped_channel = rme9652->channel_map[channel]; in rme9652_set_thru()
571 rme9652->thru_bits |= (1 << mapped_channel); in rme9652_set_thru()
573 rme9652->thru_bits &= ~(1 << mapped_channel); in rme9652_set_thru()
577 RME9652_thru_base + mapped_channel * 4, in rme9652_set_thru()
1822 int mapped_channel; in rme9652_channel_buffer_location() local
1827 mapped_channel = rme9652->channel_map[channel]; in rme9652_channel_buffer_location()
1828 if (mapped_channel < 0) in rme9652_channel_buffer_location()
1833 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); in rme9652_channel_buffer_location()
1836 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); in rme9652_channel_buffer_location()
Dhdsp.c3942 int mapped_channel; in hdsp_channel_buffer_location() local
3947 mapped_channel = hdsp->channel_map[channel]; in hdsp_channel_buffer_location()
3948 if (mapped_channel < 0) in hdsp_channel_buffer_location()
3952 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); in hdsp_channel_buffer_location()
3954 return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); in hdsp_channel_buffer_location()