MIXART_PLAYBACK_STREAMS  239 sound/pci/mixart/mixart.c 		stream_count = MIXART_PLAYBACK_STREAMS;
MIXART_PLAYBACK_STREAMS  285 sound/pci/mixart/mixart.c 			j = (chip->chip_idx * MIXART_MAX_STREAM_PER_CARD) + (pcm_number * (MIXART_PLAYBACK_STREAMS + MIXART_CAPTURE_STREAMS)) + i;
MIXART_PLAYBACK_STREAMS  286 sound/pci/mixart/mixart.c 			if(capture) j += MIXART_PLAYBACK_STREAMS; /* in the array capture is behind playback */
MIXART_PLAYBACK_STREAMS  632 sound/pci/mixart/mixart.c 		int i = (chip->chip_idx * MIXART_MAX_STREAM_PER_CARD) + (stream->pcm_number * (MIXART_PLAYBACK_STREAMS+MIXART_CAPTURE_STREAMS)) + subs->number;
MIXART_PLAYBACK_STREAMS  634 sound/pci/mixart/mixart.c 			i += MIXART_PLAYBACK_STREAMS; /* in array capture is behind playback */
MIXART_PLAYBACK_STREAMS  964 sound/pci/mixart/mixart.c 			       MIXART_PLAYBACK_STREAMS,
MIXART_PLAYBACK_STREAMS  997 sound/pci/mixart/mixart.c 			       MIXART_PLAYBACK_STREAMS,
MIXART_PLAYBACK_STREAMS  108 sound/pci/mixart/mixart.h #define MIXART_MAX_STREAM_PER_CARD  (MIXART_PCM_TOTAL * (MIXART_PLAYBACK_STREAMS + MIXART_CAPTURE_STREAMS) )
MIXART_PLAYBACK_STREAMS  169 sound/pci/mixart/mixart.h 	struct mixart_stream playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = pcm_dig */
MIXART_PLAYBACK_STREAMS  179 sound/pci/mixart/mixart.h 	int digital_playback_active[2*MIXART_PLAYBACK_STREAMS][2];	/* Mixer : Digital Playback Active [(analog+AES output)*streams][stereo]*/
MIXART_PLAYBACK_STREAMS  180 sound/pci/mixart/mixart.h 	int digital_playback_volume[2*MIXART_PLAYBACK_STREAMS][2];	/* Mixer : Digital Playback Volume [(analog+AES output)*streams][stereo]*/
MIXART_PLAYBACK_STREAMS  459 sound/pci/mixart/mixart_core.c 					if ((chip_number >= mgr->num_cards) || (pcm_number >= MIXART_PCM_TOTAL) || (sub_number >= MIXART_PLAYBACK_STREAMS)) {
MIXART_PLAYBACK_STREAMS  725 sound/pci/mixart/mixart_mixer.c 		idx += MIXART_PLAYBACK_STREAMS;
MIXART_PLAYBACK_STREAMS  833 sound/pci/mixart/mixart_mixer.c 		snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS);
MIXART_PLAYBACK_STREAMS  834 sound/pci/mixart/mixart_mixer.c 		if(is_aes)	stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */
MIXART_PLAYBACK_STREAMS  859 sound/pci/mixart/mixart_mixer.c 		snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS);
MIXART_PLAYBACK_STREAMS  861 sound/pci/mixart/mixart_mixer.c 			stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx];
MIXART_PLAYBACK_STREAMS  905 sound/pci/mixart/mixart_mixer.c 	snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS);
MIXART_PLAYBACK_STREAMS  908 sound/pci/mixart/mixart_mixer.c 		idx += MIXART_PLAYBACK_STREAMS;
MIXART_PLAYBACK_STREAMS  922 sound/pci/mixart/mixart_mixer.c 	snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS);
MIXART_PLAYBACK_STREAMS  926 sound/pci/mixart/mixart_mixer.c 		j += MIXART_PLAYBACK_STREAMS;
MIXART_PLAYBACK_STREAMS  944 sound/pci/mixart/mixart_mixer.c 	.count =        MIXART_PLAYBACK_STREAMS,
MIXART_PLAYBACK_STREAMS 1134 sound/pci/mixart/mixart_mixer.c 		temp.count = MIXART_PLAYBACK_STREAMS;
MIXART_PLAYBACK_STREAMS 1147 sound/pci/mixart/mixart_mixer.c 			temp.count = MIXART_PLAYBACK_STREAMS;