2 comments
-
HiFiBerry team The project file is here:
https://github.com/hifiberry/dspprofiles/tree/master/dac%2Bdsp
It doesn't matter if your configrue it as 1451 or 1452 as the difference is only the amount of memory and our profiles don't need to full memory of the 1452. -
Ivan Pesic Ah, thanks, I have missed that repository!
I have played yesterday with it and found something strange. It seems that something is wrong with hardware mute. SPDIF-TX-On Register write block writes to register F000, but that's the PLL feedback divider register.
SPDIF Transmitter Enable register is F690. I have changed the value, and now SPDIF mutes. But I was not sure about the logic... Common sense tells me that when Sound on input is 0, SPDIF TX should be disabled. Also when you press Mute switch (turn it to 1). But that doesn't happen. Maybe I'm getting something wrong...
But I have changed the block so that it behaves like this. SPDIF-TX-Enable serves to override mute for the SPDIF output. When it is 0 SPDIF TX will mute, when it is 1, it will always be active.