Home
last modified time | relevance | path

Searched refs:snd_pcm (Results 1 – 8 of 8) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/platform/
A Dsunxi-pcm.h36 extern int sunxi_pcm_new(struct snd_pcm *pcm);
37 extern void sunxi_pcm_free(struct snd_pcm *pcm);
A Dsunxi-pcm.c74 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()
A Dsun8iw19-daudio.c853 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()
/bsp/allwinner/libraries/sunxi-hal/include/hal/sound/
A Dsnd_core.h71 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 { struct
548 void (*private_free) (struct snd_pcm *pcm); argument
616 struct snd_pcm *snd_card_find_pcm(struct snd_card *card, int device_num);
/bsp/allwinner/libraries/sunxi-hal/hal/source/sound/core/
A DMakefile3 obj-y += snd_pcm.o
A Dsnd_core.c639 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()
A Dsnd_pcm.c377 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()
/bsp/allwinner/libraries/sunxi-hal/hal/
A Dlist.txt20 source/sound/core/snd_pcm.c

Completed in 21 milliseconds