Home
last modified time | relevance | path

Searched refs:alsa (Results 1 – 25 of 27) sorted by relevance

12

/drivers/most/
A Dmost_snd.c57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
111 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument
113 memcpy(most, alsa, bytes); in alsa_to_most_memcpy()
116 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument
118 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16()
123 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24()
128 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32()
133 memcpy(alsa, most, bytes); in most_to_alsa_memcpy()
138 swap_copy16(alsa, most, bytes); in most_to_alsa_copy16()
143 swap_copy24(alsa, most, bytes); in most_to_alsa_copy24()
[all …]
/drivers/media/pci/cobalt/
A Dcobalt-alsa-main.c30 cobsc->s->alsa = NULL; in snd_cobalt_card_free()
123 s->alsa = cobsc; in cobalt_alsa_init()
128 s->alsa = NULL; in cobalt_alsa_init()
145 struct snd_cobalt_card *cobsc = s->alsa; in cobalt_alsa_exit()
149 s->alsa = NULL; in cobalt_alsa_exit()
A DMakefile4 cobalt-alsa-main.o cobalt-alsa-pcm.o
A Dcobalt-alsa-pcm.c199 cobalt_alsa_announce_pcm_data(s->alsa, in alsa_fnc()
359 if (s->alsa->alsa_pb_channel) in alsa_pb_fnc()
360 cobalt_alsa_pb_pcm_data(s->alsa, in alsa_pb_fnc()
A Dcobalt-driver.h244 struct snd_cobalt_card *alsa; member
/drivers/media/pci/cx18/
A Dcx18-alsa-main.c51 return to_cx18(v4l2_dev)->alsa; in to_snd_cx18_card()
60 to_cx18(cxsc->v4l2_dev)->alsa = NULL; in snd_cx18_card_free()
158 cx->alsa = cxsc; in snd_cx18_init()
163 cx->alsa = NULL; in snd_cx18_init()
203 if (cx->alsa != NULL) { in cx18_alsa_load()
233 cx->alsa = NULL; in snd_cx18_exit()
A DMakefile7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
A DKconfig36 module will be called cx18-alsa.
A Dcx18-mailbox.c219 cx->pcm_announce_callback(cx->alsa, buf->buf, in cx18_mdl_send_to_alsa()
227 cx->pcm_announce_callback(cx->alsa, buf->buf, buf->bytesused); in cx18_mdl_send_to_alsa()
A Dcx18-driver.h588 struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */ member
/drivers/media/pci/ivtv/
A DMakefile7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
A Divtv-alsa-main.c48 return to_ivtv(v4l2_dev)->alsa; in to_snd_ivtv_card()
57 to_ivtv(itvsc->v4l2_dev)->alsa = NULL; in snd_ivtv_card_free()
157 itv->alsa = itvsc; in snd_ivtv_init()
162 itv->alsa = NULL; in snd_ivtv_init()
204 if (itv->alsa != NULL) { in ivtv_alsa_load()
233 itv->alsa = NULL; in snd_ivtv_exit()
A DKconfig46 module will be called ivtv-alsa.
/drivers/media/usb/cx231xx/
A DMakefile6 cx231xx-alsa-objs := cx231xx-audio.o
9 obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
A DKconfig40 module will be called cx231xx-alsa
/drivers/media/usb/em28xx/
A DMakefile5 em28xx-alsa-objs := em28xx-audio.o
10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
A DKconfig36 module will be called em28xx-alsa
/drivers/media/pci/cx25821/
A DMakefile7 obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o
A DKconfig28 module will be called cx25821-alsa.
/drivers/media/pci/saa7134/
A DMakefile11 obj-$(CONFIG_VIDEO_SAA7134_ALSA) += saa7134-alsa.o
A DKconfig27 module will be called saa7134-alsa.
A Dsaa7134-core.c46 static unsigned int alsa = 1; variable
47 module_param(alsa, int, 0644);
48 MODULE_PARM_DESC(alsa,"enable/disable ALSA DMA sound [dmasound]");
154 if (alsa) { in request_module_async()
/drivers/media/pci/cx88/
A DMakefile9 obj-$(CONFIG_VIDEO_CX88_ALSA) += cx88-alsa.o
A DKconfig31 module will be called cx88-alsa.
/drivers/media/pci/cx23885/
A DMakefile6 cx23885-f300.o cx23885-alsa.o

Completed in 36 milliseconds

12