Searched refs:mapped_channel (Results 1 – 2 of 2) sorted by relevance
569 int mapped_channel; in rme9652_set_thru() local 571 mapped_channel = rme9652->channel_map[channel]; in rme9652_set_thru() 574 rme9652->thru_bits |= (1 << mapped_channel); in rme9652_set_thru() 576 rme9652->thru_bits &= ~(1 << mapped_channel); in rme9652_set_thru() 580 RME9652_thru_base + mapped_channel * 4, in rme9652_set_thru() 1826 int mapped_channel; in rme9652_channel_buffer_location() 1831 mapped_channel = rme9652->channel_map[channel]; in rme9652_channel_buffer_location() 1832 if (mapped_channel < 0) in rme9652_channel_buffer_location() 1837 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES); in rme9652_channel_buffer_location() 1840 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTE in rme9652_channel_buffer_location() 1827 int mapped_channel; rme9652_channel_buffer_location() local [all...]
3949 int mapped_channel; in hdsp_channel_buffer_location() local 3954 mapped_channel = hdsp->channel_map[channel]; in hdsp_channel_buffer_location() 3955 if (mapped_channel < 0) in hdsp_channel_buffer_location() 3959 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); in hdsp_channel_buffer_location() 3961 return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES); in hdsp_channel_buffer_location()