Home
last modified time | relevance | path

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

12345678

/openbmc/openbmc/poky/meta/recipes-multimedia/alsa/
H A Dalsa-utils_1.2.13.bb4 HOMEPAGE = "http://www.alsa-project.org"
5 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
12 DEPENDS = "alsa-lib ncurses libsamplerate0"
26 # alsa-utils specified in SRC_URI due to alsa-utils-scripts recipe
27 SRC_URI = "https://www.alsa-project.org/files/pub/utils/alsa-utils-${PV}.tar.bz2 \
39 # This are all packages that we need to make. Also, the now empty alsa-utils
43 ${@bb.utils.contains('PACKAGECONFIG', 'bat', 'alsa-utils-alsabat', '', d)} \
44 alsa-utils-alsamixer \
45 alsa-utils-alsatplg \
46 alsa-utils-midi \
[all …]
H A Dalsa-plugins_1.2.12.bb5 HOMEPAGE = "http://alsa-project.org"
6 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
8 CVE_PRODUCT = "alsa"
10 # The primary license of alsa-plugins is LGPL-2.1-only.
26 SRC_URI = "https://www.alsa-project.org/files/pub/plugins/${BP}.tar.bz2"
29 DEPENDS += "alsa-lib"
47 PACKAGES += "${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'alsa-plugins-pulseaudio-conf', ''…
51 # The alsa-plugins package doesn't itself contain anything, it just depends on
57 rm -f ${D}${libdir}/alsa-lib/*.la
64 …mv ${D}${sysconfdir}/alsa/conf.d/99-pulseaudio-default.conf.example ${D}${datadir}/alsa/alsa.conf.…
[all …]
H A Dalsa-lib_1.2.13.bb4 HOMEPAGE = "http://www.alsa-project.org"
5 BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking"
12 SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
22 PACKAGES =+ "alsa-server alsa-conf libatopology"
24 FILES:alsa-server = "${bindir}/*"
25 FILES:alsa-conf = "${datadir}/alsa/"
28 RDEPENDS:${PN}:class-target = "alsa-conf alsa-ucm-conf"
29 RDEPENDS:libatopology:class-target = "alsa-topology-conf"
36 RPROVIDES:${PN}-dev = "alsa-dev"
37 RREPLACES:${PN}-dev = "alsa-dev"
[all …]
H A Dalsa-ucm-conf_1.2.13.bb5 HOMEPAGE = "https://alsa-project.org"
6 BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
10 SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
17 install -d "${D}${datadir}/alsa"
18 cp -r "${S}/ucm" "${D}${datadir}/alsa"
19 cp -r "${S}/ucm2" "${D}${datadir}/alsa"
H A Dalsa-topology-conf_1.2.5.1.bb5 HOMEPAGE = "https://alsa-project.org"
6 BUGTRACKER = "https://alsa-project.org/wiki/Bug_Tracking"
10 SRC_URI = "https://www.alsa-project.org/files/pub/lib/${BP}.tar.bz2"
17 install -d "${D}${datadir}/alsa"
18 cp -r "${S}/topology" "${D}${datadir}/alsa"
/openbmc/openbmc/poky/meta/recipes-bsp/alsa-state/
H A Dalsa-state.bb5 # Filename: alsa-state.bb
7 SUMMARY = "Alsa scenario files to enable alsa state restoration"
8 HOMEPAGE = "http://www.alsa-project.org/"
14 file://alsa-state-init;beginline=3;endline=4;md5=3ff7ecbf534d7d503941abe8e268ef50 \
21 file://alsa-state-init \
36 INITSCRIPT_NAME = "alsa-state"
42 sed -i -e "s:#STATEDIR#:${localstatedir}/lib/alsa:g" ${S}/alsa-state-init
44 install -m 0755 ${S}/alsa-state-init ${D}${sysconfdir}/init.d/alsa-state
47 install -d ${D}/${localstatedir}/lib/alsa
50 install -m 0644 ${S}/*.state ${D}${localstatedir}/lib/alsa
[all …]
/openbmc/qemu/audio/
H A Dalsaaudio.c255 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_poll_out() local
257 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLOUT); in alsa_poll_out()
262 ALSAVoiceIn *alsa = (ALSAVoiceIn *) hw; in alsa_poll_in() local
264 return alsa_poll_helper (alsa->handle, &alsa->pollhlp, POLLIN); in alsa_poll_in()
442 AudiodevAlsaOptions *aopts = &dev->u.alsa; in alsa_open()
603 ALSAVoiceOut *alsa = (ALSAVoiceOut *)hw; in alsa_buffer_get_free() local
607 avail = snd_pcm_avail_update(alsa->handle); in alsa_buffer_get_free()
610 if (!alsa_recover(alsa->handle)) { in alsa_buffer_get_free()
611 avail = snd_pcm_avail_update(alsa->handle); in alsa_buffer_get_free()
639 ALSAVoiceOut *alsa = (ALSAVoiceOut *) hw; in alsa_write() local
[all …]
/openbmc/linux/sound/xen/
H A 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 …]
/openbmc/linux/drivers/most/
H A 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 …]
/openbmc/openbmc/poky/meta/recipes-multimedia/libsndfile/
H A Dlibsndfile1_1.2.2.bb25 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}"
26 PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/alsa-equal/
H A Dalsa-equal_0.6.bb6 DEPENDS = "alsa-lib"
35 …install -Dm 0644 libasound_module_ctl_equal.so ${D}${libdir}/alsa-lib/libasound_module_ctl_equal.so
36 …install -Dm 0644 libasound_module_pcm_equal.so ${D}${libdir}/alsa-lib/libasound_module_pcm_equal.so
40 alsa-utils \
44 FILES:${PN} = "${libdir}/alsa-lib/"
/openbmc/openbmc/poky/meta/recipes-multimedia/mpg123/
H A Dmpg123_1.32.10.bb20 # If both alsa and pulseaudio are specified (as in the default distro features)
22 PACKAGECONFIG_ALSA = "${@bb.utils.filter('DISTRO_FEATURES', 'alsa', d)}"
25 PACKAGECONFIG[alsa] = "--with-default-audio=alsa,,alsa-lib"
34 # alsa arts coreaudio dummy esd jack nas openal os2 oss portaudio pulse sdl sndio sun tinyalsa win3…
35 AUDIOMODS += "${@bb.utils.filter('PACKAGECONFIG', 'alsa esd jack openal portaudio sdl', d)}"
/openbmc/linux/tools/testing/selftests/alsa/
H A 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 $(OUTPUT)/libatest.so alsa-local.h
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libao/
H A Dlibao_1.2.0.bb30 PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)}"
31 PACKAGECONFIG[alsa] = "--enable-alsa,--disable-alsa,alsa-lib"
/openbmc/linux/drivers/media/pci/ivtv/
H A DMakefile7 ivtv-alsa-objs := ivtv-alsa-main.o ivtv-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_IVTV_ALSA) += ivtv-alsa.o
H A 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()
/openbmc/linux/drivers/media/pci/cobalt/
H A 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()
/openbmc/linux/drivers/media/pci/cx18/
H A DMakefile7 cx18-alsa-objs := cx18-alsa-main.o cx18-alsa-pcm.o
10 obj-$(CONFIG_VIDEO_CX18_ALSA) += cx18-alsa.o
H A 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()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/
H A Dfluidsynth_2.3.4.bb27 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'pulseaudio pipewire systemd alsa dbus', d…
28 PACKAGECONFIG[alsa] = "-Denable-alsa=ON,-Denable-alsa=OFF,alsa-lib"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/
H A Dbluealsa_4.3.0.bb10 HOMEPAGE = "https://github.com/Arkq/bluez-alsa"
11 BUGTRACKER = "https://github.com/arkq/bluez-alsa/issues"
17 DEPENDS += "alsa-lib bluez5 dbus glib-2.0-native python3-packaging-native sbc"
19 SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master \
62 FILES:${PN} += "${libdir}/alsa-lib/* ${datadir}/dbus-1/system.d"
72 # Choose bluez-alsa arguments to be used in bluealsa systemd service
74 # Enable bluez-alsa arguments by default:
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/sox/
H A Dsox_14.4.2.bb9 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \
13 PACKAGECONFIG[alsa] = "--with-alsa=dyn,--with-alsa=no,alsa-lib,"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/jack/
H A Djack_1.9.22.bb31 PACKAGECONFIG ??= "alsa"
32 PACKAGECONFIG[alsa] = "--alsa=yes,--alsa=no,alsa-lib"
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/pipewire/
H A Dpipewire_1.2.7.bb71 # spa alsa plugin code uses typedef redefinition, which is officially a C11 feature.
91 ${@bb.utils.filter('DISTRO_FEATURES', 'alsa vulkan pulseaudio', d)} \
101 PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib udev,,pipewire-alsa pipewire-alsa-ca…
122 PACKAGECONFIG[pipewire-alsa] = "-Dpipewire-alsa=enabled,-Dpipewire-alsa=disabled,alsa-lib"
246 ${PN}-alsa \
253 ${PN}-alsa-card-profile \
333 FILES:${PN}-alsa = "\
334 ${libdir}/alsa-lib/* \
335 ${datadir}/alsa/alsa.conf.d/* \
373 FILES:${PN}-alsa-card-profile = " \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libcanberra/
H A Dlibcanberra_0.30.bb26 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'alsa pulseaudio', d)} \
29 PACKAGECONFIG[alsa] = "--enable-alsa, --disable-alsa, alsa-lib"

12345678