MIXART_PLAYBACK_STREAMS 238 sound/pci/mixart/mixart.c stream_count = MIXART_PLAYBACK_STREAMS; MIXART_PLAYBACK_STREAMS 282 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 283 sound/pci/mixart/mixart.c if(capture) j += MIXART_PLAYBACK_STREAMS; /* in the array capture is behind playback */ MIXART_PLAYBACK_STREAMS 618 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 620 sound/pci/mixart/mixart.c i += MIXART_PLAYBACK_STREAMS; /* in array capture is behind playback */ MIXART_PLAYBACK_STREAMS 939 sound/pci/mixart/mixart.c MIXART_PLAYBACK_STREAMS, MIXART_PLAYBACK_STREAMS 970 sound/pci/mixart/mixart.c MIXART_PLAYBACK_STREAMS, MIXART_PLAYBACK_STREAMS 129 sound/pci/mixart/mixart.h #define MIXART_MAX_STREAM_PER_CARD (MIXART_PCM_TOTAL * (MIXART_PLAYBACK_STREAMS + MIXART_CAPTURE_STREAMS) ) MIXART_PLAYBACK_STREAMS 190 sound/pci/mixart/mixart.h struct mixart_stream playback_stream[MIXART_PCM_TOTAL][MIXART_PLAYBACK_STREAMS]; /* 0 = pcm, 1 = pcm_dig */ MIXART_PLAYBACK_STREAMS 200 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 201 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 474 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 736 sound/pci/mixart/mixart_mixer.c idx += MIXART_PLAYBACK_STREAMS; MIXART_PLAYBACK_STREAMS 840 sound/pci/mixart/mixart_mixer.c snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); MIXART_PLAYBACK_STREAMS 841 sound/pci/mixart/mixart_mixer.c if(is_aes) stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; /* AES playback */ MIXART_PLAYBACK_STREAMS 866 sound/pci/mixart/mixart_mixer.c snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); MIXART_PLAYBACK_STREAMS 868 sound/pci/mixart/mixart_mixer.c stored_volume = chip->digital_playback_volume[MIXART_PLAYBACK_STREAMS + idx]; MIXART_PLAYBACK_STREAMS 912 sound/pci/mixart/mixart_mixer.c snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); MIXART_PLAYBACK_STREAMS 915 sound/pci/mixart/mixart_mixer.c idx += MIXART_PLAYBACK_STREAMS; MIXART_PLAYBACK_STREAMS 929 sound/pci/mixart/mixart_mixer.c snd_BUG_ON(idx >= MIXART_PLAYBACK_STREAMS); MIXART_PLAYBACK_STREAMS 933 sound/pci/mixart/mixart_mixer.c j += MIXART_PLAYBACK_STREAMS; MIXART_PLAYBACK_STREAMS 951 sound/pci/mixart/mixart_mixer.c .count = MIXART_PLAYBACK_STREAMS, MIXART_PLAYBACK_STREAMS 1139 sound/pci/mixart/mixart_mixer.c temp.count = MIXART_PLAYBACK_STREAMS; MIXART_PLAYBACK_STREAMS 1152 sound/pci/mixart/mixart_mixer.c temp.count = MIXART_PLAYBACK_STREAMS;