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)
Wed, Oct 8, 2:22 PM
Unknown Object (File)
Wed, Oct 1, 9:03 AM
Unknown Object (File)
Mon, Sep 29, 10:29 PM
Unknown Object (File)
Sun, Sep 28, 12:24 PM
Unknown Object (File)
Sun, Sep 28, 8:13 AM
Unknown Object (File)
Sat, Sep 27, 12:05 PM
Unknown Object (File)
Wed, Sep 24, 2:07 AM
Unknown Object (File)
Sun, Sep 21, 5:03 AM
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.