Lines Matching refs:snd_pcm_str
116 struct snd_pcm_str *pstr; in snd_pcm_control_ioctl()
372 snd_pcm_proc_info_read(((struct snd_pcm_str *)entry->private_data)->substream, in snd_pcm_stream_proc_info_read()
500 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_read()
507 struct snd_pcm_str *pstr = entry->private_data; in snd_pcm_xrun_debug_write()
514 static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_init()
557 static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) in snd_pcm_stream_proc_done()
666 static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_init()
667 static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; } in snd_pcm_stream_proc_done()
690 struct snd_pcm_str *pstr = &pcm->streams[stream]; in snd_pcm_new_stream()
852 static void snd_pcm_free_stream(struct snd_pcm_str * pstr) in snd_pcm_free_stream()
907 struct snd_pcm_str * pstr; in snd_pcm_attach_substream()
1027 struct snd_pcm_str *pstr = container_of(dev, struct snd_pcm_str, dev); in show_pcm_class()