# Configure device node in ALSA interface Source: [https://docs.qualcomm.com/doc/80-88500-3/topic/24_Configure_device_node_in_ALSA_interface.html](https://docs.qualcomm.com/doc/80-88500-3/topic/24_Configure_device_node_in_ALSA_interface.html) The QRB5165 device has implemented ALSA drivers to provide audio hardware capability to the user space. During board bootup, the `init_audio.service` system service brings up the ALSA module. After bootup, the following device nodes are under the /dev/snd directory. Table : Device nodes in ALSA modules | Device node name | Description | | --- | --- | | `/dev/snd/comprC0Dxx` | Compressed offload playback or capture.


| | `/dev/snd/controlC0` | ALSA utility tools to access this node for audio card information and mixer controls.



For example, the command `amixer contents` can get the mixer settings through this node. | | `/dev/snd/hwC0Dxxx` | Hardware-dependent nodes for audio back end.



The QRB5165 device loads calibration data into the audio device through these nodes. | | `/dev/snd/pcmC0Dxxc` | PCM data capture | | `/dev/snd/pcmC0Dxxp` | PCM data playback | The partial mappings between device nodes and DAI name are shown in the following table. The DAI name is in the mixer\_paths\_iot.xml file. Table : Device node and mixer control mapping | Device node name | DAI name | Path name | Mixer controls | | --- | --- | --- | --- | | `pcmC0D0c` | MultiMedia1 | `audio-record` | Copy to clipboard | | `pcmC0D0c` | MultiMedia1 | `audio-record hdmi-in` | Copy to clipboard | | `pcmC0D7c
``pcmC0D7p` | MultiMedia4 | `compress-offload-playback` | Copy to clipboard | | `pcmC0D9c
``pcmC0D9p` | MultiMedia5 | `low-latency-playback` | Copy to clipboard | **Parent Topic:** [Configure audio settings](https://docs.qualcomm.com/doc/80-88500-3/topic/18_Configure_audio_settings.html) Last Published: Sep 26, 2023 [Previous Topic Record through primary MIC (digital MIC)](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/23_Record_through_primary_MIC__digital_MIC_.md) [Next Topic Configure mixer settings for audio capture](https://docs.qualcomm.com/bundle/publicresource/80-88500-3/topics/25_Configure_mixer_settings_for_audio_capture.md)