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

topology: add include for ENABLE_NLS on musl #234

Closed
wants to merge 4 commits into from

Commits on Sep 30, 2023

  1. topology: add include for ENABLE_NLS on musl

    Needed for setlocale().
    
    (After rebasing to pick up 8c22927, just
    move it to be guarded as the include now exists.)
    
    Signed-off-by: Sam James <sam@gentoo.org>
    thesamesam committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    b4fbf92 View commit details
    Browse the repository at this point in the history
  2. nhlt: use stdint.h types

    u_int_* aren't standard, but uint* are. Use those instead for musl compat.
    
    Bug: https://bugs.gentoo.org/913758
    Signed-off-by: Sam James <sam@gentoo.org>
    thesamesam committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3590fb7 View commit details
    Browse the repository at this point in the history
  3. aplay: use stdint.h types

    u_int_* aren't standard, but uint* are.
    
    Signed-off-by: Sam James <sam@gentoo.org>
    thesamesam committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    173367b View commit details
    Browse the repository at this point in the history
  4. Revert "nhlt-dmic-info.c: include sys/types.h"

    This reverts commit 0925ad7.
    
    This isn't necessary now that we use standard types (sys/types.h just
    defines some compatibility typedefs).
    
    Signed-off-by: Sam James <sam@gentoo.org>
    thesamesam committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    3b58675 View commit details
    Browse the repository at this point in the history