mirror of
https://github.com/archlinuxarm/wiki.git
synced 2025-03-19 00:21:38 +00:00
14 lines
165 B
Markdown
14 lines
165 B
Markdown
![]() |
## HDMI audio
|
||
|
|
||
|
To enable audio over HDMI, add the following to your asound.conf:
|
||
|
|
||
|
```
|
||
|
pcm.!default {
|
||
|
type hw
|
||
|
card 0
|
||
|
}
|
||
|
ctl.!default {
|
||
|
type hw
|
||
|
card 0
|
||
|
}
|
||
|
```
|