<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.linux.sound">
    <title>gmane.linux.sound</title>
    <link>http://permalink.gmane.org/gmane.linux.sound</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1740"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1739"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1737"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1736"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1735"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1734"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1733"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1731"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1730"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1729"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1728"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1727"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1726"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1725"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1724"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1723"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.sound/1721"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1741">
    <title>I Await Your Response</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1741</link>
    <description>&lt;pre&gt;I have attached a very important letter to this mail. Read thoroughly and reply back.
&lt;/pre&gt;</description>
    <dc:creator>Chris Morgan</dc:creator>
    <dc:date>2013-05-14T15:51:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1740">
    <title>s3c2443-uda134x sound driver problem</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1740</link>
    <description>&lt;pre&gt;Hello

I need to write a driver for codec uda134 installed on plat with processor s3c2443. I use driver for uda134 that is already in the kernel 3.6 (s3c24xx-uda134x) and IIS driver (s3c24xx-i2s). IIS driver is not compatible with processor s3c2443, and I changed in that iis registers and a few functions (attching patch). I have a problem with sound output. When audio file is playing sound interrupts (using alsa 1.0.26). Here is a part of debug output (output1.txt). Time between end of enqueue and start of the next buffdone is about 0.5 second, but expected is about 0.1 second. It seems that problem is size of dma buffer. I tried to forcibly change size of buffer
in kernel/linux/sound/soc/samsung/dma.c, line 212

prtd-&amp;gt;dma_end = prtd-&amp;gt;dma_end - (prtd-&amp;gt;dma_end - prtd-&amp;gt;dma_start)/2;    

and interrupt disappeared, but sound distorted. Here is a part of debug output is such conditions (output2.txt). Here time bitween end of enqueue and start of the next buffdone satisfactory

What may be the cause and how to fi&lt;/pre&gt;</description>
    <dc:creator>Oleg</dc:creator>
    <dc:date>2013-05-01T13:14:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1739">
    <title>s3c2443-uda134x sound driver problem</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1739</link>
    <description>&lt;pre&gt;Hello

I need to write a driver for codec uda134 installed on plat with processor s3c2443. I use driver for uda134 that is already in the kernel version 3.6 (s3c24xx-uda134x) and IIS driver (s3c24xx-i2s). IIS driver is not compatible with processor s3c2443, and I changed in that iis registers and a few functions (attching patch). I have a problem with sound output. When audio file is playing sound interrupts (using alsa 1.0.26). Here is a part of debug output (output1.txt). Time between end of enqueue and start of the next buffdone is about 0.5 second, but expected is about 0.1 second. It seems that problem is size of dma buffer. I tried to forcibly change size of buffer
in kernel/linux/sound/soc/samsung/dma.c, line 212

prtd-&amp;gt;dma_end = prtd-&amp;gt;dma_end - (prtd-&amp;gt;dma_end - prtd-&amp;gt;dma_start)/2;

and interrupt disappeared, but sound distorted. Here is a part of debug output is such conditions (output2.txt). Here time bitween end of enqueue and start of the next buffdone satisfactory

What may be the cause and how &lt;/pre&gt;</description>
    <dc:creator>Oleg</dc:creator>
    <dc:date>2013-05-01T12:22:06</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1738">
    <title>Trying to get surround sound working on my Dell L702x Laptop</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1738</link>
    <description>&lt;pre&gt;I have a Dell L702x Laptop with an Intel Cougar Point HD Audio 
soundcard. In windows you are able to put it in analog surround sound 
mode - that is you have 3 3.5mm jacks running as output with 2 channels 
each. I am trying to replicate this behaviour so I can use the card as a 
6 channel output device with jack audio and ardour


(my setup works in stereo mode - now if i could just get the card to 
show 6 channels instead of just 2 - heck even 4 channels would be an 
improvement)
What do I need to do to make this work?

relevant sound routing:
soundcard &amp;gt; alsa &amp;gt; jack &amp;gt; aurdour  &amp;lt; pulse

  (I basically route all my sound through aurdor for effects processing 
- then out to the soundcard)



I'm running on Fedora 18
Dell XPS 17 L702x
i7 2670qm
16GB ram
265GB ssd

# lspci -nn
00:00.0 Host bridge [0600]: Intel Corporation 2nd Generation Core 
Processor Family DRAM Controller [8086:0104] (rev 09)
00:01.0 PCI bridge [0604]: Intel Corporation Xeon E3-1200/2nd Generation 
Core Processor Family PCI Express Root Po&lt;/pre&gt;</description>
    <dc:creator>Kronos</dc:creator>
    <dc:date>2013-04-27T18:32:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1737">
    <title>[RFC] Sound/HID: wiimote: add speaker support</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1737</link>
    <description>&lt;pre&gt;Classic Wii Remotes provide a speaker on the device. We can stream PCM
