CuteStudio
Active Member
- Joined
- Nov 23, 2017
- Messages
- 119
- Likes
- 65
A little more info, it does seem to have clock control, just ALSA seems to ignore it.
Find the card using 'lsusb' and the list the details, e.g:
{wpi:~ 19} lsusb
Bus 001 Device 004: ID 05ac:110a Apple, Inc.
: etc.
{wpi:~ 20} lsusb -v -s 1:4
And hunt through for the clock.. near the top:
AudioControl Interface Descriptor:
bLength 12
bDescriptorType 36
bDescriptorSubtype 3 (OUTPUT_TERMINAL)
bTerminalID 3
wTerminalType 0x0302 Headphones
bAssocTerminal 0
bSourceID 2
bCSourceID 9
bmControls 0x0000
iTerminal 0
AudioControl Interface Descriptor:
bLength 8
bDescriptorType 36
bDescriptorSubtype 10 (CLOCK_SOURCE)
bClockID 9
bmAttributes 0x07 Internal programmable Clock (synced to SOF)
bmControls 0x07
Clock Frequency Control (read/write)
Clock Validity Control (read-only)
bAssocTerminal 0
iClockSource 0
So it's there, presumable that's what an Apple selects.
Anyway, I'll wait and see if anyone else has any timing test results. now. Cheers!
Find the card using 'lsusb' and the list the details, e.g:
{wpi:~ 19} lsusb
Bus 001 Device 004: ID 05ac:110a Apple, Inc.
: etc.
{wpi:~ 20} lsusb -v -s 1:4
And hunt through for the clock.. near the top:
AudioControl Interface Descriptor:
bLength 12
bDescriptorType 36
bDescriptorSubtype 3 (OUTPUT_TERMINAL)
bTerminalID 3
wTerminalType 0x0302 Headphones
bAssocTerminal 0
bSourceID 2
bCSourceID 9
bmControls 0x0000
iTerminal 0
AudioControl Interface Descriptor:
bLength 8
bDescriptorType 36
bDescriptorSubtype 10 (CLOCK_SOURCE)
bClockID 9
bmAttributes 0x07 Internal programmable Clock (synced to SOF)
bmControls 0x07
Clock Frequency Control (read/write)
Clock Validity Control (read-only)
bAssocTerminal 0
iClockSource 0
So it's there, presumable that's what an Apple selects.
Anyway, I'll wait and see if anyone else has any timing test results. now. Cheers!