-
Notifications
You must be signed in to change notification settings - Fork 24
Enable Hifiberry DAC with VC4 driver #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
My best bet would be that something went wrong in your config.txt setup. I don't know of any way that vc4 should interact with non-HDMI audio. |
The hardware is not being recognised by my system when I enable the video driver. for reference, my config.txt, (maybe I screwed something up): #hdmi_group=1 avoid_warnings=2 |
On Wed, Nov 2, 2016 at 9:07 PM, Joao Driessen [email protected]
dtoverlay=hifiberry-dacplus Enable VC4 Graphicsdtoverlay=vc4-kms-v3d,cma-256 My kernel is git://github.com/raspberrypi/linux.git I attached journalctl extract - see attachment. Seems i2s wants memory I think this is more an issue for https://github.com/raspberrypi/linux. Ah one thing - (my environment does not boot without vc4 overlay): |
Yes, as long as I don't enable Eric Anholt's driver, the hifiberry DAC+ works. |
n Wed, Nov 2, 2016 at 10:52 PM, Joao Driessen [email protected]
|
would prefer to leave this issue open here so people who have the same issue find it and can follow the cookiecrumbs to raspberrypi#1420 and raspberrypi#1231 |
using "vc4-fkms-v3d" the HifiBerry DAC will work on kernel 4.4 |
There's not much I can do for 4.4 if they're not taking the i2s clock backport. Downstream 4.9 has cprman on by default now, so closing this. |
This is a support related question, so I apologise for posting it here, but I could not find relevant documentation on this.
running the 4.4.28 kernel on archlinuxarm.
enabling the VC4 driver (dtoverlay=vc4-kms-v3d) I no longer get audio from my DAC (dtoverlay=hifiberry-dacplus).
Is there a way to use you video driver in conjunction with the digital analog converter from HifiBerry?
The text was updated successfully, but these errors were encountered: