Lines Matching refs:snd_pcm
445 struct snd_pcm *pcm;
492 struct snd_pcm *pcm;
511 struct snd_pcm { struct
524 void (*private_free) (struct snd_pcm *pcm); argument
541 struct snd_pcm **rpcm); argument
544 struct snd_pcm **rpcm);
545 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);
549 int (*n_register) (struct snd_pcm * pcm);
550 int (*n_disconnect) (struct snd_pcm * pcm);
551 int (*n_unregister) (struct snd_pcm * pcm);
571 int snd_pcm_suspend_all(struct snd_pcm *pcm);
573 static inline int snd_pcm_suspend_all(struct snd_pcm *pcm) in snd_pcm_suspend_all()
579 int snd_pcm_open_substream(struct snd_pcm *pcm, int stream, struct file *file,
582 int snd_pcm_attach_substream(struct snd_pcm *pcm, int stream, struct file *file,
1066 void snd_pcm_set_ops(struct snd_pcm * pcm, int direction,
1198 void snd_pcm_lib_preallocate_free_for_all(struct snd_pcm *pcm);
1202 void snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm,
1210 void snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type,
1383 struct snd_pcm *pcm; /* assigned PCM instance */
1417 int snd_pcm_add_chmap_ctls(struct snd_pcm *pcm, int stream,