Code: Select all
pcm.!default {
type hw
card 0 #If you want to set HDMI as output ,turn 0 to 1.
device 1
}
ctl.!default {
type hw
card 0 #If you want to set HDMI as output ,turn 0 to 1.
}
... which sends the audio down the HDMI output. Testing it with:
prompt% aplay /root/Music/test.wav
plays the sound through the attached TV
