mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
add ODROID-U3
This commit is contained in:
parent
883b1f94df
commit
f678abf92c
1 changed files with 14 additions and 0 deletions
14
ODROID-U3.md
Normal file
14
ODROID-U3.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
## 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
|
||||
}
|
||||
```
|
Loading…
Reference in a new issue