From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261309AbTEHJxk (ORCPT ); Thu, 8 May 2003 05:53:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261311AbTEHJxk (ORCPT ); Thu, 8 May 2003 05:53:40 -0400 Received: from gate.perex.cz ([194.212.165.105]:1286 "EHLO gate.perex.cz") by vger.kernel.org with ESMTP id S261309AbTEHJxh (ORCPT ); Thu, 8 May 2003 05:53:37 -0400 Date: Thu, 8 May 2003 12:05:11 +0200 (CEST) From: Jaroslav Kysela X-X-Sender: perex@pnote.perex-int.cz To: Linus Torvalds Cc: LKML Subject: [PATCH] ALSA update (0.9.3a) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 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: (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 (03/04/11 1.971.117.1) ALSA update - ISA PnP drivers - fixed failure path (missing pnp_unregister_card_driver() call)