Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ASoC: imx-hdmi: Add support for HBR/HD bitstreaming #4

Merged
merged 2 commits into from
Jun 11, 2014

Commits on Jun 7, 2014

  1. ASoC: imx-hdmi: rename linear_pcm field to non_pcm

    linear_pcm is confusing as the actual meaning of the field is the
    opposite.
    
    Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
    anssih committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    e0eb682 View commit details
    Browse the repository at this point in the history
  2. ASoC: imx-hdmi: Add support for HBR/HD bitstreaming

    Enable HBR mode when the userspace sets 8 channel output with non-PCM
    indicated in PCM status bits (AES0 & 0x02).
    
    HBR mode allows passthrough/bitstreaming of TrueHD/DTS-HD encoded audio.
    
    ALSA needs an appropriate imx-hdmi-soc.conf for most applications to
    automatically set the AESx bits.
    
    Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
    anssih committed Jun 7, 2014
    Configuration menu
    Copy the full SHA
    ceca50e View commit details
    Browse the repository at this point in the history