19 Oct
2008
19 Oct
'08
10:47 a.m.
At Sat, 18 Oct 2008 22:32:21 +0100, James Courtier-Dutton wrote:
William Pitcock wrote:
Implements support for 192khz initialization for playback and capture.
case 96000: ratec = 0x5d | SRCCTL_RUN_STATE; break;
case 192000:
ratec = 0x6d | SRCCTL_RUN_STATE;
break;
}
ctrl = ratec;
FYI:
ratec writes to the SRC_CTL register.
(snip)
That's great information. I added to the header file and fixed sbxfi.c accordingly now.
Thanks!
(BTW, the 192kHz still doesn't work? Supposedly we'd need 4-channel link for that...)
Takashi