nicokaiser / rpi-audio-receiver

Raspberry Pi Audio Receiver with Bluetooth A2DP, AirPlay 2, and Spotify Connect
MIT License
1.39k stars 148 forks source link

Suport for audioquest dragonfly dac #45

Closed astra404 closed 4 years ago

astra404 commented 4 years ago

How should I make Dragonfly dac as main audio output? Hardvare: Raspberry pi zero Usb otg adapter

nicokaiser commented 4 years ago

I'm sorry this repository is not about DAC hardware. It assumes that you already got the audio setup working. You can try to add dtparam=audio=off to your /boot/config.txt, this disables the internal audio device and thus makes external devices the default (given they are set up correctly).