Message ID | 20230919111430.2912326-1-michael.opdenacker@bootlin.com (mailing list archive) |
---|---|
Headers | show |
Series | fixes for the musl C library | expand |
On 19. 09. 23 13:14, michael.opdenacker@bootlin.com wrote: > From: Michael Opdenacker <michael.opdenacker@bootlin.com> > > This is a series of patches to fix compiling alsa-utils > with the Musl C library. > > Tests were made use the "master" branch of the Yocto Project > Poky distribution. > > Compiling with the GNU C library (glibc) was tested too. > > Michael Opdenacker (2): > topology.c: include locale.h > nhlt-dmic-info.c: include sys/types.h Thanks. Applied both. Jaroslav
From: Michael Opdenacker <michael.opdenacker@bootlin.com> This is a series of patches to fix compiling alsa-utils with the Musl C library. Tests were made use the "master" branch of the Yocto Project Poky distribution. Compiling with the GNU C library (glibc) was tested too. Michael Opdenacker (2): topology.c: include locale.h nhlt-dmic-info.c: include sys/types.h nhlt/nhlt-dmic-info.c | 1 + topology/topology.c | 1 + 2 files changed, 2 insertions(+)