Home
last modified time | relevance | path

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

12

/drivers/most/
Dmost_snd.c55 void (*copy_fn)(void *alsa, void *most, unsigned int bytes);
109 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument
111 memcpy(most, alsa, bytes); in alsa_to_most_memcpy()
114 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument
116 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16()
119 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument
121 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24()
124 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument
126 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32()
129 static void most_to_alsa_memcpy(void *alsa, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
/drivers/media/pci/cobalt/
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()
DMakefile4 cobalt-alsa-main.o cobalt-alsa-pcm.o
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()
Dcobalt-driver.h244 struct snd_cobalt_card *alsa; member
/drivers/media/pci/ivtv/
DMakefile7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
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()
DKconfig46 module will be called ivtv-alsa.
/drivers/media/pci/cx18/
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()
DMakefile7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
DKconfig36 module will be called cx18-alsa.
/drivers/media/usb/cx231xx/
DMakefile6 cx231xx-alsa-objs := cx231xx-audio.o
9 obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
DKconfig40 module will be called cx231xx-alsa
/drivers/media/usb/em28xx/
DMakefile5 em28xx-alsa-objs := em28xx-audio.o
10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
DKconfig36 module will be called em28xx-alsa
/drivers/media/pci/cx25821/
DMakefile7 obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o
DKconfig28 module will be called cx25821-alsa.
/drivers/staging/media/deprecated/tm6000/
DMakefile10 obj-$(CONFIG_VIDEO_TM6000_ALSA) += tm6000-alsa.o
DKconfig30 module will be called tm6000-alsa.
/drivers/media/pci/saa7134/
DMakefile11 obj-$(CONFIG_VIDEO_SAA7134_ALSA) += saa7134-alsa.o
DKconfig27 module will be called saa7134-alsa.
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]");
158 if (alsa) { in request_module_async()
/drivers/media/pci/cx88/
DMakefile9 obj-$(CONFIG_VIDEO_CX88_ALSA) += cx88-alsa.o
DKconfig31 module will be called cx88-alsa.
/drivers/media/pci/cx23885/
DMakefile6 cx23885-f300.o cx23885-alsa.o

12