Page MenuHomeFreeBSD

jz4780 AIC allow selecting internal/external codec at runtime
ClosedPublic

Authored by jmcneill on Dec 29 2016, 12:43 AM.
Tags
Referenced Files
Unknown Object (File)
Sun, Mar 3, 9:46 AM
Unknown Object (File)
Feb 15 2024, 10:26 AM
Unknown Object (File)
Jan 22 2024, 4:20 PM
Unknown Object (File)
Dec 27 2023, 8:00 PM
Unknown Object (File)
Dec 27 2023, 8:00 PM
Unknown Object (File)
Dec 22 2023, 9:40 PM
Unknown Object (File)
Nov 29 2023, 2:48 PM
Unknown Object (File)
Oct 13 2023, 11:36 PM
Subscribers

Details

Summary

The JZ4780 I2S can feed either the internal audio codec or the HDMI TX, but not both at the same time. With this patch:

  • Add a dev.pcm.0.internal_codec sysctl node for selecting between internal and external codec
  • Changes playback sample rate from 96kHz to 48kHz for HDMI compatibility
  • Enable i2s clock on codec access

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jmcneill retitled this revision from to jz4780 AIC allow selecting internal/external codec at runtime.
jmcneill updated this object.
jmcneill edited the test plan for this revision. (Show Details)
jmcneill added reviewers: br, kan, MIPS.
jmcneill set the repository for this revision to rS FreeBSD src repository - subversion.
jmcneill added a project: MIPS.
br edited edge metadata.

looks good and useful. thanks!

This revision is now accepted and ready to land.Dec 29 2016, 1:12 PM
This revision was automatically updated to reflect the committed changes.