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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Dhdspm.c2623 int mapped_channel; local
2630 if ((mapped_channel = hdspm->channel_map[channel]) < 0)
2635 hdspm_read_pb_gain(hdspm, mapped_channel, mapped_channel);
2638 /* snd_printdd("get pb mixer index %d, channel %d, mapped_channel %d, value %d\n",
2639 ucontrol->id.index, channel, mapped_channel, ucontrol->value.integer.value[0]);
2651 int mapped_channel; local
2662 if ((mapped_channel = hdspm->channel_map[channel]) < 0)
2669 gain != hdspm_read_pb_gain(hdspm, mapped_channel,
2670 mapped_channel);
3499 int mapped_channel; local
3745 int mapped_channel; local
[all...]
H A Drme9652.c597 int mapped_channel; local
601 mapped_channel = rme9652->channel_map[channel];
604 rme9652->thru_bits |= (1 << mapped_channel);
606 rme9652->thru_bits &= ~(1 << mapped_channel);
610 RME9652_thru_base + mapped_channel * 4,
1912 int mapped_channel; local
1916 if ((mapped_channel = rme9652->channel_map[channel]) < 0) {
1922 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);
1925 (mapped_channel * RME9652_CHANNEL_BUFFER_BYTES);
H A Dhdsp.c3792 int mapped_channel; local
3796 if ((mapped_channel = hdsp->channel_map[channel]) < 0)
3800 return hdsp->capture_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);
3802 return hdsp->playback_buffer + (mapped_channel * HDSP_CHANNEL_BUFFER_BYTES);
3952 int mapped_channel; local
3956 if ((mapped_channel = hdsp->channel_map[info->channel]) < 0)
3959 info->offset = mapped_channel * HDSP_CHANNEL_BUFFER_BYTES;

Completed in 134 milliseconds