linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ALSA update (0.9.3a)
@ 2003-05-08 10:05 Jaroslav Kysela
  2003-05-09 10:51 ` Christoph Hellwig
  0 siblings, 1 reply; 2+ messages in thread
From: Jaroslav Kysela @ 2003-05-08 10:05 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-05-08.patch.gz

The pull command will update the following files:

 Documentation/sound/alsa/ALSA-Configuration.txt |   19 
 Documentation/sound/alsa/OSS-Emulation.txt      |    4 
 include/sound/ak4xxx-adda.h                     |   61 +
 include/sound/core.h                            |    4 
 include/sound/cs8427.h                          |    3 
 include/sound/mpu401.h                          |    6 
 include/sound/pcm.h                             |   61 +
 include/sound/sb.h                              |    4 
 include/sound/trident.h                         |    6 
 include/sound/uda1341.h                         |   19 
 include/sound/version.h                         |    6 
 sound/arm/sa11xx-uda1341.c                      |  856 +++++++++++-------------
 sound/core/Makefile                             |    1 
 sound/core/control.c                            |   10 
 sound/core/init.c                               |   30 
 sound/core/ioctl32/pcm32.c                      |   14 
 sound/core/ioctl32/rawmidi32.c                  |   10 
 sound/core/ioctl32/timer32.c                    |   13 
 sound/core/memalloc.c                           |    3 
 sound/core/oss/pcm_oss.c                        |   12 
 sound/core/pcm.c                                |   20 
 sound/core/pcm_lib.c                            |   50 -
 sound/core/pcm_native.c                         |  577 +++++++++-------
 sound/core/seq/Makefile                         |    1 
 sound/core/sgbuf.c                              |    2 
 sound/core/sound.c                              |    3 
 sound/drivers/mpu401/Makefile                   |    1 
 sound/drivers/mpu401/mpu401_uart.c              |   64 +
 sound/drivers/opl3/opl3_lib.c                   |   12 
 sound/i2c/Makefile                              |    2 
 sound/i2c/cs8427.c                              |  161 +++-
 sound/i2c/l3/uda1341.c                          |  278 +++----
 sound/i2c/other/Makefile                        |   10 
 sound/i2c/other/ak4xxx-adda.c                   |  445 ++++++++++++
 sound/isa/Kconfig                               |    2 
 sound/isa/ad1816a/ad1816a.c                     |    4 
 sound/isa/als100.c                              |    4 
 sound/isa/azt2320.c                             |    4 
 sound/isa/cmi8330.c                             |    3 
 sound/isa/cs423x/cs4231_lib.c                   |    8 
 sound/isa/cs423x/cs4236.c                       |    3 
 sound/isa/es18xx.c                              |    3 
 sound/isa/gus/gus_irq.c                         |    3 
 sound/isa/gus/interwave.c                       |    3 
 sound/isa/opl3sa2.c                             |    3 
 sound/isa/opti9xx/opti92x-ad1848.c              |   14 
 sound/isa/sb/es968.c                            |   12 
 sound/isa/sb/sb16.c                             |    3 
 sound/isa/sb/sb8.c                              |    5 
 sound/isa/sb/sb8_main.c                         |    3 
 sound/isa/sb/sb8_midi.c                         |    5 
 sound/isa/wavefront/wavefront.c                 |    5 
 sound/pci/ac97/Makefile                         |    1 
 sound/pci/ac97/ac97_codec.c                     |   10 
 sound/pci/ac97/ac97_patch.c                     |   74 +-
 sound/pci/ac97/ac97_patch.h                     |    2 
 sound/pci/ali5451/ali5451.c                     |   14 
 sound/pci/cmipci.c                              |   15 
 sound/pci/emu10k1/irq.c                         |   29 
 sound/pci/ens1370.c                             |   25 
 sound/pci/ice1712/Makefile                      |    4 
 sound/pci/ice1712/ak4524.c                      |  525 --------------
 sound/pci/ice1712/ak4xxx.c                      |  181 +++++
 sound/pci/ice1712/delta.c                       |   85 +-
 sound/pci/ice1712/ews.c                         |   91 +-
 sound/pci/ice1712/ice1712.c                     |  171 ++--
 sound/pci/ice1712/ice1712.h                     |   21 
 sound/pci/ice1712/ice1724.c                     |   59 -
 sound/pci/ice1712/revo.c                        |   28 
 sound/pci/intel8x0.c                            |  769 +++++++++------------
 sound/pci/korg1212/korg1212.c                   |    3 
 sound/pci/maestro3.c                            |   32 
 sound/pci/nm256/nm256.c                         |    2 
 sound/pci/rme9652/hdsp.c                        |   22 
 sound/pci/rme9652/rme9652.c                     |   18 
 sound/pci/sonicvibes.c                          |    4 
 sound/pci/trident/trident_main.c                |   11 
 sound/pci/via82xx.c                             |   99 ++
 sound/pci/ymfpci/ymfpci.c                       |   36 -
 sound/pci/ymfpci/ymfpci_main.c                  |    9 
 80 files changed, 2868 insertions(+), 2327 deletions(-)

through these ChangeSets:

<perex@suse.cz> (03/05/08 1.1091)
   ALSA update 0.9.3a
     - PCM - recoded link group locking
     - MPU401 - replaced RX_LOOP and TX_LOOP bits with atomic_t variables
     - ICE17xx - moved ak4xxx routines to separate module (snd-ak4xxx-adda)
     - CS8427 - fixed initialization, added Q-subcode control
     - AC97 - added more patches for Wolfson codecs
     - CMIPCI - added 24-bit sample support for S/PDIF
     - maestro3 - fixes
     - via82xx - workaround for Award BIOS, dxs_support module parameter
     - ymfpci - fixed initialization
     - intel8x0 - code cleanups, recoded inialization of pcm streams
     - sa11xx-uda1341 - removed debug code and other cleanups
     - irqreturn_t cleanups

<perex@suse.cz> (03/04/11 1.971.117.1)
   ALSA update
     - ISA PnP drivers - fixed failure path (missing pnp_unregister_card_driver() call)


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

* Re: [PATCH] ALSA update (0.9.3a)
  2003-05-08 10:05 [PATCH] ALSA update (0.9.3a) Jaroslav Kysela
@ 2003-05-09 10:51 ` Christoph Hellwig
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Hellwig @ 2003-05-09 10:51 UTC (permalink / raw)
  To: Jaroslav Kysela; +Cc: Linus Torvalds, LKML

On Thu, May 08, 2003 at 12:05:11PM +0200, Jaroslav Kysela wrote:
> Linus, please do a
> 
>   bk pull http://linux-sound.bkbits.net/linux-sound
> 
> The GNU patch is available at:

Could you please answer the question about ALSA's procfs mess, btw?
I appears you're online as you posted this patch but you yet haven't
answered it.


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

end of thread, other threads:[~2003-05-09 10:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-08 10:05 [PATCH] ALSA update (0.9.3a) Jaroslav Kysela
2003-05-09 10:51 ` Christoph Hellwig

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).