Searched +full:alsa +full:- +full:lib (Results 1 – 25 of 100) sorted by relevance
1234
| /third_party/alsa-lib/src/conf/ |
| D | BUILD.gn | 8 ohos_prebuilt_etc("alsa-lib-prebuilt-smixer.conf") { 11 relative_install_dir = "audio/alsa/share" 13 part_name = "alsa-lib" 15 alsa_lib_prebuilt_all += [ ":alsa-lib-prebuilt-smixer.conf" ] 17 ohos_prebuilt_etc("alsa-lib-prebuilt-alsa.conf") { 18 source = "alsa.conf" 20 relative_install_dir = "audio/alsa/share" 22 part_name = "alsa-lib" 24 alsa_lib_prebuilt_all += [ ":alsa-lib-prebuilt-alsa.conf" ] 26 ohos_prebuilt_etc("alsa-lib-prebuilt-pcm/modem.conf") { [all …]
|
| /third_party/alsa-lib/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 22 "//third_party/alsa-lib/include", 23 "//third_party/alsa-lib/include/sound", 24 "//third_party/alsa-lib/include/uapi", 25 "//third_party/alsa-lib/src/pcm", 26 "//third_party/alsa-lib/src/ucm", 27 "//third_party/alsa-lib/src/mixer", 28 "//third_party/alsa-lib/src/seq", 29 "//third_party/alsa-lib/src/hwdep", 30 "//third_party/alsa-lib/src/rawmidi", [all …]
|
| D | README.md | 1 # alsa-lib chapter 2 ## Advanced Linux Sound Architecture (ALSA) project 4 …ild alsa-lib](https://github.com/alsa-project/alsa-lib/workflows/Build%20alsa-lib/badge.svg?branch… 6 The alsa-lib is a library to interface with ALSA in the Linux kernel and 9 The up-to-date reference generated from sources can be accessed here: 11 http://www.alsa-project.org/alsa-doc/alsa-lib/ 13 You may give a look for more information about the ALSA project to URL 14 http://www.alsa-project.org. 19 alsa-devel mailing list. Sending mail to the list requires subscription, 20 subscribe here: https://mailman.alsa-project.org/mailman/listinfo/alsa-devel
|
| D | README_zh.md | 1 - [三方开源软件alsa-lib](#三方开源软件alsa-lib) 2 - [1. Alsa-lib简介](#1-alsa-lib简介) 3 - [2. 引入背景简述](#2-引入背景简述) 4 - [3. 使用场景](#3-使用场景) 5 - [4. 为OpenHarmony带来的价值](#4-为openharmony带来的价值) 6 - [5. 如何使用](#5-如何使用) 7 - [5.1 内核编译开关配置](#51-内核编译开关配置) 8 - [5.2 产品化编译开关配置](#52-产品化编译开关配置) 9 - [5.3 alsa-lib组件编译依赖添加](#53-alsa-lib组件编译依赖添加) 10 ## 三方开源软件alsa-lib [all …]
|
| D | bundle.json | 2 "name": "@ohos/alsa-lib", 3 …"description": "The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual d… 6 "publishAs": "code-segment", 8 "destPath": "third_party/alsa-lib" 18 "name": "alsa-lib", 30 "sub_component": [ "//third_party/alsa-lib:libasound" ], 34 "name": "//third_party/alsa-lib:libasound", 36 "header_base": "//third_party/alsa-lib",
|
| D | INSTALL | 2 ALSA library installation 6 ------------------------- 14 Compilation from Git-sources 15 --------------------------- 21 To compile alsa-lib from source: 25 If you do not want to use the supplied gitcompile-script, you can 26 compile alsa-lib manually by using these steps: 28 libtoolize --force --copy --automake 31 automake --foreign --copy --add-missing 42 ----------------------------- [all …]
|
| D | README.OpenSource | 3 "Name": "alsa-lib", 8 "Upstream URL": "https://github.com/alsa-project/alsa-lib", 9 "Description": "A library to interface with ALSA in the Linux kernel.",
|
| /third_party/alsa-utils/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-utils 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 gettext-devel ncurses-devel 16 - name: Checkout alsa-lib 19 repository: alsa-project/alsa-lib 21 path: alsa-lib 22 - name: Configure alsa-lib 24 cd alsa-lib [all …]
|
| /third_party/alsa-utils/ |
| D | BUILD.gn | 6 # http://www.apache.org/licenses/LICENSE-2.0 16 ASOUND_STATE_DIR = "/var/lib/alsa" 22 "-Wno-sign-compare", 23 "-Wno-implicit-function-declaration", 24 "-Wno-parentheses", 25 "-Wno-string-conversion", 26 "-Wno-string-plus-int", 27 "-Wno-asm-operand-widths", 28 "-Wno-pointer-sign", 29 "-Wno-deprecated-declarations", [all …]
|
| D | bundle.json | 2 "name": "@ohos/alsa-utils", 3 …ne utilities for the ALSA project. The package can be compiled only with the installed ALSA driver… 6 "publishAs": "code-segment", 8 "destPath": "third_party/alsa-utils" 18 "name": "alsa-utils", 27 "third_party": [ "alsa-lib" ] 30 "sub_component": [ "//third_party/alsa-utils:alsa-utils" ],
|
| D | README_zh.md | 1 - [三方开源软件alsa-utils](#三方开源软件alsa-utils) 2 - [1. alsa-utils简介](#1-alsa-utils简介) 3 - [2. 组件引入背景简述](#2-组件引入背景简述) 4 - [3. 使用场景](#3-使用场景) 5 - [4. 为OpenHarmony带来的价值](#4-为openharmony带来的价值) 6 - [5. 如何使用](#5-如何使用) 7 - [5.1 添加编译](#51-添加编译) 8 - [5.2 常用命令的使用](#52-常用命令的使用) 10 ## 三方开源软件alsa-utils 11 ### 1. alsa-utils简介 [all …]
|
| D | INSTALL | 2 ALSA utils installation 6 ------------ 17 ------------ 24 If ./configure command complain that alsa-lib package isn't installed, 25 please, check if --prefix option is same for alsa-lib and alsa-utils 26 package. The configure script from alsa-utils package probably cannot find 27 header file asoundlib.h in $prefix/include/alsa directory (usually in 28 /usr/include/alsa directory). 31 --------------------------- 34 to compile git sources of alsa-utils package. [all …]
|
| D | configure.ac | 3 AC_INIT(alsa-utils, 1.2.11) 6 AM_INIT_AUTOMAKE([subdir-objects]) 27 , [AC_ERROR([No user enum control support in alsa-lib])]) 34 AC_CHECK_HEADERS([alsa/pcm.h], [have_pcm="yes"], [have_pcm="no"], 35 [#include <alsa/asoundlib.h>]) 36 AC_CHECK_HEADERS([alsa/mixer.h], [have_mixer="yes"], [have_mixer="no"], 37 [#include <alsa/asoundlib.h>]) 38 AC_CHECK_HEADERS([alsa/rawmidi.h], [have_rawmidi="yes"], [have_rawmidi="no"], 39 [#include <alsa/asoundlib.h>]) 40 AC_CHECK_HEADERS([alsa/seq.h], [have_seq="yes"], [have_seq="no"], [all …]
|
| /third_party/alsa-lib/utils/ |
| D | alsa-lib.spec.in | 4 Summary: Advanced Linux Sound Architecture (ALSA) - Library 5 Name: alsa-lib 10 Source: ftp://ftp.alsa-project.org/pub/lib/alsa-lib-%{ver}.tar.bz2 11 BuildRoot: %{_tmppath}/%{name}-%{version}-root 12 URL: http://www.alsa-project.org 16 Advanced Linux Sound Architecture (ALSA) - Library 18 %package -n alsa-lib-devel 19 Summary: ALSA Libraries Development Files 21 Requires: %{name} = %{version}-%{release} 23 %description -n alsa-lib-devel [all …]
|
| D | buildrpm | 5 package=$source/../../alsa-lib-$version.tar.bz2 8 rpmbuild --usage 2> /dev/null > /dev/null && xrpmbuild=rpmbuild 10 if [ -d /usr/src/packages ]; then 14 make -C .. clean 15 make -C .. dist 17 if [ ! -r $package ]; then 18 package=$source/../alsa-lib-$version.tar.bz2 19 if [ ! -r $package ]; then 25 cp -fv $package ${packagedir}/SOURCES 27 if [ ! -r $source/buildrpm ]; then [all …]
|
| /third_party/pulseaudio/ |
| D | pulseaudio.supp | 2 # errors in alsa-lib that are caused by Valgrind not handling the 6 # To use this file, pass the command line option --suppressions=<filename> to 10 # --gen-suppression=all option can be very useful. It prints automatically 11 # generated suppression rules that can be copy-pasted here. 14 alsa-lib/snd_tlv_get_dB_range 20 alsa-lib/snd_tlv_convert_to_dB 26 alsa-lib/snd_tlv_convert_from_dB 32 alsa-lib/set_volume_ops 38 alsa-lib/snd_ctl_hw_elem_write 46 alsa-lib/selem_read
|
| /third_party/alsa-lib/.github/workflows/ |
| D | build.yml | 1 name: Build alsa-lib 7 runs-on: ubuntu-latest 11 - name: Prepare environment 13 dnf -y upgrade 14 dnf -y install @development-tools libtool bzip2 15 - name: Checkout 18 fetch-depth: 0 19 - name: Safe git directory 21 git config --global --add safe.directory "$GITHUB_WORKSPACE" 22 - name: Modify version [all …]
|
| /third_party/alsa-utils/include/ |
| D | aconfig.h | 4 /* directory containing ALSA topology pre-process plugins */ 5 #define ALSA_TOPOLOGY_PLUGIN_DIR "/home/xuxuehai/code/alsa-utils-1.2.11/build/lib/alsa-topology" 7 /* directory containing alsa configuration */ 8 #define DATADIR "/home/xuxuehai/code/alsa-utils-1.2.11/build/share/alsa" 14 /* Define if curses-based programs can show translated messages. */ 17 /* Define to 1 if you have the <alsa/mixer.h> header file. */ 20 /* Define to 1 if you have the <alsa/pcm.h> header file. */ 23 /* Define to 1 if you have the <alsa/rawmidi.h> header file. */ 26 /* Define to 1 if you have the <alsa/seq.h> header file. */ 29 /* Define to 1 if you have the <alsa/topology.h> header file. */ [all …]
|
| /third_party/alsa-utils/alsaucm/ |
| D | alsaucm.rst | 5 --------------------- 6 ALSA Use Case Manager 7 --------------------- 10 :Date: 2016-09-22 23 alsaucm (ALSA Use Case Manager) is a program to use the ALSA `Use Case 29 The ALSA Use Case Manager is a mechanism for controlling complex audio 31 meaningful use cases that the end-user can relate with. 37 ALSA kcontrols to change the hardware digital and analog audio routing to 53 **-h**, **--help** 56 **-c**, **--card** `NAME` [all …]
|
| /third_party/alsa-utils/alsamixer/ |
| D | go | 3 #GDB="gdb --args" 6 ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \ 7 ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \ 8 ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \ 9 LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
| /third_party/alsa-utils/amixer/ |
| D | go | 3 #GDB="gdb --args" 6 ALSA_MIXER_SIMPLE_MODULES="$HOME/hg/alsa-lib/modules/mixer/simple/.libs" \ 7 ALSA_MIXER_SIMPLE="$HOME/hg/alsa-lib/src/conf/smixer.conf" \ 8 ALSA_MIXER_SIMPLE_MPYTHON="$HOME/hg/alsa-lib/modules/mixer/simple/python/main.py" \ 9 LD_PRELOAD="$HOME/hg/alsa-lib/src/.libs/libasound.so" \
|
| /third_party/alsa-utils/topology/ |
| D | alsatplg.rst | 5 ---------------------- 6 ALSA Topology Compiler 7 ---------------------- 10 :Date: 2018-10-09 23 alsatplg (ALSA Topology compiler) is a program to compile topology 34 The ALSA topology project removes the need for re-writing or 47 **-h**, **--help** 50 **-V**, **--version** 53 **-c**, **--compile** `FILE` 56 **-d**, **--decode** `FILE` [all …]
|
| /third_party/alsa-utils/utils/ |
| D | alsa-utils.spec.in | 4 Summary: Advanced Linux Sound Architecture (ALSA) - Utils 5 Name: alsa-utils 10 Source: ftp://ftp.alsa-project.org/pub/utils/alsa-utils-%{ver}.tar.bz2 11 BuildRoot: %{_tmppath}/%{name}-%{version}-root 12 URL: http://www.alsa-project.org 13 Requires: alsa-lib ncurses 14 BuildRequires: alsa-lib-devel ncurses-devel gettext 18 Advanced Linux Sound Architecture (ALSA) - Utils 22 - add gettext to BuildRequires 23 - add more files (see alsa bug#2139) [all …]
|
| /third_party/alsa-lib/include/ |
| D | config.h | 10 /* directory containing ALSA configuration database */ 11 #define ALSA_CONFIG_DIR "/system/etc/audio/alsa/share" 16 /* Directory with ALSA device files */ 20 #define ALSA_PKGCONF_DIR "/usr/lib/pkgconfig" 22 /* directory containing ALSA add-on modules */ 23 #define ALSA_PLUGIN_DIR "/system/lib" 46 /* Build PCM mmap-emul plugin */ 97 /* Define to 1 if you have the `resmgr' library (-lresmgr). */ 157 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 164 #define PACKAGE "alsa-lib" [all …]
|
| /third_party/alsa-utils/bat/tests/ |
| D | README | 3 based on alsa-lib interface by using alsabat 7 alsa-lib interface by using alsabat. 9 The package needs the alsa-utils, alsa-lib installed environment. 12 - the main entrance test script, 16 - analog audio test script (please to loopback the 19 - hdmi audio test script (please to loopback the hdmi audio output 22 - dp audio test script (please to loopback the dp audio 25 - to map the test suite/cases to a test script 27 - some asound.state config reference files
|
1234