1.GPIO18----BCLK, GPIO19---LRCK, GPIO21-DOUT.
2.在/boot/config.txt中加上 dtoverlay=rpi-dac.
3.在/etc/modules里移除snd_bcm2835.
4.新建/etc/asound.conf如下
pcm.!default {
type hw card 0
}
3.重新启动raspberry pi
这样配置可以让raspberry输出I2S到外部DAC,不用修改声卡驱动编译内核。
1.GPIO18----BCLK, GPIO19---LRCK, GPIO21-DOUT.
2.在/boot/config.txt中加上 dtoverlay=rpi-dac.
3.在/etc/modules里移除snd_bcm2835.
4.新建/etc/asound.conf如下
pcm.!default {
type hw card 0
}
3.重新启动raspberry pi
这样配置可以让raspberry输出I2S到外部DAC,不用修改声卡驱动编译内核。