audio_stream 130 sound/arm/sa11xx-uda1341.c struct audio_stream s[2]; /* playback & capture */
audio_stream 502 sound/arm/sa11xx-uda1341.c struct audio_stream *s = data;
audio_stream 528 sound/arm/sa11xx-uda1341.c struct audio_stream *s = &chip->s[stream_id];
audio_stream 529 sound/arm/sa11xx-uda1341.c struct audio_stream *s1 = &chip->s[stream_id ^ 1];
audio_stream 662 sound/arm/sa11xx-uda1341.c struct audio_stream *s = &chip->s[substream->pstr->stream];
audio_stream 99 sound/mips/au1x00.c struct audio_stream *stream[2]; /* playback & capture */
audio_stream 225 sound/mips/au1x00.c struct audio_stream *stream = (struct audio_stream *) dev_id;
audio_stream 333 sound/mips/au1x00.c struct audio_stream *stream = substream->private_data;
audio_stream 348 sound/mips/au1x00.c struct audio_stream *stream = substream->private_data;
audio_stream 384 sound/mips/au1x00.c struct audio_stream *stream = substream->private_data;
audio_stream 406 sound/mips/au1x00.c struct audio_stream *stream = substream->private_data;
audio_stream 647 sound/mips/au1x00.c au1000->stream[PLAYBACK] = kmalloc(sizeof(struct audio_stream), GFP_KERNEL);
audio_stream 648 sound/mips/au1x00.c au1000->stream[CAPTURE ] = kmalloc(sizeof(struct audio_stream), GFP_KERNEL);
audio_stream 279 sound/pci/azt3328.c struct snd_azf3328_audio_stream audio_stream[2];
audio_stream 987 sound/pci/azt3328.c int need_change = (chip->audio_stream[stream_type].running != enable);
audio_stream 999 sound/pci/azt3328.c if ((enable) || !(chip->audio_stream[other].running))
audio_stream 1007 sound/pci/azt3328.c chip->audio_stream[stream_type].portbase
audio_stream 1011 sound/pci/azt3328.c chip->audio_stream[stream_type].running = enable;
audio_stream 1023 sound/pci/azt3328.c if (!chip->audio_stream[stream_type].running) {
audio_stream 1031 sound/pci/azt3328.c portbase = chip->audio_stream[stream_type].portbase;
audio_stream 1171 sound/pci/azt3328.c if (chip->audio_stream[AZF_PLAYBACK].running)
audio_stream 1300 sound/pci/azt3328.c if (chip->audio_stream[AZF_CAPTURE].running)
audio_stream 1640 sound/pci/azt3328.c if (chip->pcm && chip->audio_stream[AZF_PLAYBACK].substream) {
audio_stream 1642 sound/pci/azt3328.c chip->audio_stream[AZF_PLAYBACK].substream
audio_stream 1662 sound/pci/azt3328.c if (chip->pcm && chip->audio_stream[AZF_CAPTURE].substream) {
audio_stream 1664 sound/pci/azt3328.c chip->audio_stream[AZF_CAPTURE].substream
audio_stream 1779 sound/pci/azt3328.c chip->audio_stream[AZF_PLAYBACK].substream = substream;
audio_stream 1794 sound/pci/azt3328.c chip->audio_stream[AZF_CAPTURE].substream = substream;
audio_stream 1808 sound/pci/azt3328.c chip->audio_stream[AZF_PLAYBACK].substream = NULL;
audio_stream 1819 sound/pci/azt3328.c chip->audio_stream[AZF_CAPTURE].substream = NULL;
audio_stream 2147 sound/pci/azt3328.c chip->audio_stream[AZF_PLAYBACK].portbase = chip->codec_io + 0x00;
audio_stream 2148 sound/pci/azt3328.c chip->audio_stream[AZF_CAPTURE].portbase = chip->codec_io + 0x20;
audio_stream 2173 sound/pci/azt3328.c chip->audio_stream[AZF_PLAYBACK].running = 1;