Lines Matching refs:snd_pcm_str
121 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl()
379 snd_pcm_proc_info_read(((struct snd_pcm_str *)entry->private_data)->substream, in snd_pcm_stream_proc_info_read()
502 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read()
509 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write()
516 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init()
562 static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_done()
676 static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_init()
677 static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_done()
700 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream()
872 static void free_chmap(struct snd_pcm_str *pstr) in free_chmap()
880 static void snd_pcm_free_stream(struct snd_pcm_str * pstr) in snd_pcm_free_stream()
943 struct snd_pcm_str * pstr; in snd_pcm_attach_substream()
1068 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); in show_pcm_class()