All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the sound tree
@ 2008-09-01  4:20 Stephen Rothwell
  2008-09-01  4:36 ` David Miller
  0 siblings, 1 reply; 12+ messages in thread
From: Stephen Rothwell @ 2008-09-01  4:20 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-next, David S. Miller

[-- Attachment #1: Type: text/plain, Size: 550 bytes --]

Hi Takashi,

Today's linux-next merge of the sound tree got a conflict in sound/core/memalloc.c between commit 759ee81be6d87c150ea2b300c221b4fec8b5f646 ("alsa: Remove special SBUS dma support code.") from the sparc tree and commit d3acb92557b99feb051ac173d119d06900c364f5 ("ALSA: Kill snd_assert() in sound/core/*") from the sound tree.

The former removes code modified by the latter.  I just removed the
code.  I will carry the fixup.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* linux-next: manual merge of the sound tree
@ 2008-12-15  4:25 Stephen Rothwell
  0 siblings, 0 replies; 12+ messages in thread
From: Stephen Rothwell @ 2008-12-15  4:25 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-next, Peter Zijlstra, Ingo Molnar

[-- Attachment #1: Type: text/plain, Size: 578 bytes --]

Hi Takashi,

Today's linux-next merge of the sound tree got a conflict in
sound/drivers/pcsp/pcsp.c between commit
ca109491f612aab5c8152207631c0444f63da97f ("hrtimer: removing all ur
callback modes") from the timers tree and commit
8a75f4fb28766878893b4335f4b5743ce9b931fe ("ALSA: pcsp - Use
HRTIMER_CB_IRQSAFE_UNLOCKED") from the sound tree.

The former removed the line that the latter modified.  I just removed the
line and can carry this fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread
* linux-next: manual merge of the sound tree
@ 2008-07-15  5:47 Stephen Rothwell
  2008-07-15  6:23 ` Takashi Iwai
  0 siblings, 1 reply; 12+ messages in thread
From: Stephen Rothwell @ 2008-07-15  5:47 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-next, eric miao, Russell King

[-- Attachment #1: Type: text/plain, Size: 1344 bytes --]

Hi Takashi,

Today's linux-next merge of the sound tree got a conflict in
sound/soc/pxa/pxa2xx-i2s.c between commit
5a2cc50f166babc26103279c4fbc9f2bf73b79de ("[ARM] 5063/1: pxa: add clk
support for pxa2xx I2S") from Linus' tree and commit
a0386ed67f59f89f14dca2955ca053e81f2b75a8 ("ALSA: asoc: pxa - merge
structs snd_soc_codec_dai and snd_soc_cpu_dai") from the sound tree
(which is also in Linus' tree).

This is probably just a slightly different version of a conflict that has
been in linux-next for some time.

I just added the section from Linus' tree.
(The conflict is below)
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc sound/soc/pxa/pxa2xx-i2s.c
index 8f96d87,9c06553..0000000
--- a/sound/soc/pxa/pxa2xx-i2s.c
+++ b/sound/soc/pxa/pxa2xx-i2s.c
@@@ -80,10 -78,6 +80,13 @@@ static int pxa2xx_i2s_startup(struct sn
  {
        struct snd_soc_pcm_runtime *rtd = substream->private_data;
        struct snd_soc_dai *cpu_dai = rtd->dai->cpu_dai;
++<<<<<<< HEAD:sound/soc/pxa/pxa2xx-i2s.c
 +
 +      clk_i2s = clk_get(NULL, "I2SCLK");
 +      if (IS_ERR(clk_i2s))
 +              return PTR_ERR(clk_i2s);
++=======
++>>>>>>> sound/master:sound/soc/pxa/pxa2xx-i2s.c
  
        if (!cpu_dai->active) {
                SACR0 |= SACR0_RST;

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2008-12-15  4:25 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-09-01  4:20 linux-next: manual merge of the sound tree Stephen Rothwell
2008-09-01  4:36 ` David Miller
2008-09-01  5:53   ` Takashi Iwai
2008-09-01  8:28     ` David Miller
2008-09-01  8:34       ` Takashi Iwai
2008-09-01  9:03         ` Stephen Rothwell
2008-09-01  9:26           ` Takashi Iwai
2008-09-01  9:44         ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2008-12-15  4:25 Stephen Rothwell
2008-07-15  5:47 Stephen Rothwell
2008-07-15  6:23 ` Takashi Iwai
2008-07-15  7:15   ` Stephen Rothwell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.