2007-02-14 07:46:48

by Jaroslav Kysela

[permalink] [raw]
Subject: [ALSA PATCH] alsa-git merge request

Linus, please do an update from:

http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git
(linus branch)

The GNU patch is available at:

ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2007-02-14.patch.gz

Additional notes:

Mostly fixes and cleanups.


The following files will be updated:

include/sound/emu10k1.h | 2 +-
include/sound/version.h | 2 +-
sound/arm/pxa2xx-ac97.c | 6 +-
sound/drivers/dummy.c | 11 +-
sound/drivers/mtpav.c | 12 +-
sound/drivers/mts64.c | 6 +-
sound/drivers/portman2x4.c | 6 +-
sound/drivers/serial-u16550.c | 14 +-
sound/drivers/virmidi.c | 6 +-
sound/isa/ad1848/ad1848.c | 2 +-
sound/isa/cmi8330.c | 4 +-
sound/isa/es1688/es1688.c | 6 +-
sound/isa/gus/gusclassic.c | 10 +-
sound/isa/gus/gusextreme.c | 12 +-
sound/isa/gus/gusmax.c | 13 +-
sound/isa/opl3sa2.c | 4 +-
sound/isa/sb/sb8.c | 6 +-
sound/pci/ac97/ac97_codec.c | 1 +
sound/pci/ac97/ac97_patch.c | 6 +
sound/pci/ac97/ac97_patch.h | 1 +
sound/pci/hda/patch_conexant.c | 343 ++++++++++++++++++++++++++--------------
sound/pci/hda/patch_sigmatel.c | 44 +++++
sound/soc/at91/at91-i2s.c | 43 +++---
sound/soc/at91/at91-pcm.c | 20 ++--
sound/soc/codecs/Kconfig | 8 +-
sound/usb/usbaudio.c | 10 --
sound/usb/usbquirks.h | 23 +++
27 files changed, 394 insertions(+), 227 deletions(-)


The following things were done:

Clemens Ladisch (2):
[ALSA] emu10k1: fix typo
[ALSA] usb-audio: add PCR-A PCM support

Frank Mandarino (1):
[ALSA] Change AT91 PDC register defines for 2.6.20 kernel

Jaroslav Kysela (2):
[ALSA] SoC codecs - fix Kconfig - depends -> depends on
[ALSA] version 1.0.14rc2

Jiri Kosina (1):
[ALSA] usbaudio - remove urb->bandwidth reference

Mikael Nilsson (1):
[ALSA] hda-codec - Patch for enabling LFE on more Dell laptops

Prarit Bhargava (1):
[ALSA] Fix __devinit and __devexit issues with sound drivers

Takashi Iwai (3):
[ALSA] hda-codec - Fix Oops with probing sigmatel codec chips
[ALSA] ac97 - Fix silent output problem with Cx20551 codec
[ALSA] Fix a typo in __dev* changes in portman2x4.c

Tobin Davis (1):
[ALSA] hda-codec - More fixes for Conexant HD Audio support

-----
Jaroslav Kysela <[email protected]>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs


2007-02-14 17:54:08

by Linus Torvalds

[permalink] [raw]
Subject: Re: [ALSA PATCH] alsa-git merge request



On Wed, 14 Feb 2007, Jaroslav Kysela wrote:
>
> Linus, please do an update from:
>
> http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git
> (linus branch)

Please fix your script.

Not only is the http:// protocol terminally broken (use git:// or
master.kernel.org instead), your "(linus branch)" thing is on the wrong
line and hard to see.

It's supposed to be something like

"Please pull from [the linus branch at]

master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus

so that I don't even by mistake miss the branch-name (because it's on the
same line). And http:// for git really is so broken (slow, unsafe) that
you should never use it if you have any choice at all.

Pulled.

Linus