* [ALSA PATCH] HG repo sync
@ 2006-06-29 9:39 Jaroslav Kysela
2006-06-29 9:53 ` Andrew Morton
0 siblings, 1 reply; 5+ messages in thread
From: Jaroslav Kysela @ 2006-06-29 9:39 UTC (permalink / raw)
To: Linus Torvalds; +Cc: LKML, Andrew Morton, Takashi Iwai
Linus, please do an update from:
http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git
The GNU patch is available at:
ftp://ftp.alsa-project.org/pub/kernel-patches/alsa-git-2006-06-29.patch.gz
The following files will be updated:
Documentation/sound/alsa/ALSA-Configuration.txt | 106 +
include/sound/ac97_codec.h | 1
include/sound/ak4xxx-adda.h | 35
include/sound/initval.h | 3
sound/Makefile | 3
sound/aoa/Kconfig | 3
sound/aoa/core/snd-aoa-gpio-feature.c | 15
sound/aoa/fabrics/snd-aoa-fabric-layout.c | 14
sound/aoa/soundbus/Kconfig | 3
sound/core/Kconfig | 4
sound/core/seq/seq_ports.c | 6
sound/i2c/other/ak4xxx-adda.c | 284 ++-
sound/pci/Kconfig | 141 +
sound/pci/Makefile | 1
sound/pci/ac97/ac97_patch.c | 2
sound/pci/echoaudio/Makefile | 30
sound/pci/echoaudio/darla20.c | 99 +
sound/pci/echoaudio/darla20_dsp.c | 125 +
sound/pci/echoaudio/darla24.c | 106 +
sound/pci/echoaudio/darla24_dsp.c | 156 +
sound/pci/echoaudio/echo3g.c | 118 +
sound/pci/echoaudio/echo3g_dsp.c | 131 +
sound/pci/echoaudio/echoaudio.c | 2196 ++++++++++++++++++++++++
sound/pci/echoaudio/echoaudio.h | 590 ++++++
sound/pci/echoaudio/echoaudio_3g.c | 431 ++++
sound/pci/echoaudio/echoaudio_dsp.c | 1125 ++++++++++++
sound/pci/echoaudio/echoaudio_dsp.h | 694 +++++++
sound/pci/echoaudio/echoaudio_gml.c | 198 ++
sound/pci/echoaudio/gina20.c | 103 +
sound/pci/echoaudio/gina20_dsp.c | 215 ++
sound/pci/echoaudio/gina24.c | 123 +
sound/pci/echoaudio/gina24_dsp.c | 346 +++
sound/pci/echoaudio/indigo.c | 104 +
sound/pci/echoaudio/indigo_dsp.c | 170 +
sound/pci/echoaudio/indigodj.c | 104 +
sound/pci/echoaudio/indigodj_dsp.c | 170 +
sound/pci/echoaudio/indigoio.c | 105 +
sound/pci/echoaudio/indigoio_dsp.c | 141 +
sound/pci/echoaudio/layla20.c | 112 +
sound/pci/echoaudio/layla20_dsp.c | 290 +++
sound/pci/echoaudio/layla24.c | 121 +
sound/pci/echoaudio/layla24_dsp.c | 394 ++++
sound/pci/echoaudio/mia.c | 117 +
sound/pci/echoaudio/mia_dsp.c | 229 ++
sound/pci/echoaudio/midi.c | 327 +++
sound/pci/echoaudio/mona.c | 129 +
sound/pci/echoaudio/mona_dsp.c | 428 ++++
sound/pci/hda/hda_codec.c | 4
sound/pci/hda/patch_analog.c | 2
sound/pci/hda/patch_realtek.c | 1084 ++++++++++-
sound/pci/hda/patch_sigmatel.c | 110 +
sound/pci/ice1712/revo.c | 23
sound/usb/usbaudio.c | 32
53 files changed, 11393 insertions(+), 210 deletions(-)
The following things were done:
Clemens Ladisch:
[ALSA] make CONFIG_SND_DYNAMIC_MINORS non-experimental
Giuliano Pochini:
[ALSA] Add echoaudio sound drivers
Jani Alinikula:
[ALSA] Stereo controls for M-Audio Revolution cards
Jaya Kumar:
[ALSA] AD1888 mixer controls for DC mode
Johannes Berg:
[ALSA] snd-aoa: not experimental
[ALSA] snd-aoa: support iMac G5 iSight
[ALSA] snd-aoa: enable dual-edge in GPIOs
Sam Revitch:
[ALSA] usb-audio support for Turtle Beach Roadie
Takashi Iwai:
[ALSA] Suppress irq handler mismatch messages in ALSA ISA drivers
[ALSA] fix build failure due to snd-aoa
[ALSA] Fix wrong dependencies of snd-aoa driver
[ALSA] hda-codec - Add model entry for Samsung X60 Chane
[ALSA] Fix misuse of __list_add() in seq_ports.c
[ALSA] Remove CONFIG_EXPERIMENTAL from intel8x0m driver
[ALSA] ak4xxx-adda - Code clean-up
[ALSA] Fix a typo in echoaudio/midi.c
[ALSA] Fix/add support of Realtek ALC883 / ALC888 and ALC861 codecs
[ALSA] Add Intel D965 board support
[ALSA] echoaudio - Fix Makefile
[ALSA] echoaudio - Remove kfree_nocheck()
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [ALSA PATCH] HG repo sync
2006-06-29 9:39 [ALSA PATCH] HG repo sync Jaroslav Kysela
@ 2006-06-29 9:53 ` Andrew Morton
2006-06-29 10:40 ` Takashi Iwai
0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2006-06-29 9:53 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: torvalds, linux-kernel, tiwai
On Thu, 29 Jun 2006 11:39:35 +0200 (CEST)
Jaroslav Kysela <perex@suse.cz> wrote:
> Linus, please do an update from:
>
> http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git
>
As far as I can tell none of this has had any testing in -mm. The tree I
get from
git+ssh://master.kernel.org/pub/scm/linux/kernel/git/perex/alsa-current.git
has quite different changes in it.
What can we do about this?
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ALSA PATCH] HG repo sync
2006-06-29 9:53 ` Andrew Morton
@ 2006-06-29 10:40 ` Takashi Iwai
2006-06-29 10:48 ` Jaroslav Kysela
2006-06-29 10:56 ` Andrew Morton
0 siblings, 2 replies; 5+ messages in thread
From: Takashi Iwai @ 2006-06-29 10:40 UTC (permalink / raw)
To: Andrew Morton; +Cc: Jaroslav Kysela, torvalds, linux-kernel
At Thu, 29 Jun 2006 02:53:06 -0700,
Andrew Morton wrote:
>
> On Thu, 29 Jun 2006 11:39:35 +0200 (CEST)
> Jaroslav Kysela <perex@suse.cz> wrote:
>
> > Linus, please do an update from:
> >
> > http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git
> >
>
> As far as I can tell none of this has had any testing in -mm.
Hmm, it's the result of infrequent update of alsa git tree...
> The tree I
> get from
> git+ssh://master.kernel.org/pub/scm/linux/kernel/git/perex/alsa-current.git
> has quite different changes in it.
Yes, alsa-current git contains more changes currently in ALSA HG
repo. alsa git contains only (safe and important) changes for
upstream.
> What can we do about this?
In this patchset, the biggest patch is the addition of echoaudio
driver.
It's OK to postpone this for 2.6.19. But this driver has been tested
over three years although unfortunately it didn't land to mm by
mistake (we forgot to move the code after 2.6.17 feature freeze).
Another relatively big patch is the fix for realtek codecs. This is
no intrusive patch but addition of the support of more new devices.
It should get in, if we want to reduce the future bugzilla entries :)
The rest are obvious fixes, picked up from LKML and alsa-devel. They
need to be merged anyway sooner or later.
Takashi
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ALSA PATCH] HG repo sync
2006-06-29 10:40 ` Takashi Iwai
@ 2006-06-29 10:48 ` Jaroslav Kysela
2006-06-29 10:56 ` Andrew Morton
1 sibling, 0 replies; 5+ messages in thread
From: Jaroslav Kysela @ 2006-06-29 10:48 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Andrew Morton, torvalds, linux-kernel
On Thu, 29 Jun 2006, Takashi Iwai wrote:
> At Thu, 29 Jun 2006 02:53:06 -0700,
> Andrew Morton wrote:
> >
> > On Thu, 29 Jun 2006 11:39:35 +0200 (CEST)
> > Jaroslav Kysela <perex@suse.cz> wrote:
> >
> > > Linus, please do an update from:
> > >
> > > http://www.kernel.org/pub/scm/linux/kernel/git/perex/alsa.git
> > >
> >
> > As far as I can tell none of this has had any testing in -mm.
>
> Hmm, it's the result of infrequent update of alsa git tree...
Nope for this case. All patches prepared for the mainstream sync landed to
the ALSA HG repo in last week (since 2006/06/23).
> > What can we do about this?
>
> In this patchset, the biggest patch is the addition of echoaudio driver.
> It's OK to postpone this for 2.6.19. But this driver has been tested
> over three years although unfortunately it didn't land to mm by mistake
> (we forgot to move the code after 2.6.17 feature freeze).
>
> Another relatively big patch is the fix for realtek codecs. This is
> no intrusive patch but addition of the support of more new devices.
> It should get in, if we want to reduce the future bugzilla entries :)
>
> The rest are obvious fixes, picked up from LKML and alsa-devel. They
> need to be merged anyway sooner or later.
I agree. The merging of experimental code is postponed, but all other
patches should go before first rc to mainstream in my opinion, too.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SUSE Labs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [ALSA PATCH] HG repo sync
2006-06-29 10:40 ` Takashi Iwai
2006-06-29 10:48 ` Jaroslav Kysela
@ 2006-06-29 10:56 ` Andrew Morton
1 sibling, 0 replies; 5+ messages in thread
From: Andrew Morton @ 2006-06-29 10:56 UTC (permalink / raw)
To: Takashi Iwai; +Cc: perex, torvalds, linux-kernel
On Thu, 29 Jun 2006 12:40:56 +0200
Takashi Iwai <tiwai@suse.de> wrote:
> > The tree I
> > get from
> > git+ssh://master.kernel.org/pub/scm/linux/kernel/git/perex/alsa-current.git
> > has quite different changes in it.
>
> Yes, alsa-current git contains more changes currently in ALSA HG
> repo. alsa git contains only (safe and important) changes for
> upstream.
I'll grab the mercurial tree, assuming that has everything in it?
How does one turn that into a patch against mainline?
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2006-06-29 10:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-29 9:39 [ALSA PATCH] HG repo sync Jaroslav Kysela
2006-06-29 9:53 ` Andrew Morton
2006-06-29 10:40 ` Takashi Iwai
2006-06-29 10:48 ` Jaroslav Kysela
2006-06-29 10:56 ` Andrew Morton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®