snd_pcm_new_stream  538 include/sound/pcm.h int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
snd_pcm_new_stream  984 sound/aoa/soundbus/i2sbus/pcm.c 		err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_PLAYBACK, 1);
snd_pcm_new_stream 1001 sound/aoa/soundbus/i2sbus/pcm.c 		err = snd_pcm_new_stream(dev->pcm, SNDRV_PCM_STREAM_CAPTURE, 1);
snd_pcm_new_stream  701 sound/core/pcm.c EXPORT_SYMBOL(snd_pcm_new_stream);
snd_pcm_new_stream  734 sound/core/pcm.c 	err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_PLAYBACK,
snd_pcm_new_stream  739 sound/core/pcm.c 	err = snd_pcm_new_stream(pcm, SNDRV_PCM_STREAM_CAPTURE, capture_count);
snd_pcm_new_stream  505 sound/usb/stream.c 		err = snd_pcm_new_stream(as->pcm, stream, 1);