2007-11-19 18:35:29

by Jaroslav Kysela

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


Linus, please pull from [the linus branch at]:

master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus
gitweb interface:
http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git

The GNU patch is available at:

ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2007-11-19.patch.gz

Additional notes:

Just fixes and cleanups.


The following files will be updated:

include/sound/version.h | 2 +-
sound/drivers/mpu401/mpu401_uart.c | 12 +++++++---
sound/pci/ca0106/ca0106_mixer.c | 18 ++++++++++-----
sound/pci/cmipci.c | 5 +--
sound/pci/hda/hda_codec.c | 40 +++++++++++++++++++++--------------
sound/pci/hda/hda_local.h | 1 +
sound/pci/hda/patch_analog.c | 8 +++++++
7 files changed, 56 insertions(+), 30 deletions(-)


The following things were done:

Clemens Ladisch (2):
[ALSA] cmipci: fix FLINKON/OFF bits
[ALSA] mpu401: fix recursive locking in timer

Jaroslav Kysela (1):
[ALSA] version 1.0.15

Takashi Iwai (4):
[ALSA] hda-codec - Disable shared stream on AD1986A
[ALSA] hda-codec - Check PINCAP only for PIN widgets
[ALSA] ca0106 - Check value range in ctl callbacks
[ALSA] hda-codec - Revert volume knob controls in STAC codecs

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


2007-11-20 07:15:44

by Takashi Iwai

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

At Mon, 19 Nov 2007 19:35:09 +0100 (CET),
Jaroslav Kysela wrote:
>
>
> Linus, please pull from [the linus branch at]:
>
> master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus
> gitweb interface:
> http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git

Grrr, please hold this. The tree looks broken.

At least, the last patch
[ALSA] hda-codec - Revert volume knob controls in STAC codecs
wasn't applied properly, and resulted in an empty change.

This is likely because the patch used was for mm tree and not cleanly
applied to 2.6.24-rc3. It'll require a manual adjustment.


In addition, the following patches are real fixes that miss in this
push:

5543 emu10k1 - Check value ranges in ctl callbacks
5532 fix private data pointer calculation in CS4270 driver
5530 emu10k1: Add mixer controls parameter checking.
5495 portman2x4 - Fix probe error
5485 ca0106 - Fix write proc assignment
5476 s3c2443-ac97: compilation fix

thanks,

Takashi

>
> The GNU patch is available at:
>
> ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2007-11-19.patch.gz
>
> Additional notes:
>
> Just fixes and cleanups.
>
>
> The following files will be updated:
>
> include/sound/version.h | 2 +-
> sound/drivers/mpu401/mpu401_uart.c | 12 +++++++---
> sound/pci/ca0106/ca0106_mixer.c | 18 ++++++++++-----
> sound/pci/cmipci.c | 5 +--
> sound/pci/hda/hda_codec.c | 40 +++++++++++++++++++++--------------
> sound/pci/hda/hda_local.h | 1 +
> sound/pci/hda/patch_analog.c | 8 +++++++
> 7 files changed, 56 insertions(+), 30 deletions(-)
>
>
> The following things were done:
>
> Clemens Ladisch (2):
> [ALSA] cmipci: fix FLINKON/OFF bits
> [ALSA] mpu401: fix recursive locking in timer
>
> Jaroslav Kysela (1):
> [ALSA] version 1.0.15
>
> Takashi Iwai (4):
> [ALSA] hda-codec - Disable shared stream on AD1986A
> [ALSA] hda-codec - Check PINCAP only for PIN widgets
> [ALSA] ca0106 - Check value range in ctl callbacks
> [ALSA] hda-codec - Revert volume knob controls in STAC codecs
>
> -----
> Jaroslav Kysela <[email protected]>
> Linux Kernel Sound Maintainer
> ALSA Project, SUSE Labs
>

2007-11-20 19:20:30

by Jaroslav Kysela

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

On Tue, 20 Nov 2007, Takashi Iwai wrote:

> At Mon, 19 Nov 2007 19:35:09 +0100 (CET),
> Jaroslav Kysela wrote:
> >
> >
> > Linus, please pull from [the linus branch at]:
> >
> > master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus
> > gitweb interface:
> > http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git
>
> Grrr, please hold this. The tree looks broken.
>
> At least, the last patch
> [ALSA] hda-codec - Revert volume knob controls in STAC codecs
> wasn't applied properly, and resulted in an empty change.
>
> This is likely because the patch used was for mm tree and not cleanly
> applied to 2.6.24-rc3. It'll require a manual adjustment.
>
>
> In addition, the following patches are real fixes that miss in this
> push:
>
> 5543 emu10k1 - Check value ranges in ctl callbacks
> 5532 fix private data pointer calculation in CS4270 driver
> 5530 emu10k1: Add mixer controls parameter checking.
> 5495 portman2x4 - Fix probe error
> 5485 ca0106 - Fix write proc assignment
> 5476 s3c2443-ac97: compilation fix

Hi,

thanks for notice. I overlooked this empty patch. I added all
requested fixes to ALSA GIT tree now.

Jaroslav


Linus, please pull from [the linus branch at]:

master.kernel.org:/pub/scm/linux/kernel/git/perex/alsa.git linus
gitweb interface:
http://www.kernel.org/git/?p=linux/kernel/git/perex/alsa.git

The GNU patch is available at:

ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2007-11-20.patch.gz


The following files will be updated:

include/sound/version.h | 2 +-
sound/drivers/mpu401/mpu401_uart.c | 12 ++++--
sound/drivers/portman2x4.c | 2 +-
sound/pci/ca0106/ca0106_mixer.c | 18 +++++++---
sound/pci/ca0106/ca0106_proc.c | 4 +--
sound/pci/cmipci.c | 5 +--
sound/pci/emu10k1/emumixer.c | 65 ++++++++++++++++++++++++++++-------
sound/pci/emu10k1/p16v.c | 4 ++
sound/pci/hda/hda_codec.c | 40 +++++++++++++---------
sound/pci/hda/hda_local.h | 1 +
sound/pci/hda/patch_analog.c | 8 ++++
sound/pci/hda/patch_sigmatel.c | 57 +-------------------------------
sound/soc/codecs/cs4270.c | 3 +-
sound/soc/s3c24xx/s3c2443-ac97.c | 2 +-
14 files changed, 118 insertions(+), 105 deletions(-)


The following things were done:

Clemens Ladisch (2):
[ALSA] cmipci: fix FLINKON/OFF bits
[ALSA] mpu401: fix recursive locking in timer

James Courtier-Dutton (1):
[ALSA] emu10k1: Add mixer controls parameter checking.

Jaroslav Kysela (1):
[ALSA] version 1.0.15

Krzysztof Helt (1):
[ALSA] s3c2443-ac97: compilation fix

Takashi Iwai (7):
[ALSA] hda-codec - Disable shared stream on AD1986A
[ALSA] hda-codec - Check PINCAP only for PIN widgets
[ALSA] ca0106 - Check value range in ctl callbacks
[ALSA] hda-codec - Revert volume knob controls in STAC codecs
[ALSA] ca0106 - Fix write proc assignment
[ALSA] portman2x4 - Fix probe error
[ALSA] emu10k1 - Check value ranges in ctl callbacks

Timur Tabi (1):
[ALSA] fix private data pointer calculation in CS4270 driver

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