Searched refs:snd_pcm (Results 1 – 8 of 8) sorted by relevance
36 extern int sunxi_pcm_new(struct snd_pcm *pcm);37 extern void sunxi_pcm_free(struct snd_pcm *pcm);
74 static int sunxi_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in sunxi_pcm_preallocate_dma_buffer()95 int sunxi_pcm_new(struct snd_pcm *pcm) in sunxi_pcm_new()116 void sunxi_pcm_free(struct snd_pcm *pcm) in sunxi_pcm_free()
853 static int sunxi_pcm_preallocate_dma_buffer(struct snd_pcm *pcm, int stream) in sunxi_pcm_preallocate_dma_buffer()877 int sunxi_daudio_pcm_new(struct snd_pcm *pcm) in sunxi_daudio_pcm_new()898 void sunxi_daudio_pcm_free(struct snd_pcm *pcm) in sunxi_daudio_pcm_free()
71 struct snd_pcm;415 int (*pcm_new)(struct snd_pcm *);416 void (*pcm_free)(struct snd_pcm *);528 struct snd_pcm *pcm;540 struct snd_pcm { struct548 void (*private_free) (struct snd_pcm *pcm); argument616 struct snd_pcm *snd_card_find_pcm(struct snd_card *card, int device_num);
3 obj-y += snd_pcm.o
639 int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count) in snd_pcm_new_stream()680 static int snd_pcm_free(struct snd_pcm *pcm) in snd_pcm_free()1076 struct snd_pcm *pcm; in snd_pcm_new()1093 pcm = snd_malloc(sizeof(struct snd_pcm)); in snd_pcm_new()1163 struct snd_pcm *p, *temp; in snd_card_release()1274 struct snd_pcm *snd_card_find_pcm(struct snd_card *card, int device_num) in snd_card_find_pcm()1276 struct snd_pcm *p; in snd_card_find_pcm()
377 static int snd_pcm_release_substream(struct snd_pcm *pcm, int stream) in snd_pcm_release_substream()431 static int snd_pcm_open_substream(struct snd_pcm *pcm, int stream) in snd_pcm_open_substream()1260 struct snd_pcm *pcm; in ksnd_card_info()1287 struct snd_pcm *pcm; in ksnd_pcm_stream_info()1337 struct snd_pcm *pcm; in ksnd_pcm_open()1397 struct snd_pcm *pcm; in ksnd_pcm_release()
20 source/sound/core/snd_pcm.c
Completed in 21 milliseconds