add ODROID-U3

This commit is contained in:
Kevin Mihelich 2015-11-26 13:24:44 -07:00
parent 883b1f94df
commit f678abf92c

14
ODROID-U3.md Normal file
View 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
}
```