max_channels_out 1011 sound/pci/rme9652/hdspm.c 	unsigned char max_channels_out;
max_channels_out 1756 sound/pci/rme9652/hdspm.c 		hdspm->max_channels_out = hdspm->ss_out_channels;
max_channels_out 1763 sound/pci/rme9652/hdspm.c 		hdspm->max_channels_out = hdspm->ds_out_channels;
max_channels_out 1770 sound/pci/rme9652/hdspm.c 		hdspm->max_channels_out = hdspm->qs_out_channels;
max_channels_out 5271 sound/pci/rme9652/hdspm.c 	for (i = 0; i < hdspm->max_channels_out; i++) {
max_channels_out 5693 sound/pci/rme9652/hdspm.c 		if (snd_BUG_ON(channel >= hdspm->max_channels_out)) {
max_channels_out 5700 sound/pci/rme9652/hdspm.c 		channel = array_index_nospec(channel, hdspm->max_channels_out);
max_channels_out 6646 sound/pci/rme9652/hdspm.c 		hdspm->max_channels_out = hdspm->max_channels_in =
max_channels_out 6727 sound/pci/rme9652/hdspm.c 		hdspm->max_channels_out = RAYDAT_SS_CHANNELS;