linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jaroslav Kysela <perex@suse.cz>
To: Linus Torvalds <torvalds@transmeta.com>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH] ALSA update (0.9.3a)
Date: Thu, 8 May 2003 12:05:11 +0200 (CEST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0305081157490.7916-100000@pnote.perex-int.cz> (raw)

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)


             reply	other threads:[~2003-05-08  9:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-08 10:05 Jaroslav Kysela [this message]
2003-05-09 10:51 ` [PATCH] ALSA update (0.9.3a) Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.44.0305081157490.7916-100000@pnote.perex-int.cz \
    --to=perex@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@transmeta.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).