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

Tools: Topology2: Add IIR, FIR, DRC to HDA analog playback #8934

Merged
merged 1 commit into from
Mar 14, 2024

Commits on Mar 12, 2024

  1. Tools: Topology2: Add IIR, FIR, DRC to HDA analog playback

    This patch replaces pipeline mixout-gain-dai-copier-playback with
    mixout-gain-efx-dai-copier-playback. The purpose is to allow
    enhance of audio playback quality with equalizers (IIR and FIR)
    and dynamic range control (DRC).
    
    The components are programmed by default to passthrough for minimal
    overhead. They can be activated via sof-ctl or UCM with ALSA controls.
    
    - Post Mixer Analog Playback IIR Eq bytes
    - Post Mixer Analog Playback FIR Eq bytes
    - Post Mixer Analog Playback DRC bytes
    - Post Mixer Analog Playback DRC switch
    
    The recommendation is to keep headphone playback flat and enable
    processing only when HDA output is in speaker mode.
    
    Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
    singalsu committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    87dd3c7 View commit details
    Browse the repository at this point in the history