“ALSA overview”的版本间的差异

来自百问网嵌入式Linux wiki
第13行: 第13行:
 
===Component descriptions===
 
===Component descriptions===
  
*'''alsa-utils''' (User space)
+
*'''alsa-utils''' (用户空间)
The ALSA utility package, provided by the Linux community, contains the command line utilities for the ALSA project (aplay, arecord, amixer, alsamixer ...). These tools are useful for controlling soundcards. They also provide an example of ALSA API use, for application implementation.
+
Linux社区提供的ALSA实用程序包包含用于ALSA项目的命令行实用程序(aplay, arecord, amixer, alsamixer ...). 这些工具对于控制声卡很有用。 它们还提供了用于应用程序实现的ALSA API使用示例。
 
*'''alsa-lib''' (User space)
 
*'''alsa-lib''' (User space)
The ALSA Library package contains the ALSA library used by programs (for instance alsa-utils programs) requiring an access to the ALSA sound interface. The ALSA library provides a level of abstraction, such as the PCM and control abstractions, over the audio devices provided by the kernel modules.
+
ALSA库软件包包含需要访问ALSA声音接口的程序 (例如alsa-utils程序) 使用的ALSA库。ALSA库在内核模块提供的音频设备上提供了一个抽象级别,例如PCM和控制抽象。
 
*'''ALSA framework''' (Kernel space)
 
*'''ALSA framework''' (Kernel space)
The ALSA core provides an API to implement audio drivers and PCM/control interfaces to expose audio devices on the userland.
+
ALSA内核提供了一个API,用于实现音频驱动程序和PCM /控制接口,以在用户区公开音频设备。
The PCM interface handles the data flow and control. The interface manages controls exported by the ALSA driver (audio path, volumes...).
+
PCM接口处理数据流和控制。 该界面管理由ALSA驱动程序导出的控件(音频路径,音量...)。
  
 
*'''ASoC framework (ALSA System On Chip)''' (Kernel space)
 
