linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/BK] ALSA update
@ 2003-06-10 18:50 Jaroslav Kysela
  0 siblings, 0 replies; 3+ messages in thread
From: Jaroslav Kysela @ 2003-06-10 18:50 UTC (permalink / raw)
  To: LKML; +Cc: Linus Torvalds

Linus, please do a

  bk pull http://linux-sound.bkbits.net/linux-sound

The GNU patch is available at:

  ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-bk-2003-06-10.patch.gz

Additional notes:

  Warning and compilation cleanups.
  This update will add missing symbols to the PnP layer, too.

The pull command will update the following files:

 drivers/pnp/isapnp/core.c     |    1 +
 drivers/pnp/pnpbios/core.c    |    2 ++
 include/linux/isapnp.h        |    4 ++--
 include/sound/sndmagic.h      |    4 ++--
 include/sound/version.h       |    2 +-
 sound/core/Kconfig            |    2 +-
 sound/isa/cs423x/cs4236_lib.c |    2 +-
 sound/isa/gus/interwave.c     |    2 +-
 sound/pci/ac97/ac97_patch.c   |   13 ++++++-------
 sound/pci/emu10k1/emufx.c     |    1 -
 sound/pci/ice1712/Makefile    |    9 +++++----
 sound/pci/ice1712/ak4xxx.c    |    4 ++++
 sound/pcmcia/vx/Makefile      |    9 +++++----
 sound/pcmcia/vx/vx_entry.c    |    5 -----
 sound/pcmcia/vx/vxpocket.c    |   31 ++++++++++++++++---------------
 15 files changed, 47 insertions(+), 44 deletions(-)

through these ChangeSets:

<perex@suse.cz> (03/06/10 1.1318)
   ALSA micro update - fixed compilation of VXPocket drivers (missing symbols)

<perex@suse.cz> (03/06/10 1.1243.56.1)
   ALSA update
     - fixed undefined symbols in PnP layer
     - fixed various warnings
     - azt3328 - fixed compilation in debug mode
     - ice17xx drivers - fixed compilation when both are built-in
     - vxpocket and vxp440
       - fixed compilation against the latest PCMCIA interface
       - fixed compilation when both drivers are built-in
     - removed empty sound/pci/ice1712/ak4524.c


-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH/BK] ALSA update
  2003-06-06 13:09 Jaroslav Kysela
@ 2003-06-08 14:48 ` Francois Romieu
  0 siblings, 0 replies; 3+ messages in thread
From: Francois Romieu @ 2003-06-08 14:48 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: LKML

Jaroslav Kysela <perex@perex.cz> :
[...]
> <perex@suse.cz> (03/06/06 1.1315)
>    ALSA update
>      - added AZT3328 driver

It doesn't compile as there's no
#define azt3328_t_magic                          0x...
in include/sound/sndmagic.h

--
Ueimor

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH/BK] ALSA update
@ 2003-06-06 13:09 Jaroslav Kysela
  2003-06-08 14:48 ` Francois Romieu
  0 siblings, 1 reply; 3+ messages in thread
From: Jaroslav Kysela @ 2003-06-06 13:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: LKML

Linus, please do a

  bk pull http://linux-sound.bkbits.net/linux-sound

The GNU patch is available at:

  ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-bk-2003-06-06.patch.gz

Additional notes:

  - includes the USB compilation fix as well

The pull command will update the following files:

 Documentation/sound/alsa/ALSA-Configuration.txt              |    7 
 Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl |  116 
 include/sound/ak4xxx-adda.h                                  |    9 
 include/sound/core.h                                         |    2 
 include/sound/version.h                                      |    2 
 sound/core/Makefile                                          |    1 
 sound/core/init.c                                            |   20 
 sound/core/pcm_native.c                                      |    2 
 sound/core/seq/Makefile                                      |    1 
 sound/core/seq/instr/Makefile                                |    1 
 sound/drivers/mpu401/Makefile                                |    1 
 sound/drivers/opl3/Makefile                                  |    1 
 sound/i2c/other/ak4xxx-adda.c                                |   28 
 sound/pci/Kconfig                                            |    8 
 sound/pci/Makefile                                           |    2 
 sound/pci/ac97/ac97_codec.c                                  |   21 
 sound/pci/azt3328.c                                          | 1621 +++++++++++
 sound/pci/azt3328.h                                          |  165 +
 sound/pci/ens1370.c                                          |    3 
 sound/pci/fm801.c                                            |    1 
 sound/pci/ice1712/Makefile                                   |    2 
 sound/pci/ice1712/ak4xxx.c                                   |   11 
 sound/pci/ice1712/aureon.c                                   |  507 +++
 sound/pci/ice1712/aureon.h                                   |   47 
 sound/pci/ice1712/ice1712.c                                  |    3 
 sound/pci/ice1712/ice1724.c                                  |   43 
 sound/pci/ice1712/revo.c                                     |   11 
 sound/pci/via82xx.c                                          |    1 
 sound/ppc/pmac.c                                             |   18 
 sound/ppc/tumbler.c                                          |   66 
 sound/usb/usbaudio.c                                         |   83 
 31 files changed, 2680 insertions(+), 124 deletions(-)

through these ChangeSets:

<perex@suse.cz> (03/06/06 1.1315)
   ALSA update
     - added AZT3328 driver
     - added Terratec Aureon support to ICE1724 driver
     - fixed possible PCI posting problems
       - ENS1370, ENS1371, FM801, ICE1712, ICE1724, VIA82xx
     - AC'97 code
       - added new IDs
       - fixed typo in S/PDIF code
       - C-Media related fixes
     - USB driver
       - added nrpacks module option
       - added hack for AudioTrak Optoplay
       - removed OLD_USB stuff


-----
Jaroslav Kysela <perex@perex.cz>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-06-10 18:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-06-10 18:50 [PATCH/BK] ALSA update Jaroslav Kysela
  -- strict thread matches above, loose matches on Subject: below --
2003-06-06 13:09 Jaroslav Kysela
2003-06-08 14:48 ` Francois Romieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).