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

topology1: pipe-volume-capture.m4: Set minimum number of channels to 2 #8614

Merged
merged 1 commit into from
Dec 13, 2023

Commits on Dec 12, 2023

  1. topology1: pipe-volume-capture.m4: Set minimum number of channels to 2

    Currently, the minimum number of channels for the capture PCM
    is set to the same value as the maximum number. This restricts
    the number of channels supported by the PCM to the maximum number.
    This is wrong if we want to allow arecord to work with multiple channel
    values. As such, follow the example of "pipe-volume-playback.m4" and
    introduce a new macro: LOCAL_CHANNELS_MIN. This will be set to
    "CHANNELS_MIN" if said macro is defined, otherwise it will be set to
    2.
    
    Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
    LaurentiuM1234 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    08a2b11 View commit details
    Browse the repository at this point in the history