*'''ASoC framework (ALSA System On Chip)''' (Kernel space)
The aim of the ALSA System on Chip (ASoC) layer<ref>[https://www.kernel.org/doc/html/latest/sound/soc/index.html ASoC layer documentation]</ref> is to improve ALSA support for embedded system-on-chip processors and audio codecs. The ASoC framework provides a DMA engine which interfaces with DMA framework to handle the transfer of audio samples. ASoC also supports the dynamic power management of audio pathes through the DAPM driver. ASoC acts as an ALSA driver, which splits an embedded audio system into three types of platform independent drivers: the CPU DAI, the codec and the machine drivers.
+
ALSA片上系统(ASoC)层的作用<ref>[https://www.kernel.org/doc/html/latest/sound/soc/index.html ASoC layer documentation]</ref>是为了改进 ALSA支持嵌入式片上系统处理器和音频编解码器。 ASoC框架提供了一个DMA引擎,该引擎与DMA框架接口以处理音频样本的传输。ASoC还通过DAPM驱动程序支持音频路径的动态电源管理。 ASoC充当ALSA驱动程序,它将嵌入式音频系统分为三种与平台无关的驱动程序:CPU DAI,编解码器和机器驱动程序。
  
 
*'''ASoC drivers''' (Kernel space)
 
*'''ASoC drivers''' (Kernel space)
  
ASoC drivers allow the implementation of hardware dependent code for  ASoC driver classes:
+
ASoC驱动程序允许为ASoC驱动程序类实现与硬件相关的代码:
  
 
:* Codec drivers:
 
:* Codec drivers:
::These drivers are the drivers for the backend audio components. (see Codec peripherals below)
+
::这些驱动程序是后端音频组件的驱动程序。 (请参阅下面的编解码器外围设备)
  
 
:* CPU DAI drivers:
 
:* CPU DAI drivers:
::There is a specific CPU DAI driver for each STM32 audio peripheral (see CPU DAI peripherals below). Each CPU DAI supports at least one of the following protocols: I2S, PCM, or S/PDIF.
+
::每个STM32音频外设都有一个特定的CPU DAI驱动程序(请参阅下面的CPU DAI外围设备) 每个CPU DAI至少支持以下协议之一:I2S,PCM或S / PDIF。
  
 
:* Machine drivers:
 
:* Machine drivers:
::The machine drivers describe and bind the CPU DAIs and codec drivers together to create the DAI links and ALSA soundcard. The ASoC framework provides a machine driver implementing a generic soundcard called "audio-graph-card"<ref name="Audio graph card bindings">{{CodeSource | Linux kernel | Documentation/devicetree/bindings/sound/audio-graph-card.txt}}</ref><ref name="Device graph bindings">{{CodeSource | Linux kernel | Documentation/devicetree/bindings/graph.txt}}</ref>. This generic machine driver is used for STM32 MPUs soundcards.
+
::机器驱动程序将CPU DAI和编解码器驱动程序描述并绑定在一起,以创建DAI链接和ALSA声卡。 ASoC框架提供了一种机器驱动程序,用于实现称为“ audio-graph-card”<ref name="Audio graph card bindings">{{CodeSource | Linux kernel | Documentation/devicetree/bindings/sound/audio-graph-card.txt}}</ref><ref name="Device graph bindings">{{CodeSource | Linux kernel | Documentation/devicetree/bindings/graph.txt}}</ref>. 该通用机器驱动程序用于STM32 MPU声卡。
 
 
The schematic below, illustrates the general layout of an ASoC soundcard. Refer to [[Soundcard configuration|soundcard configuration]] to see examples of soundcards implementation for STM32 MPUs boards.
 
  
 +
下面的示意图说明了ASoC声卡的总体布局。 请参阅 [[Soundcard configuration|soundcard configuration]] 以查看STM32 MPU板的声卡实现示例。
 
[[File:asoc_generic_soundcard.png|link=]]
 
[[File:asoc_generic_soundcard.png|link=]]
  
*'''CPU DAI peripherals''' (Hardware)
+
*'''CPU DAI外围设备''' (硬件)
:The ST microprocessor peripheral provides the CPU audio interface. The audio internal peripheral list can be found in [[:Category:Audio peripherals|Audio peripherals section]].
+
:ST微处理器外围设备提供CPU音频接口。 音频内部外围设备列表可在[[:Category:Audio peripherals|Audio peripherals section]]中找到。
  
*'''Codec peripherals''' (Hardware)
+
*'''编解码器外围设备''' (硬件)
:The codec peripherals are the external (none CPU) hardware audio I/O devices (i.e. audio codec IC, digital microphone, amplifier, simple IO connector ...).
+
:编解码器外设是外部(无CPU)硬件音频I / O设备 (即音频编解码器IC,数字麦克风,放大器,简单的IO连接器...).
  
 
===API descriptions===
 
===API descriptions===

2020年11月5日 (四) 08:52的版本

本文提供有关高级Linux声音体系结构(ALSA)的信息,该体系结构为Linux操作系统提供音频功能。

Purpose

本文的目的是介绍ALSA框架。

ALSA框架为Linux提供了全面的音频功能,包括音频流的录制和播放,模拟或数字格式,以及路由和混合功能。 ALSA还支持音频中间件,如 PulseAudio, Gstreamer或Android。

System overview

ALSAOverview.png

Component descriptions

  • alsa-utils (用户空间)

Linux社区提供的ALSA实用程序包包含用于ALSA项目的命令行实用程序(aplay, arecord, amixer, alsamixer ...). 这些工具对于控制声卡很有用。 它们还提供了用于应用程序实现的ALSA API使用示例。

  • alsa-lib (User space)

ALSA库软件包包含需要访问ALSA声音接口的程序 (例如alsa-utils程序) 使用的ALSA库。ALSA库在内核模块提供的音频设备上提供了一个抽象级别,例如PCM和控制抽象。

  • ALSA framework (Kernel space)

ALSA内核提供了一个API,用于实现音频驱动程序和PCM /控制接口,以在用户区公开音频设备。 PCM接口处理数据流和控制。 该界面管理由ALSA驱动程序导出的控件(音频路径,音量...)。

  • ASoC framework (ALSA System On Chip) (Kernel space)

ALSA片上系统(ASoC)层的作用[1]是为了改进 ALSA支持嵌入式片上系统处理器和音频编解码器。 ASoC框架提供了一个DMA引擎,该引擎与DMA框架接口以处理音频样本的传输。ASoC还通过DAPM驱动程序支持音频路径的动态电源管理。 ASoC充当ALSA驱动程序,它将嵌入式音频系统分为三种与平台无关的驱动程序:CPU DAI,编解码器和机器驱动程序。

  • ASoC drivers (Kernel space)

ASoC驱动程序允许为ASoC驱动程序类实现与硬件相关的代码:

  • Codec drivers:
这些驱动程序是后端音频组件的驱动程序。 (请参阅下面的编解码器外围设备)
  • CPU DAI drivers:
每个STM32音频外设都有一个特定的CPU DAI驱动程序(请参阅下面的CPU DAI外围设备) 每个CPU DAI至少支持以下协议之一:I2S,PCM或S / PDIF。
  • Machine drivers:
机器驱动程序将CPU DAI和编解码器驱动程序描述并绑定在一起,以创建DAI链接和ALSA声卡。 ASoC框架提供了一种机器驱动程序,用于实现称为“ audio-graph-card”[2][3]. 该通用机器驱动程序用于STM32 MPU声卡。

下面的示意图说明了ASoC声卡的总体布局。 请参阅 soundcard configuration 以查看STM32 MPU板的声卡实现示例。 Asoc generic soundcard.png

  • CPU DAI外围设备 (硬件)
ST微处理器外围设备提供CPU音频接口。 音频内部外围设备列表可在Audio peripherals section中找到。
  • 编解码器外围设备 (硬件)
编解码器外设是外部(无CPU)硬件音频I / O设备 (即音频编解码器IC,数字麦克风,放大器,简单的IO连接器...).

API descriptions

  • User space interface:
The ALSA library reference [4] documents the userland API library.
  • Kernel driver interface:
The ALSA kernel documentation [5] documents the ASOC and ALSA driver APIs.

Configuration

  • Kernel Configuration

The ALSA/ASoC and the audio graph card must be enabled in the kernel configuration, as shown below, to enable the sound support. On top of this, the user has to activate the CPU and Codec drivers according to the chosen hardware. The user can use Linux Menuconfig tool to select the required drivers:

[*] Device Drivers
    [*] Sound card support
        [*] Advanced Linux Sound Architecture
            [*] ALSA for SoC audio support
                STMicroelectronics STM32 SOC audio support
	             [ ] STM32 SAI interface (Serial Audio Interface) support
	             [ ] STM32 I2S interface (SPI/I2S block) support
	             [ ] STM32 S/PDIF receiver (SPDIFRX) support
                CODEC drivers
	             [ ] ...
                [*] ASoC Audio Graph sound card support
  • Device tree configuration

The audio sub-system is configured through the soundcard configuration in the device tree. The soundcard configuration article describes the soundcards available for STM32MPUs on various board. This article details how to configure the audio peripherals used to implement the soundcards.

How to use

The alsa-utils pakage provides a set of utilities to manage audio devices in the Linux kernel: aplay, arecord, amixer, iecset and alsactl. An overview of these utilities is given below:

Playback

  • List playback devices
Board $> aplay -l
  • Play a wav file on card [X] device [Y]
Board $> aplay -D hw:[X],[Y] <filename.wav>
  • Play a wav file or a generated signal on card [X] device [Y]
Board $> speaker-test -D hw:[X],[Y]

Refer to How to play audio article, to find examples of playback use cases on STM32MPU boards.

Record

  • List record devices
Board $> arecord -l
  • Capture audio from card [X] device [Y]
Board $> arecord -D hw:[X],[Y] -f dat <filename.wav>

Refer to 如何录制音频 article, to find examples of record use cases for the STM32MPU boards.

Controls

  • List card [X] controls
Board $> amixer -c [X] controls
  • Set card [X] controls [Y] to value [Z]
Board $> amixer -c [X] cset name='[Y]' '[Z]'
  • Store soundcard [X] controls state
Board $> alsactl store [X]
  • Restore soundcard [X] controls state
Board $> alsactl restore [X]

Refer to Soundcard configuration article to find examples of control configuration for the STM32MPU boards.

IEC controls

  • List iec958 parameters
Board $> iecset -h
  • Set card [X] iec958 parameter [Y] to value [Z]
Board $> iecset -c [X] cset [Y] [Z]
  • Dump card [X] iec958 value
Board $> iecset -c [X] -x

How to trace and debug the framework

This chapter introduces tools useful for debugging and monitoring the audio framework and drivers. It comes as an extension to the top命令 article.

How to monitor

This section introduces ALSA framework monitoring methods. Refer to Linux monitoring tools articles for further information.

Procfs filesystem

The ALSA asound directory[6] in procfs file system, provides a lot of information on sound cards. The PCM proc files, provides useful PCM substream debugging information, such as hardware/software parameters, stream status and buffer information.

Examples:

  • List PCM audio devices:
Board $> cat /proc/asound/pcm
  • Get hardware parameters of a PCM audio device (device "0" of card "0" here):
Board $> cat /proc/asound/card0/pcm0p/sub0/hw_params

Debugfs filesystem

The asoc directory in 调试文件系统(debugfs) file system provides information on sound card components.

Examples:

  • List DAIs
Board $> cat /sys/kernel/debug/asoc/dais
  • List DAPMs of "xxx.audio-controller" CPU DAI of "STM32MP1-EV" soundcard
Board $> ls /sys/kernel/debug/asoc/STM32MP1-EV/xxx.audio-controller/dapm

How to trace

This section introduces tracing methods for ALSA framework. Refer to Linux_tracing_tools articles to go further.

Dynamic traces

ALSA framework and driver debug traces can be added to the kernel logs by using the dynamic debug mechanism.

  • Example: Activate dynamic trace for SAI Linux driver, and print the traces to the console:
Board $> echo -n 'file stm32_sai.c +p; file stm32_sai_sub.c +p' > /sys/kernel/debug/dynamic_debug/control; 
Board $> dmesg -n8;

Tracing filesystem

The Linux kernel offers a tracefs filesystem, provided with Linux kernel tracing framework. ALSA and ASoC have their own tracepoints in this tracing filesystem:

  • asoc entry for ASoC, provides the DAPM, jack and bias level tracepoints.[7]
  • snd_pcm entry for ALSA, provides the PCM buffers and PCM hardware parameters tracepoints[7][8].
Activate DAPM traces

Prerequisite: the CONFIG_FUNCTION_TRACER configuration must first be enabled in the Linux kernel configuration

  • Enable trace[7]
Board $> echo '1' > /sys/kernel/debug/tracing/events/asoc/enable
  • Check log:
Board $> cat /sys/kernel/debug/tracing/trace
Activate PCM hardware parameter traces

Prerequisite: the CONFIG_FUNCTION_TRACER and CONFIG_SND_DEBUG configurations must first be enabled in the Linux kernel configuration

  • Enable trace[7]
Board $> echo '1' > /sys/kernel/debug/tracing/events/snd_pcm/enable
  • Check log:
Board $> cat /sys/kernel/debug/tracing/trace
Activate PCM buffer state traces (PCM ring buffer overrun/underrun debugging)

Prerequisite: the CONFIG_FUNCTION_TRACER, CONFIG_SND_DEBUG, CONFIG_SND_DEBUG_VERBOSE and SND_PCM_XRUN_DEBUG configurations must first be enabled in the Linux kernel configuration

  • Set XRUN trace verbosity[9]
# Enable basic debugging and stack dump
Board $> echo 3 > /proc/asound/card0/pcm0p/xrun_debug
  • Enable trace[7]
Board $> echo '1' > /sys/kernel/debug/tracing/events/snd_pcm/enable
  • Check log:
Board $> cat /sys/kernel/debug/tracing/trace

How to debug

Refer to the Linux debugging tools articles.