data, mute and change volume via special protocol requests and remote
audio registers.

The device supports several different formats, but fully understood are
only signed 8-bit PCM and something that looks like 4-bit Yamaha ADPCM.
Theoretically, we can set data-rates from 183Hz up to 12MHz, but a
realistic range for Bluetooth l2cap is 1500-4000 Hz.

Data is streamed as 20bytes blocks and must be sent in a constant rate.
There is no way to read the current position. It would be way too slow,
anyway.

Signed-off-by: David Herrmann &amp;lt;dh.herrmann&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
Hi

I'm reworking large parts of the HID Nintendo Wii Remote driver and wanted to
add speaker support. I have never worked with the sound subsystem until now
and need some help.

The Wii Remote is a Bluetooth gamepad that features a small speaker on the
remote. All information was gathered via reverse-engineering so I cannot tell
you any specifics about the hardware, sorry. What I figu&lt;/pre&gt;</description>
    <dc:creator>David Herrmann</dc:creator>
    <dc:date>2013-04-20T18:07:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1736">
    <title>Hello,</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1736</link>
    <description>&lt;pre&gt;

Hello,
I have information for you about an unclaimed funds in my department.
Please get back to me if interested so I would brief you in details.
Email: mr.lan_lee&amp;lt; at &amp;gt;fengv.com
Regards,
Mr.Lan Lee 
--
To unsubscribe from this list: send the line "unsubscribe linux-sound" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Mr.Lan Lee</dc:creator>
    <dc:date>2013-03-13T20:15:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1735">
    <title>Please Refer to Attach Letter and Reply Urgently</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1735</link>
    <description>&lt;pre&gt;
 &lt;/pre&gt;</description>
    <dc:creator>Mrs. Mary  Kamal</dc:creator>
    <dc:date>2013-02-06T11:15:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1734">
    <title>From Mrs. Doris Kula</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1734</link>
    <description>&lt;pre&gt;PLEASE OPEN ATTACHMENT FOR MY LETTER TO YOU&lt;/pre&gt;</description>
    <dc:creator>From Mrs. Doris Kula</dc:creator>
    <dc:date>2013-02-05T13:37:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1733">
    <title>From Mrs. Doris Kula</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1733</link>
    <description>&lt;pre&gt;PLEASE OPEN ATTACHMENT FOR MY LETTER TO YOU&lt;/pre&gt;</description>
    <dc:creator>From Mrs. Doris Kula</dc:creator>
    <dc:date>2013-02-05T06:55:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1732">
    <title>Re: [PATCH 0/4] ASoC: atmel: fixes for working as module</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1732</link>
    <description>&lt;pre&gt;
Applied all, thanks.
&lt;/pre&gt;</description>
    <dc:creator>Mark Brown</dc:creator>
    <dc:date>2013-02-04T18:34:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1731">
    <title>From Mrs. Doris Kula</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1731</link>
    <description>&lt;pre&gt;PLEASE OPEN ATTACHMENT FOR MY LETTER TO YOU&lt;/pre&gt;</description>
    <dc:creator>From Mrs. Doris Kula</dc:creator>
    <dc:date>2013-02-04T12:50:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1730">
    <title>[PATCH 3/4] ASoC: atmel_ssc_dai: correct sequence when unload</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1730</link>
    <description>&lt;pre&gt;correct the sequence when unload this module

Signed-off-by: Bo Shen &amp;lt;voice.shen&amp;lt; at &amp;gt;atmel.com&amp;gt;
---
 sound/soc/atmel/atmel_ssc_dai.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index 2763aea..1fab8d5 100644
--- a/sound/soc/atmel/atmel_ssc_dai.c
+++ b/sound/soc/atmel/atmel_ssc_dai.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -780,8 +780,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void atmel_ssc_put_audio(int ssc_id)
 {
 struct ssc_device *ssc = ssc_info[ssc_id].ssc;
 
-ssc_free(ssc);
 asoc_ssc_exit(&amp;amp;ssc-&amp;gt;pdev-&amp;gt;dev);
+ssc_free(ssc);
 }
 EXPORT_SYMBOL_GPL(atmel_ssc_put_audio);
 
&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2013-01-31T03:53:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1729">
    <title>[PATCH 2/4] ASoC: atmel_ssc_dai: remove error set private data</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1729</link>
    <description>&lt;pre&gt;ssc private data has been set in ssc driver, this cause the error
private data set to ssc, remove it

Signed-off-by: Bo Shen &amp;lt;voice.shen&amp;lt; at &amp;gt;atmel.com&amp;gt;
---
 sound/soc/atmel/atmel_ssc_dai.c |   10 ----------
 1 file changed, 10 deletions(-)

diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c
index 1c76634..2763aea 100644
--- a/sound/soc/atmel/atmel_ssc_dai.c
+++ b/sound/soc/atmel/atmel_ssc_dai.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -679,15 +679,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int atmel_ssc_resume(struct snd_soc_dai *cpu_dai)
 #  define atmel_ssc_resumeNULL
 #endif /* CONFIG_PM */
 
-static int atmel_ssc_probe(struct snd_soc_dai *dai)
-{
-struct atmel_ssc_info *ssc_p = &amp;amp;ssc_info[dai-&amp;gt;id];
-
-snd_soc_dai_set_drvdata(dai, ssc_p);
-
-return 0;
-}
-
 #define ATMEL_SSC_RATES (SNDRV_PCM_RATE_8000_96000)
 
 #define ATMEL_SSC_FORMATS (SNDRV_PCM_FMTBIT_S8     | SNDRV_PCM_FMTBIT_S16_LE |\
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -703,7 +694,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static const struct snd_soc_dai_ops atmel_ssc_dai_ops = {
 };
 
 static struct snd_soc_dai_driver atmel_ssc_dai = {
-.probe = atmel_ssc_p&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2013-01-31T03:53:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1728">
    <title>[PATCH 4/4] ASoC: sam9g20_wm8731: disable clock and correct sequence when unload</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1728</link>
    <description>&lt;pre&gt;disable clock and correct sequence when unload

Signed-off-by: Bo Shen &amp;lt;voice.shen&amp;lt; at &amp;gt;atmel.com&amp;gt;
---
 sound/soc/atmel/sam9g20_wm8731.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c
index da97629..2d6fbd0 100644
--- a/sound/soc/atmel/sam9g20_wm8731.c
+++ b/sound/soc/atmel/sam9g20_wm8731.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -305,10 +305,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int at91sam9g20ek_audio_remove(struct platform_device *pdev)
 {
 struct snd_soc_card *card = platform_get_drvdata(pdev);
 
-atmel_ssc_put_audio(0);
-snd_soc_unregister_card(card);
-clk_put(mclk);
+clk_disable(mclk);
 mclk = NULL;
+snd_soc_unregister_card(card);
+atmel_ssc_put_audio(0);
 
 return 0;
 }
&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2013-01-31T03:53:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1727">
    <title>[PATCH 0/4] ASoC: atmel: fixes for working as module</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1727</link>
    <description>&lt;pre&gt;The following patches fixes the audio part when working as module

Bo Shen (4):
  ASoC: atmel_pcm: make it buildable as module
  ASoC: atmel_ssc_dai: remove error set private data
  ASoC: atmel_ssc_dai: correct sequence when unload
  ASoC: sam9g20_wm8731: disable clock and correct sequence when unload

 sound/soc/atmel/atmel-pcm.h      |    6 ++++--
 sound/soc/atmel/atmel_ssc_dai.c  |   12 +-----------
 sound/soc/atmel/sam9g20_wm8731.c |    6 +++---
 3 files changed, 8 insertions(+), 16 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2013-01-31T03:53:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1726">
    <title>[PATCH 1/4] ASoC: atmel_pcm: make it buildable as module</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1726</link>
    <description>&lt;pre&gt;When build as module, it reports following error, using this patch
fix it

sound/soc/atmel/atmel-pcm-pdc.c:387: error: redefinition of 'atmel_pcm_pdc_platform_register'
sound/soc/atmel/atmel-pcm.h:95: note: previous definition of 'atmel_pcm_pdc_platform_register' was here
sound/soc/atmel/atmel-pcm-pdc.c:393: error: redefinition of 'atmel_pcm_pdc_platform_unregister'
sound/soc/atmel/atmel-pcm.h:99: note: previous definition of 'atmel_pcm_pdc_platform_unregister' was here

Signed-off-by: Bo Shen &amp;lt;voice.shen&amp;lt; at &amp;gt;atmel.com&amp;gt;
---
 sound/soc/atmel/atmel-pcm.h |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/sound/soc/atmel/atmel-pcm.h b/sound/soc/atmel/atmel-pcm.h
index bb45d20..12ae814 100644
--- a/sound/soc/atmel/atmel-pcm.h
+++ b/sound/soc/atmel/atmel-pcm.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -88,7 +88,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void atmel_pcm_free(struct snd_pcm *pcm);
 int atmel_pcm_mmap(struct snd_pcm_substream *substream,
 struct vm_area_struct *vma);
 
-#ifdef CONFIG_SND_ATMEL_SOC_PDC
+#if defined(CONFIG_SND_ATMEL_SOC_PDC) || \
+defin&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2013-01-31T03:53:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1725">
    <title>Re: Sound/ARM/i.MX/SSI: fix SDMA starvation</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1725</link>
    <description>&lt;pre&gt;Thanks for the fix, Juergen.

The patch subject could be written in a better form with a proper
prefix added.  "git log sound/soc/fsl/fsl_ssi.c" should give example.
To have the patch get in sooner, you should copy Mark Brown on it.

Also MAINTAINERS file gives the following, so you still do not have
the right list copied.

SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
M:      Liam Girdwood &amp;lt;lrg&amp;lt; at &amp;gt;ti.com&amp;gt;
M:      Mark Brown &amp;lt;broonie&amp;lt; at &amp;gt;opensource.wolfsonmicro.com&amp;gt;
T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
L:      alsa-devel&amp;lt; at &amp;gt;alsa-project.org (moderated for non-subscribers)
W:      http://alsa-project.org/main/index.php/ASoC
S:      Supported
F:      sound/soc/
F:      include/sound/soc*

On Wed, Jan 30, 2013 at 02:44:25PM +0100, Juergen Beisert wrote:

I can see the patch does fix the problem.  A small comment below,
otherwise

Acked-by: Shawn Guo &amp;lt;shawn.guo&amp;lt; at &amp;gt;linaro.org&amp;gt;


It takes me sometime to see the real change here is to remove flags
CCSR_SSI_SIER_TDMAE and CCSR_S&lt;/pre&gt;</description>
    <dc:creator>Shawn Guo</dc:creator>
    <dc:date>2013-01-31T03:15:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1724">
    <title>Re: Sound/ARM/i.MX/SSI: fix SDMA starvation</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1724</link>
    <description>&lt;pre&gt;
Any comments on this patch?

jbe

&lt;/pre&gt;</description>
    <dc:creator>Juergen Beisert</dc:creator>
    <dc:date>2013-01-30T13:44:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1723">
    <title>Sound/ARM/i.MX/SSI: fix SDMA starvation</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1723</link>
    <description>&lt;pre&gt;In cases when capturing is already running and someone enables also
playback, the SDMA unit of the i.MX SoC does not see an edge on its TX DMA
request line. This is due to the TX FIFOs are empty, and this request line is
active all the time, when the CCSR_SSI_SIER_TDMAE bit is set.
In this case also the TX FIFO underrun interrupt will flood the system forever.

To ensure the first edge happens after enabling the TX side of the SSI unit and
to trigger the SDMA unit successfully enable the CCSR_SSI_SIER_TDMAE on
demand only. To be sure, this patch does the same for the CCSR_SSI_SIER_RDMAE
(RX side) bit.

Signed-off-by: Juergen Beisert &amp;lt;jbe&amp;lt; at &amp;gt;pengutronix.de&amp;gt;

---
 sound/soc/fsl/fsl_ssi.c |   24 ++++++++++++++++--------
 1 file changed, 16 insertions(+), 8 deletions(-)

Index: linux.git/sound/soc/fsl/fsl_ssi.c
===================================================================
--- linux.git.orig/sound/soc/fsl/fsl_ssi.c
+++ linux.git/sound/soc/fsl/fsl_ssi.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -86,10 +86,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static inline void write_ssi_mask(u32 _&lt;/pre&gt;</description>
    <dc:creator>Juergen Beisert</dc:creator>
    <dc:date>2013-01-24T08:56:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1721">
    <title>Re: [PATCH 0/2 v2] at91/ssc: fixes on ASoC tree for 3.8</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1721</link>
    <description>&lt;pre&gt;
Applied both.
&lt;/pre&gt;</description>
    <dc:creator>Mark Brown</dc:creator>
    <dc:date>2013-01-12T00:04:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.sound/1720">
    <title>Re: [PATCH 0/2 v2] at91/ssc: fixes on ASoC tree for 3.8</title>
    <link>http://permalink.gmane.org/gmane.linux.sound/1720</link>
    <description>&lt;pre&gt;
That's a noble goal but enforcing it early gives everyone a lot of pain, and
quite honestly doesn't make sense. During transition it's better to be lenient
and allow both old and new methods (without breakage), unless it causes
significant extra churn.


The problem is that at91 tries to do too much in a single release, and then do
nothing in several releases after. If there was a steadier trickle of code
coming in, then these kind of complex dependencies wouldn't show up all at
once, and could be handled with much less overhead for everyone else involved.
:(


To be honest, if Atmel can't figure out how to merge a complete feature
without causing intentional regressions during the merge window, and plan
on brokenness to be fixed as late as in -rc4, then they deserve to have
a broken platform. Unfortunately the victim of that is end users, and we
don't want to leave them hanging. This really can't become a trend though.

Sigh. Feel free to add:

Reluctantly-acked-by: Olof Johansson &amp;lt;olof&amp;lt; at &amp;gt;lixom.net&amp;gt;

to the &lt;/pre&gt;</description>
    <dc:creator>Olof Johansson</dc:creator>
    <dc:date>2013-01-11T19:53:31</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.sound">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.sound</link>
  </textinput>
</rdf:RDF>
