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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c69 #define RME9652_NCHANNELS 26 macro
198 #define RME9652_DMA_AREA_BYTES ((RME9652_NCHANNELS+1) * RME9652_CHANNEL_BUFFER_BYTES)
557 if (rme9652->ss_channels == RME9652_NCHANNELS) {
563 if (rme9652->ss_channels == RME9652_NCHANNELS) {
585 for (i = 0; i < RME9652_NCHANNELS; i++) {
590 for (i = 0; i < RME9652_NCHANNELS; i++) {
599 snd_assert(channel == RME9652_NCHANNELS, return);
1249 uinfo->value.enumerated.items = rme9652->ss_channels == RME9652_NCHANNELS ? 4 : 3;
1274 max = rme9652->ss_channels == RME9652_NCHANNELS ? 4 : 3;
1593 if (rme9652->ss_channels == RME9652_NCHANNELS)
[all...]

Completed in 219 milliseconds