/drivers/staging/most/sound/ |
D | sound.c | 57 void (*copy_fn)(void *alsa, void *most, unsigned int bytes); 119 static void alsa_to_most_memcpy(void *alsa, void *most, unsigned int bytes) in alsa_to_most_memcpy() argument 121 memcpy(most, alsa, bytes); in alsa_to_most_memcpy() 124 static void alsa_to_most_copy16(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy16() argument 126 swap_copy16(most, alsa, bytes); in alsa_to_most_copy16() 129 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument 131 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24() 134 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument 136 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32() 139 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 | 200 cobalt_alsa_announce_pcm_data(s->alsa, in alsa_fnc() 408 if (s->alsa->alsa_pb_channel) in alsa_pb_fnc() 409 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 | 49 return to_ivtv(v4l2_dev)->alsa; in to_snd_ivtv_card() 64 to_ivtv(itvsc->v4l2_dev)->alsa = NULL; in snd_ivtv_card_free() 164 itv->alsa = itvsc; in snd_ivtv_init() 169 itv->alsa = NULL; in snd_ivtv_init() 211 if (itv->alsa != NULL) { in ivtv_alsa_load() 240 itv->alsa = NULL; in snd_ivtv_exit()
|
D | Kconfig | 58 module will be called ivtv-alsa.
|
/drivers/media/pci/cx18/ |
D | cx18-alsa-main.c | 52 return to_cx18(v4l2_dev)->alsa; in to_snd_cx18_card() 67 to_cx18(cxsc->v4l2_dev)->alsa = NULL; in snd_cx18_card_free() 165 cx->alsa = cxsc; in snd_cx18_init() 170 cx->alsa = NULL; in snd_cx18_init() 210 if (cx->alsa != NULL) { in cx18_alsa_load() 240 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 | 39 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/media/usb/tm6000/ |
D | Makefile | 10 obj-$(CONFIG_VIDEO_TM6000_ALSA) += tm6000-alsa.o
|
D | Kconfig | 27 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
|