• Welcome to ASR. There are many reviews of audio hardware and expert members to help answer your questions. Click here to have your audio equipment measured for free!

USB to spdif that allows source (iOS) volume control?

jjk1

Member
Joined
Sep 1, 2020
Messages
90
Likes
86
Hello all,
I’m looking for a usb c to spdif optical converter that will allow me to maintain volume control directly from my connected iPad or iPhone.
Ive got a smsl po100 and it doesn’t. The source is locked at max volume. My understanding is that there may be old firmware that will allow source (IOS) volume control on the po100 but I can’t locate it.

Are there any other options?
Coax and optical outputs would be nice but just optical would also be OK too.
Any recommendations?

Thank you,
JJK
 
You will probably run into the same issue, but here is another driverless converter that may behave differently.

 
Hmm my basic understanding is that spdif mainly transmits the sound information, meaning you generally cannot control volume using it.

There are some cases where people can control volume if you set your device to output PCM. I’m not sure if there is such a setting on your phone but that could be worth a try. But then I believe you would also be reducing the bit depth
 
IIUC the deciding factor is what type of output terminal the USB audio device reports to the host driver. If it's SPDIF/some other digital type, the audio layer disables the master software volume control. It would be easy to check with e.g. the linux audio gadget which can be configured to report a specific terminal type https://github.com/torvalds/linux/commit/de2eb28cdb76df9ce7587e1c6552b169069af4bb + disabling the volume feature, i.e. configs c_volume_present + c_terminal_type https://github.com/torvalds/linux/blob/master/Documentation/usb/gadget-testing.rst#:~:text=mute control enable-,c_volume_present,-capture volume control . For terminal type IDs see https://www.usb.org/sites/default/files/termt10.pdf
 
Back
Top Bottom