* [PATCH] New snd-audigyls driver available. @ 2004-12-02 22:42 James Courtier-Dutton 2004-12-03 11:38 ` Takashi Iwai 0 siblings, 1 reply; 8+ messages in thread From: James Courtier-Dutton @ 2004-12-02 22:42 UTC (permalink / raw) To: ALSA development I have updated the snd-audigyls driver. It now consists of several .c files because the old audigyls.c was getting too big. Please download from http://www.alsa-project.org/~james/alsa-driver/audigyls.0.0.20.tar.bz2 untar that into ./alsa-driver/pci/emu10k1 This driver now supports some features of the SB Live 24bit. It has Analog sound output working. No mic/line has been tested. spdif out has been tested, and it fails to work at the moment. I would hope that this driver could be integrated into the alsa cvs, and the current audigyls.c file removed. Signoff: James Courtier-Dutton <James@superbug.co.uk> Reason: Adds support for SB Live 24bit. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-02 22:42 [PATCH] New snd-audigyls driver available James Courtier-Dutton @ 2004-12-03 11:38 ` Takashi Iwai 2004-12-03 19:18 ` James Courtier-Dutton 0 siblings, 1 reply; 8+ messages in thread From: Takashi Iwai @ 2004-12-03 11:38 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: ALSA development At Thu, 02 Dec 2004 22:42:15 +0000, James Courtier-Dutton wrote: > > I have updated the snd-audigyls driver. > It now consists of several .c files because the old audigyls.c was > getting too big. > > Please download from > http://www.alsa-project.org/~james/alsa-driver/audigyls.0.0.20.tar.bz2 > > untar that into ./alsa-driver/pci/emu10k1 How about to create its own subdirectory pci/audigyls? There is no sharing module between audigyls and emu10k. Takashi ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-03 11:38 ` Takashi Iwai @ 2004-12-03 19:18 ` James Courtier-Dutton 2004-12-03 20:05 ` Takashi Iwai 0 siblings, 1 reply; 8+ messages in thread From: James Courtier-Dutton @ 2004-12-03 19:18 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development Takashi Iwai wrote: > At Thu, 02 Dec 2004 22:42:15 +0000, > James Courtier-Dutton wrote: > >>I have updated the snd-audigyls driver. >>It now consists of several .c files because the old audigyls.c was >>getting too big. >> >>Please download from >>http://www.alsa-project.org/~james/alsa-driver/audigyls.0.0.20.tar.bz2 >> >>untar that into ./alsa-driver/pci/emu10k1 > > > How about to create its own subdirectory pci/audigyls? > There is no sharing module between audigyls and emu10k. > > > Takashi > > There are no major similarities between the ca0106 driver and the emu10k driver. So creating a new directory seems like a good idea to me. The chip on the card is labeled "CA0106-DAT", so maybe we should rename audigyls to ca0106. So, the new directory would be ca0106, and the filename would change. e.g. audigyls_main.c -> ca0106_main.c I think this renaming might be a good idea, because that driver works with the "AudigyLS" and "Live 24bit" so calling the driver the "audigyls" is a bit of a mistake really. So, just take the files, make those simple changes and then add them to the alsa cvs. Cheers James ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-03 19:18 ` James Courtier-Dutton @ 2004-12-03 20:05 ` Takashi Iwai 2004-12-03 20:19 ` James Courtier-Dutton 0 siblings, 1 reply; 8+ messages in thread From: Takashi Iwai @ 2004-12-03 20:05 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: ALSA development At Fri, 03 Dec 2004 19:18:41 +0000, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > > At Thu, 02 Dec 2004 22:42:15 +0000, > > James Courtier-Dutton wrote: > > > >>I have updated the snd-audigyls driver. > >>It now consists of several .c files because the old audigyls.c was > >>getting too big. > >> > >>Please download from > >>http://www.alsa-project.org/~james/alsa-driver/audigyls.0.0.20.tar.bz2 > >> > >>untar that into ./alsa-driver/pci/emu10k1 > > > > > > How about to create its own subdirectory pci/audigyls? > > There is no sharing module between audigyls and emu10k. > > > > > > Takashi > > > > > > There are no major similarities between the ca0106 driver and the emu10k > driver. > So creating a new directory seems like a good idea to me. > The chip on the card is labeled "CA0106-DAT", so maybe we should rename > audigyls to ca0106. > So, the new directory would be ca0106, and the filename would change. > e.g. audigyls_main.c -> ca0106_main.c > > I think this renaming might be a good idea, because that driver works > with the "AudigyLS" and "Live 24bit" so calling the driver the > "audigyls" is a bit of a mistake really. OTOH, ca0106 would be hard to find out that Audigy LS corresponds to it... I don't mind to rename it from the technical viewpoint, though. > So, just take the files, make those simple changes and then add them to > the alsa cvs. Shall I replace the struct/function names from audigyls to ca0106, too? Or, would you like to keep audigyls there? Takashi ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-03 20:05 ` Takashi Iwai @ 2004-12-03 20:19 ` James Courtier-Dutton 2004-12-03 21:09 ` Takashi Iwai 0 siblings, 1 reply; 8+ messages in thread From: James Courtier-Dutton @ 2004-12-03 20:19 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development Takashi Iwai wrote: > At Fri, 03 Dec 2004 19:18:41 +0000, > James Courtier-Dutton wrote: > >>Takashi Iwai wrote: >> >>>At Thu, 02 Dec 2004 22:42:15 +0000, >>>James Courtier-Dutton wrote: >>> >>> >>>>I have updated the snd-audigyls driver. >>>>It now consists of several .c files because the old audigyls.c was >>>>getting too big. >>>> >>>>Please download from >>>>http://www.alsa-project.org/~james/alsa-driver/audigyls.0.0.20.tar.bz2 >>>> >>>>untar that into ./alsa-driver/pci/emu10k1 >>> >>> >>>How about to create its own subdirectory pci/audigyls? >>>There is no sharing module between audigyls and emu10k. >>> >>> >>>Takashi >>> >>> >> >>There are no major similarities between the ca0106 driver and the emu10k >>driver. >>So creating a new directory seems like a good idea to me. >>The chip on the card is labeled "CA0106-DAT", so maybe we should rename >>audigyls to ca0106. >>So, the new directory would be ca0106, and the filename would change. >>e.g. audigyls_main.c -> ca0106_main.c >> >>I think this renaming might be a good idea, because that driver works >>with the "AudigyLS" and "Live 24bit" so calling the driver the >>"audigyls" is a bit of a mistake really. > > > OTOH, ca0106 would be hard to find out that Audigy LS corresponds to > it... > > I don't mind to rename it from the technical viewpoint, though. > > >>So, just take the files, make those simple changes and then add them to >>the alsa cvs. > > > Shall I replace the struct/function names from audigyls to ca0106, > too? Or, would you like to keep audigyls there? > > > Takashi > Ah! Good question. I think for the sake of consistancy, replacing those would also be a good idea. Do you want me to do that, or would it be easier if you do it. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-03 20:19 ` James Courtier-Dutton @ 2004-12-03 21:09 ` Takashi Iwai 2004-12-04 12:38 ` James Courtier-Dutton 0 siblings, 1 reply; 8+ messages in thread From: Takashi Iwai @ 2004-12-03 21:09 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: ALSA development At Fri, 03 Dec 2004 20:19:08 +0000, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > > At Fri, 03 Dec 2004 19:18:41 +0000, > > James Courtier-Dutton wrote: > > > >>Takashi Iwai wrote: > >> > >>>At Thu, 02 Dec 2004 22:42:15 +0000, > >>>James Courtier-Dutton wrote: > >>> > >>> > >>>>I have updated the snd-audigyls driver. > >>>>It now consists of several .c files because the old audigyls.c was > >>>>getting too big. > >>>> > >>>>Please download from > >>>>http://www.alsa-project.org/~james/alsa-driver/audigyls.0.0.20.tar.bz2 > >>>> > >>>>untar that into ./alsa-driver/pci/emu10k1 > >>> > >>> > >>>How about to create its own subdirectory pci/audigyls? > >>>There is no sharing module between audigyls and emu10k. > >>> > >>> > >>>Takashi > >>> > >>> > >> > >>There are no major similarities between the ca0106 driver and the emu10k > >>driver. > >>So creating a new directory seems like a good idea to me. > >>The chip on the card is labeled "CA0106-DAT", so maybe we should rename > >>audigyls to ca0106. > >>So, the new directory would be ca0106, and the filename would change. > >>e.g. audigyls_main.c -> ca0106_main.c > >> > >>I think this renaming might be a good idea, because that driver works > >>with the "AudigyLS" and "Live 24bit" so calling the driver the > >>"audigyls" is a bit of a mistake really. > > > > > > OTOH, ca0106 would be hard to find out that Audigy LS corresponds to > > it... > > > > I don't mind to rename it from the technical viewpoint, though. > > > > > >>So, just take the files, make those simple changes and then add them to > >>the alsa cvs. > > > > > > Shall I replace the struct/function names from audigyls to ca0106, > > too? Or, would you like to keep audigyls there? > > > > > > Takashi > > > > Ah! Good question. I think for the sake of consistancy, replacing those > would also be a good idea. > Do you want me to do that, or would it be easier if you do it. Could you do that? I can't test the changed driver here. Takashi ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-03 21:09 ` Takashi Iwai @ 2004-12-04 12:38 ` James Courtier-Dutton 2004-12-06 15:28 ` Takashi Iwai 0 siblings, 1 reply; 8+ messages in thread From: James Courtier-Dutton @ 2004-12-04 12:38 UTC (permalink / raw) To: Takashi Iwai; +Cc: ALSA development Takashi Iwai wrote: >>> >>>Shall I replace the struct/function names from audigyls to ca0106, >>>too? Or, would you like to keep audigyls there? >>> >>> >>>Takashi >>> >> >>Ah! Good question. I think for the sake of consistancy, replacing those >>would also be a good idea. >>Do you want me to do that, or would it be easier if you do it. > > > Could you do that? I can't test the changed driver here. > > > Takashi > > Done, download the new ca0106 driver from: http://www.alsa-project.org/~james/alsa-driver/ca0106/ The install.txt explains how to integrate it into the alsa-driver CVS. The CA0106.conf will replace the AudigyLS.conf ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] New snd-audigyls driver available. 2004-12-04 12:38 ` James Courtier-Dutton @ 2004-12-06 15:28 ` Takashi Iwai 0 siblings, 0 replies; 8+ messages in thread From: Takashi Iwai @ 2004-12-06 15:28 UTC (permalink / raw) To: James Courtier-Dutton; +Cc: ALSA development At Sat, 04 Dec 2004 12:38:39 +0000, James Courtier-Dutton wrote: > > Takashi Iwai wrote: > >>> > >>>Shall I replace the struct/function names from audigyls to ca0106, > >>>too? Or, would you like to keep audigyls there? > >>> > >>> > >>>Takashi > >>> > >> > >>Ah! Good question. I think for the sake of consistancy, replacing those > >>would also be a good idea. > >>Do you want me to do that, or would it be easier if you do it. > > > > > > Could you do that? I can't test the changed driver here. > > > > > > Takashi > > > > > > Done, download the new ca0106 driver from: > http://www.alsa-project.org/~james/alsa-driver/ca0106/ > > The install.txt explains how to integrate it into the alsa-driver CVS. > > The CA0106.conf will replace the AudigyLS.conf OK, all source and config files have been committed to CVS now. Thanks! Takashi ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2004-12-06 15:28 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2004-12-02 22:42 [PATCH] New snd-audigyls driver available James Courtier-Dutton 2004-12-03 11:38 ` Takashi Iwai 2004-12-03 19:18 ` James Courtier-Dutton 2004-12-03 20:05 ` Takashi Iwai 2004-12-03 20:19 ` James Courtier-Dutton 2004-12-03 21:09 ` Takashi Iwai 2004-12-04 12:38 ` James Courtier-Dutton 2004-12-06 15:28 ` Takashi Iwai
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.