/drivers/most/ |
D | most_snd.c | 55 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/ |
D | cobalt-alsa-main.c | 30 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()
|
D | Makefile | 4 cobalt-alsa-main.o cobalt-alsa-pcm.o
|
D | cobalt-alsa-pcm.c | 199 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()
|
D | cobalt-driver.h | 244 struct snd_cobalt_card *alsa; member
|
/drivers/media/pci/ivtv/ |
D | Makefile | 7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o 10 obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
|
D | ivtv-alsa-main.c | 48 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()
|
D | Kconfig | 46 module will be called ivtv-alsa.
|
/drivers/media/pci/cx18/ |
D | cx18-alsa-main.c | 51 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()
|
D | Makefile | 7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o 10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
|
D | Kconfig | 36 module will be called cx18-alsa.
|
/drivers/media/usb/cx231xx/ |
D | Makefile | 6 cx231xx-alsa-objs := cx231xx-audio.o 9 obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
|
D | Kconfig | 40 module will be called cx231xx-alsa
|
/drivers/media/usb/em28xx/ |
D | Makefile | 5 em28xx-alsa-objs := em28xx-audio.o 10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
|
D | Kconfig | 36 module will be called em28xx-alsa
|
/drivers/media/pci/cx25821/ |
D | Makefile | 7 obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o
|
D | Kconfig | 28 module will be called cx25821-alsa.
|
/drivers/staging/media/deprecated/tm6000/ |
D | Makefile | 10 obj-$(CONFIG_VIDEO_TM6000_ALSA) += tm6000-alsa.o
|
D | Kconfig | 30 module will be called tm6000-alsa.
|
/drivers/media/pci/saa7134/ |
D | Makefile | 11 obj-$(CONFIG_VIDEO_SAA7134_ALSA) += saa7134-alsa.o
|
D | Kconfig | 27 module will be called saa7134-alsa.
|
D | saa7134-core.c | 46 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/ |
D | Makefile | 9 obj-$(CONFIG_VIDEO_CX88_ALSA) += cx88-alsa.o
|
D | Kconfig | 31 module will be called cx88-alsa.
|
/drivers/media/pci/cx23885/ |
D | Makefile | 6 cx23885-f300.o cx23885-alsa.o
|