XU316: lib_xua: DSD mode not detected in AudioHwConfig() Topic is solved

Technical questions regarding the XTC tools and programming with XMOS.
User avatar
Harold Barrel
Member++
Posts: 17
Joined: Tue Apr 23, 2024 9:05 am

Post by Harold Barrel »

fabriceo wrote: Mon May 06, 2024 3:22 pm i m using same ports for i2s/dsd including lrclk for dsd1 without issue...

So you have it exactly like this? Or did I make a mistake here?

Code: Select all

#define NATIVE_DSD         (0)  /* Support only DoP */
#define DSD_CHANS_DAC      (2)  /* Stereo output */
#define PORT_DSD_DAC0      PORT_I2S_DAC_DATA
#define PORT_DSD_DAC1      PORT_I2S_ADC_DATA
#define PORT_DSD_CLK       PORT_MCLK_IN


fabriceo wrote: Mon May 06, 2024 3:22 pm please share with us any findings
Of course! You're being so helpful...


View Solution
User avatar
Harold Barrel
Member++
Posts: 17
Joined: Tue Apr 23, 2024 9:05 am

Post by Harold Barrel »

I'm marking this as solved, because the DSD detection actually works (see https://www.xcore.com/viewtopic.php?p=40882#p40882).
I'll move the other problem to a different discussion.