Searched +full:alsa +full:- +full:lib (Results 1 – 25 of 127) sorted by relevance
123456
| /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 18 "-Wno-sign-compare", 19 "-Wno-implicit-function-declaration", 20 "-Wno-parentheses", 21 "-Wno-string-conversion", 22 "-Wno-string-plus-int", 23 "-Wno-asm-operand-widths", 24 "-Wno-pointer-sign", 25 "-Wno-deprecated-declarations", 26 "-Wno-implicit-int", [all …]
|
| D | README.md | 1 # alsa-lib chapter 2 ## Advanced Linux Sound Architecture (ALSA) project 4  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" ],
|
| 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/gstreamer/gstplugins_base/tests/check/ |
| D | gst-plugins-base.supp | 9 obj:/usr/lib/libtheora.so* 65 <ALSA unitialised access> 67 obj:/usr/lib/libasound.so.* 72 <ALSA uninitialized access> 74 obj:/usr/lib/libasound.so.* 75 obj:/usr/lib/libasound.so.* 76 obj:/usr/lib/libasound.so.* 81 <One time init in ALSA> 84 obj:/usr/lib/libasound.so.* 85 obj:/usr/lib/libasound.so.* [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 | .travis.yml | 4 - sudo apt-get --yes install xmlto python-docutils 5 - wget -O /tmp/alsa-lib.tar.gz https://github.com/alsa-project/alsa-lib/archive/master.tar.gz 6 - ls -la /tmp/alsa-lib.tar.gz 7 - tar -xvf /tmp/alsa-lib.tar.gz 8 - cd alsa-lib-master 9 - sed -e 's/-Wunused-const-variable=0//g' < gitcompile > gitcompile.travis 10 - bash gitcompile.travis 11 - sudo make install 12 - cd .. 13 - cp $(whereis gettextize | cut -d ' ' -f 2) gettextize1 [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 …]
|
| /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 17 - name: Checkout all tags 19 git fetch --prune --unshallow 20 - name: Modify version 23 version=$(git describe | sed -e 's/v//') [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-lib/include/ |
| D | config.h | 2 * ALSA lib header file include/config.h 17 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 27 /* directory containing ALSA configuration database */ 28 #define ALSA_CONFIG_DIR "/system/etc/audio/alsa/share" 33 /* Directory with ALSA device files */ 36 /* directory containing ALSA add-on modules */ 37 #define ALSA_PLUGIN_DIR "/system/lib" 57 /* Build PCM mmap-emul plugin */ 102 /* Define to 1 if you have the `resmgr' library (-lresmgr). */ 159 /* Define to the sub-directory where libtool stores uninstalled libraries. */ [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-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
|
123456