diff --git a/buildroot/package/hifiberry-tools/detect-hifiberry b/buildroot/package/hifiberry-tools/detect-hifiberry index 9819f834..573efa73 100755 --- a/buildroot/package/hifiberry-tools/detect-hifiberry +++ b/buildroot/package/hifiberry-tools/detect-hifiberry @@ -82,7 +82,7 @@ function detect_card { # DAC Plus res=`i2cget -y 1 0x4d 40 2>/dev/null` - if [ "$res" == "0x02" ]; then + if [ "$res" == "0x02" ] || [ "$res" == "0x03" ]; then DETECTED="dacplus" return fi