Initial audio support on FP2
Compare changes
Files
10+ 16
− 6
@@ -2,15 +2,17 @@
@@ -21,9 +23,17 @@ package() {
Should work pretty much OOTB now.
alsaucm -n -b - <<EOM
open FP2
set _verb HiFi
set _enadev Speaker
EOM
alsaucm -n -b - <<EOM
open FP2
set _verb HiFi
set _enadev Speaker
set _disdev Speaker
set _enadev Headphones
EOM
(the enable-disable procedure is neccessary because alsaucm doesn't have any state and just disabling a device when it's supposedly not enabled doesn't do anything)
Earpiece is not yet supported in the config but should be pretty easy.