Headphone out circuit design help.

Thread Starter

albfloren

Joined Dec 5, 2025
1
I'm working on a circuit for audio output from a Teensy 4.1 using as PCM5100 I2S DAC and a TPA6111 amp.


I'm wondering if the circuit, specifically the headphone out (circuitry around U23) looks viable. I want the headphone output to be able to drive both low and high impedance headphones.


"Out L" and "Out R" are line out. I've used the line out circuit before, so I know the part up until the line out jacks are working.


Any feedback is welcome!
Skärmbild 2025-12-05 110841.png
 

MisterBill2

Joined Jan 23, 2018
27,330
I am not familiar with that "U23" device, , but I think that I see a problem, which is that you appear to have the "shutdown" biased on.
I suggest studying the data sheet on that device.
 

JTEX

Joined Mar 19, 2026
10
What would you consider high impedance headphones? If you mean above 80 ohms or so, you won't drive much power into them from a 5V supply.
 
Some observations
PCM5100 needs an RC output filter and you have none, going to the TPA6111. R20 does nothing, you need a 0R added if you trying to add the muste etc. SCK pin is grounded when using the PLL. I would add a ferrite bead to AVDD, it needs clean power.
 

MisterBill2

Joined Jan 23, 2018
27,330
Some observations
PCM5100 needs an RC output filter and you have none, going to the TPA6111. R20 does nothing, you need a 0R added if you trying to add the muste etc. SCK pin is grounded when using the PLL. I would add a ferrite bead to AVDD, it needs clean power.
Really, that R20 DOESwaste power. Certainly it provides no benefit. It would pull down the XSMT terminal if it were not pulled up by the direct connection. You will need to read the data sheet to discover which way it should be biased.
AND I agee that since I see no level control, you may need to add one.
 
Top