Home
last modified time | relevance | path

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

123

/Linux-v6.6/sound/xen/
Dxen_snd_front_alsa.c69 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 = SNDRV_PCM_FORMAT_U24_BE
[all …]
/Linux-v6.6/drivers/most/
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()
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, void *most, unsigned int bytes) in most_to_alsa_memcpy() argument
[all …]
/Linux-v6.6/tools/testing/selftests/alsa/
DMakefile4 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
/Linux-v6.6/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()
/Linux-v6.6/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()
/Linux-v6.6/drivers/media/pci/cx18/
DMakefile7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
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()
/Linux-v6.6/Documentation/sound/cards/
Dmixart.rst5 Digigram <alsa@digigram.com>
23 Use the mixartloader that can be found in the alsa-tools package.
29 One miXart8 board will be represented as 4 alsa cards, each with 1
98 The firmware binaries are installed on /usr/share/alsa/firmware
99 (or /usr/local/share/alsa/firmware, depending to the prefix option of
109 Copyright (c) 2003 Digigram SA <alsa@digigram.com>
Dbt87x.rst44 <alsa-devel@alsa-project.org>, regardless of whether audio capture works
/Linux-v6.6/Documentation/sound/kernel-api/
Dindex.rst7 alsa-driver-api
8 writing-an-alsa-driver
/Linux-v6.6/drivers/media/usb/cx231xx/
DMakefile6 cx231xx-alsa-objs := cx231xx-audio.o
9 obj-$(CONFIG_VIDEO_CX231XX_ALSA) += cx231xx-alsa.o
/Linux-v6.6/drivers/media/usb/em28xx/
DMakefile5 em28xx-alsa-objs := em28xx-audio.o
10 obj-$(CONFIG_VIDEO_EM28XX_ALSA) += em28xx-alsa.o
/Linux-v6.6/Documentation/sound/hd-audio/
Dnotes.rst711 * ``alsa-info.sh`` output; run with ``--no-upload`` option. See the
712 section below about alsa-info
714 If it's a regression, at best, send alsa-info outputs of both working
722 alsa-devel ML
723 alsa-devel@alsa-project.org
732 alsa-info
734 The script ``alsa-info.sh`` is a very useful tool to gather the audio
735 device information. It's included in alsa-utils package. The latest
738 * git://git.alsa-project.org/alsa-utils.git
742 * https://www.alsa-project.org/alsa-info.sh
[all …]
/Linux-v6.6/sound/pci/aw2/
DMakefile2 snd-aw2-objs := aw2-alsa.o aw2-saa7146.o
/Linux-v6.6/sound/aoa/core/
DMakefile4 alsa.o \
/Linux-v6.6/drivers/media/pci/cx25821/
DMakefile7 obj-$(CONFIG_VIDEO_CX25821_ALSA) += cx25821-alsa.o
DKconfig28 module will be called cx25821-alsa.
/Linux-v6.6/Documentation/sound/
Dindex.rst13 alsa-configuration
/Linux-v6.6/drivers/media/pci/saa7134/
DMakefile11 obj-$(CONFIG_VIDEO_SAA7134_ALSA) += saa7134-alsa.o
/Linux-v6.6/drivers/media/pci/cx88/
DMakefile9 obj-$(CONFIG_VIDEO_CX88_ALSA) += cx88-alsa.o
/Linux-v6.6/drivers/media/pci/cx23885/
DMakefile6 cx23885-f300.o cx23885-alsa.o
/Linux-v6.6/Documentation/admin-guide/media/
Dsi470x.rst108 or using sox + alsa:
112 sox --endian little -c 2 -S -r 96000 -t alsa hw:1 -t alsa -r 96000 hw:0

123