Lines Matching refs:RME9652_NCHANNELS
67 #define RME9652_NCHANNELS 26 macro
196 #define RME9652_DMA_AREA_BYTES ((RME9652_NCHANNELS+1) * RME9652_CHANNEL_BUFFER_BYTES)
553 if (rme9652->ss_channels == RME9652_NCHANNELS) { in rme9652_set_rate()
559 if (rme9652->ss_channels == RME9652_NCHANNELS) { in rme9652_set_rate()
581 for (i = 0; i < RME9652_NCHANNELS; i++) { in rme9652_set_thru()
586 for (i = 0; i < RME9652_NCHANNELS; i++) { in rme9652_set_thru()
1224 rme9652->ss_channels == RME9652_NCHANNELS ? 4 : 3, in snd_rme9652_info_sync_pref()
1246 max = rme9652->ss_channels == RME9652_NCHANNELS ? 4 : 3; in snd_rme9652_put_sync_pref()
1549 if (rme9652->ss_channels == RME9652_NCHANNELS) in snd_rme9652_create_controls()
1826 for (k = 0; k < RME9652_NCHANNELS; ++k) in snd_rme9652_set_defaults()
1870 if (snd_BUG_ON(channel < 0 || channel >= RME9652_NCHANNELS)) in rme9652_channel_buffer_location()
2036 if (snd_BUG_ON(info->channel >= RME9652_NCHANNELS)) in snd_rme9652_channel_info()
2504 rme9652->ss_channels = RME9652_NCHANNELS; in snd_rme9652_create()
2513 rme9652->ss_channels = RME9652_NCHANNELS; in snd_rme9652_create()