Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/rme9652/
Drme9652.c67 #define RME9652_NCHANNELS 26 macro
196 #define RME9652_DMA_AREA_BYTES ((RME9652_NCHANNELS+1) * RME9652_CHANNEL_BUFFER_BYTES)
555 if (rme9652->ss_channels == RME9652_NCHANNELS) { in rme9652_set_rate()
561 if (rme9652->ss_channels == RME9652_NCHANNELS) { in rme9652_set_rate()
583 for (i = 0; i < RME9652_NCHANNELS; i++) { in rme9652_set_thru()
588 for (i = 0; i < RME9652_NCHANNELS; i++) { in rme9652_set_thru()
1240 uinfo->value.enumerated.items = rme9652->ss_channels == RME9652_NCHANNELS ? 4 : 3; in snd_rme9652_info_sync_pref()
1265 max = rme9652->ss_channels == RME9652_NCHANNELS ? 4 : 3; in snd_rme9652_put_sync_pref()
1572 if (rme9652->ss_channels == RME9652_NCHANNELS) in snd_rme9652_create_controls()
1849 for (k = 0; k < RME9652_NCHANNELS; ++k) in snd_rme9652_set_defaults()
[all …]