mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
14 lines
No EOL
165 B
Markdown
14 lines
No EOL
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
|
|
}
|
|
``` |