At Thu, 14 Aug 2008 16:17:32 -0700, stan wrote:
Forwarded as per request
-------- Original Message -------- From: - Thu Aug 14 15:28:40 2008 Message-ID: 001d01c8fe5e$3e4eed40$0402a8c0@sj4 From: Wesley Johnson johnson2412@usgo.net To: alsa-user@lists.sourceforge.net Date: Thu, 14 Aug 2008 15:36:55 -0500 (CDT) MIME-Version: 1.0
How do you notify ALSA dev team about a bug that has been in 1.0.16 and 1.0.17. ??? Bugtracker will not let me login, nor email an account confirmation. Getting an ALSA home page account seems to have no purpose at all, it does not let you do anything.
BUG: When you try to compile driver for ens1371 by itself the compile will fail. The driver for ens1371 has an include of the file for ens1370, but the makefule does not have this dependency so the ens1370 file is missing. The dev team is probably always compiling for all.
Diff file that fixes this problem follows.
*** pci/Makefile.orig Mon Jul 14 02:53:57 2008 --- pci/Makefile Thu Jul 17 21:25:42 2008
*** 27,34 **** --- 27,35 ---- atiixp_modem.c: atiixp_modem.patch $(SND_TOPDIR)/alsa-kernel/pci/atiixp_modem.c bt87x.c: bt87x.patch $(SND_TOPDIR)/alsa-kernel/pci/bt87x.c cmipci.c: cmipci.patch $(SND_TOPDIR)/alsa-kernel/pci/cmipci.c ens1370.c: ens1370.patch $(SND_TOPDIR)/alsa-kernel/pci/ens1370.c
- ens1371.c: ens1370.c fm801.c: fm801.patch $(SND_TOPDIR)/alsa-kernel/pci/fm801.c intel8x0.c: intel8x0.patch $(SND_TOPDIR)/alsa-kernel/pci/intel8x0.c maestro3.c: maestro3.patch $(SND_TOPDIR)/alsa-kernel/pci/maestro3.c via82xx.c: via82xx.patch $(SND_TOPDIR)/alsa-kernel/pci/via82xx.c
I have been trying for since July 17 to try to send this to ALSA dev team, and have been blocked at every attempt It is now Aug 13. If someone knows how to do this, please post a reply.
Thanks, applied now to my git tree.
Takashi