/kernel/linux/linux-5.10/sound/xen/ |
H A D | xen_snd_front_alsa.c | 69 snd_pcm_format_t alsa; member 74 snd_pcm_hw_param_t alsa; member 80 .alsa = SNDRV_PCM_FORMAT_U8 84 .alsa = SNDRV_PCM_FORMAT_S8 88 .alsa = SNDRV_PCM_FORMAT_U16_LE 92 .alsa = SNDRV_PCM_FORMAT_U16_BE 96 .alsa = SNDRV_PCM_FORMAT_S16_LE 100 .alsa = SNDRV_PCM_FORMAT_S16_BE 104 .alsa = SNDRV_PCM_FORMAT_U24_LE 108 .alsa [all...] |
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front_alsa.c | 69 snd_pcm_format_t alsa; member 74 snd_pcm_hw_param_t alsa; member 80 .alsa = SNDRV_PCM_FORMAT_U8 84 .alsa = SNDRV_PCM_FORMAT_S8 88 .alsa = SNDRV_PCM_FORMAT_U16_LE 92 .alsa = SNDRV_PCM_FORMAT_U16_BE 96 .alsa = SNDRV_PCM_FORMAT_S16_LE 100 .alsa = SNDRV_PCM_FORMAT_S16_BE 104 .alsa = SNDRV_PCM_FORMAT_U24_LE 108 .alsa [all...] |
/kernel/linux/linux-6.6/drivers/most/ |
H A D | most_snd.c | 57 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() 121 static void alsa_to_most_copy24(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy24() argument 123 swap_copy24(most, alsa, bytes); in alsa_to_most_copy24() 126 static void alsa_to_most_copy32(void *alsa, void *most, unsigned int bytes) in alsa_to_most_copy32() argument 128 swap_copy32(most, alsa, bytes); in alsa_to_most_copy32() 131 static void most_to_alsa_memcpy(void *alsa, voi argument 136 most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy16() argument 141 most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy24() argument 146 most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy32() argument [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | Makefile | 4 CFLAGS += $(shell pkg-config --cflags alsa) 5 LDLIBS += $(shell pkg-config --libs alsa) 23 $(OUTPUT)/libatest.so: conf.c alsa-local.h 26 $(OUTPUT)/%: %.c $(TEST_GEN_PROGS_EXTENDED) alsa-local.h
|
/kernel/linux/linux-5.10/drivers/media/pci/cx18/ |
H A D | Makefile | 7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o 10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
|
H A D | cx18-alsa-main.c | 25 #include "cx18-alsa.h" 26 #include "cx18-alsa-pcm.h" 33 printk(KERN_INFO "%s: " fmt, "cx18-alsa", ## arg); \ 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() 105 /* sc->driver is used by alsa-lib's configurator: simple, unique */ in snd_cx18_card_set_names() 165 cx->alsa = cxsc; in snd_cx18_init() 170 cx->alsa = NULL; in snd_cx18_init() 192 printk(KERN_ERR "cx18-alsa: %s: struct v4l2_device * is NULL\n", in cx18_alsa_load() 199 printk(KERN_ERR "cx18-alsa c in cx18_alsa_load() [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/ |
H A D | Makefile | 7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o 10 obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
|
H A D | ivtv-alsa-main.c | 13 #include "ivtv-alsa.h" 14 #include "ivtv-alsa-pcm.h" 25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \ 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() 102 /* sc->driver is used by alsa-lib's configurator: simple, unique */ in snd_ivtv_card_set_names() 164 itv->alsa = itvsc; in snd_ivtv_init() 169 itv->alsa = NULL; in snd_ivtv_init() 194 pr_err("ivtv-alsa: %s: struct v4l2_device * is NULL\n", in ivtv_alsa_load() 201 pr_err("ivtv-alsa it in ivtv_alsa_load() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/cx18/ |
H A D | Makefile | 7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o 10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
|
H A D | cx18-alsa-main.c | 25 #include "cx18-alsa.h" 26 #include "cx18-alsa-pcm.h" 33 printk(KERN_INFO "%s: " fmt, "cx18-alsa", ## arg); \ 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() 98 /* sc->driver is used by alsa-lib's configurator: simple, unique */ in snd_cx18_card_set_names() 158 cx->alsa = cxsc; in snd_cx18_init() 163 cx->alsa = NULL; in snd_cx18_init() 185 printk(KERN_ERR "cx18-alsa: %s: struct v4l2_device * is NULL\n", in cx18_alsa_load() 192 printk(KERN_ERR "cx18-alsa c in cx18_alsa_load() [all...] |
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | Makefile | 7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o 10 obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
|
H A D | ivtv-alsa-main.c | 13 #include "ivtv-alsa.h" 14 #include "ivtv-alsa-pcm.h" 25 printk(KERN_INFO pr_fmt("%s: alsa:" __fmt), \ 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() 95 /* sc->driver is used by alsa-lib's configurator: simple, unique */ in snd_ivtv_card_set_names() 157 itv->alsa = itvsc; in snd_ivtv_init() 162 itv->alsa = NULL; in snd_ivtv_init() 187 pr_err("ivtv-alsa: %s: struct v4l2_device * is NULL\n", in ivtv_alsa_load() 194 pr_err("ivtv-alsa it in ivtv_alsa_load() [all...] |
/kernel/linux/linux-5.10/drivers/staging/most/sound/ |
H A D | sound.c | 55 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, voi argument 144 most_to_alsa_copy16(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy16() argument 149 most_to_alsa_copy24(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy24() argument 154 most_to_alsa_copy32(void *alsa, void *most, unsigned int bytes) most_to_alsa_copy32() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/pci/cobalt/ |
H A D | cobalt-alsa-main.c | 22 #include "cobalt-alsa.h" 23 #include "cobalt-alsa-pcm.h" 30 cobsc->s->alsa = NULL; in snd_cobalt_card_free() 67 /* sc->driver is used by alsa-lib's configurator: simple, unique */ in snd_cobalt_card_set_names() 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()
|
H A D | Makefile | 4 cobalt-alsa-main.o cobalt-alsa-pcm.o
|
/kernel/linux/linux-6.6/drivers/media/pci/cobalt/ |
H A D | cobalt-alsa-main.c | 22 #include "cobalt-alsa.h" 23 #include "cobalt-alsa-pcm.h" 30 cobsc->s->alsa = NULL; in snd_cobalt_card_free() 67 /* sc->driver is used by alsa-lib's configurator: simple, unique */ in snd_cobalt_card_set_names() 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()
|
H A D | Makefile | 4 cobalt-alsa-main.o cobalt-alsa-pcm.o
|
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/ |
H A D | Makefile | 6 cx231xx-alsa-objs := cx231xx-audio.o 9 obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
|
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/ |
H A D | Makefile | 5 em28xx-alsa-objs := em28xx-audio.o 10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
|
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/ |
H A D | Makefile | 6 cx231xx-alsa-objs := cx231xx-audio.o 9 obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
|
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/ |
H A D | Makefile | 5 em28xx-alsa-objs := em28xx-audio.o 10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
|
/kernel/linux/linux-5.10/sound/pci/aw2/ |
H A D | Makefile | 2 snd-aw2-objs := aw2-alsa.o aw2-saa7146.o
|
/kernel/linux/linux-6.6/sound/pci/aw2/ |
H A D | Makefile | 2 snd-aw2-objs := aw2-alsa.o aw2-saa7146.o
|
/kernel/linux/linux-5.10/sound/aoa/core/ |
H A D | Makefile | 4 alsa.o \
|
/kernel/linux/linux-6.6/sound/aoa/core/ |
H A D | Makefile | 4 alsa.o \
|