Lines Matching refs:snd_pcm_str
107 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl()
366 snd_pcm_proc_info_read(((struct snd_pcm_str *)entry->private_data)->substream, in snd_pcm_stream_proc_info_read()
489 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read()
496 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write()
503 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init()
532 static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_done()
591 static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_init()
592 static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_done()
605 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); in do_pcm_suspend()
639 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream()
810 static void free_chmap(struct snd_pcm_str *pstr) in free_chmap()
818 static void snd_pcm_free_stream(struct snd_pcm_str * pstr) in snd_pcm_free_stream()
883 struct snd_pcm_str * pstr; in snd_pcm_attach_substream()
1010 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); in pcm_class_show()