Page 1 of 1

USB DAC

Posted: Mon Jan 20, 2014 12:28 pm
by Sadrak
I have just ordered a Raspberry Pi ver B, I have not got it yet, but I wonder if it is possible to
use an USB DAC toghether with it.

What SW is needed to get this working.

I have a Cambridge Audio DACmagic-100, it can handel USB Audio 1.0 and 2.0

Re: USB DAC

Posted: Tue Jan 21, 2014 8:40 am
by Onira
I have Texas Instruments PCM2707 working on my raspbian
You just need to edit file /etc/modprobe.d/alsa-base.conf
and change

Code: Select all

# Keep snd-usb-audio from beeing loaded as first soundcard
options snd-usb-audio index=-2
-2 to 0 :)