Re: [PATCH] Source code files for sound library
Diego Nieto Cid <[email protected]>
| Newsgroups | gmane.os.hurd.bugs |
|---|---|
| Message-ID | <anz1KZkqCU8CVV0P@debian> |
Hi, On Thu, Aug 13, 2026 at 03:41:31AM +0300, Ahemd Khider wrote: > From: astra <[email protected]> I'm not sure about the authorship policy, but you probably need a name and a valid email. > > --- > libsound/audio.c | 64 ++++++++++++++++++++++++++ > libsound/audio.h | 111 ++++++++++++++++++++++++++++++++++++++++++++++ > libsound/makefile | 7 +++ To be applied where? > +bool init_hda_enge(volatile uint32_t *cntlr); Weird signature. :P > + > +#endif /* HURD_AUDIO_INTERFACE */ > diff --git a/libsound/makefile b/libsound/makefile > new file mode 100644 > index 00000000..ee5046e5 > --- /dev/null > +++ b/libsound/makefile > @@ -0,0 +1,7 @@ > +CC ?= gcc > +CFLAGS = -Wall -Wextra > + > +haudis: audio.o Shouldn't this call the linker? > + > +audio.o: > + $(CC) -o audio.c Missing -o argument? -- cheers!