<?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://blog.gmane.org/gmane.linux.sound">
    <title>gmane.linux.sound</title>
    <link>http://blog.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://comments.gmane.org/gmane.linux.sound/1741"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1740"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1739"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1738"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1736"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1735"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1734"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1731"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1727"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1715"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1707"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1695"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1694"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1693"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1689"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1680"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.sound/1678"/>
      </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://comments.gmane.org/gmane.linux.sound/1741">
    <title>I Await Your Response</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1740">
    <title>s3c2443-uda134x sound driver problem</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1739">
    <title>s3c2443-uda134x sound driver problem</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1738">
    <title>Trying to get surround sound working on my Dell L702x Laptop</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1737">
    <title>[RFC] Sound/HID: wiimote: add speaker support</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1736">
    <title>Hello,</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1735">
    <title>Please Refer to Attach Letter and Reply Urgently</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1734">
    <title>From Mrs. Doris Kula</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1733">
    <title>From Mrs. Doris Kula</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1731">
    <title>From Mrs. Doris Kula</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1727">
    <title>[PATCH 0/4] ASoC: atmel: fixes for working as module</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1723">
    <title>Sound/ARM/i.MX/SSI: fix SDMA starvation</title>
    <link>http://comments.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://comments.gmane.org/gmane.linux.sound/1715">
    <title>[PATCH 0/2 v2] at91/ssc: fixes on ASoC tree for 3.8</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1715</link>
    <description>&lt;pre&gt;Hi Mark, Olof, Arnd,

This series goes on top of Linus' v3.8-rc3 and fixes an error that
we have while compiling DTBs for AT91:
ERROR (phandle_references): Reference to non-existent node or label
"pinctrl_ssc0_tx"

ERROR: Input tree has errors, aborting (use -f to force output)
make[3]: *** [arch/arm/boot/dts/at91sam9g20ek.dtb] Error 2

I have included pending material that is dealing with SSC and pinctrl. The
pinctrl part can be merged more easily now that the big pinctrl update for AT91
has been merged upstream.

This material was designed to enter Mark's fixes queue, but as discussed with
Olof, we can imagine merging everything through arm-soc or split the series (of
2 patches) and let them progress upstream separated (option that I do not like
even if I know that the consequences are not so dramatic).
So please, Olof, if you feel confortable with this series, tell us what you
prefer and we will make our best to make this material go forward...

Thanks for your help, best regards,

v2: - remove the fix fo&lt;/pre&gt;</description>
    <dc:creator>Nicolas Ferre</dc:creator>
    <dc:date>2013-01-11T14:08:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1707">
    <title>[PATCH 0/3] at91/ssc: fixes on ASoC tree for 3.8</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1707</link>
    <description>&lt;pre&gt;Hi Mark,

This series goes on top of current Linus' git tree and fixes an error that
we have while compiling DTBs for AT91:
ERROR (phandle_references): Reference to non-existent node or label
"pinctrl_ssc0_tx"

ERROR: Input tree has errors, aborting (use -f to force output)
make[3]: *** [arch/arm/boot/dts/at91sam9g20ek.dtb] Error 2

I have included pending material that is dealing with SSC and pinctrl. The
pinctrl part can be merged more easily now that the big pinctrl update for AT91
has been merged upstream.
I have also included a typo patch that you have already taken as 315656b (ASoC:
atmel-ssc: change disable to disable in dts node) in your topic/atmel branch
but that was not described properly.

If you find it easier, I can provide you a git tree for this material: just
tell me...

Thanks for your help, best regards,


Bo Shen (3):
  ARM: at91/dts: fix typo in SSC status property
  ARM: at91/dts: add pinctrl support for SSC peripheral
  ASoC: atmel-ssc: add pinctrl selection to driver

 arch/arm/boot/d&lt;/pre&gt;</description>
    <dc:creator>Nicolas Ferre</dc:creator>
    <dc:date>2012-12-17T11:23:23</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1695">
    <title>Open the attached file for Partnership &amp; Investment. Confidential.</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1695</link>
    <description>&lt;pre&gt;
&lt;/pre&gt;</description>
    <dc:creator>Mrs. Keyondria Nkiambi</dc:creator>
    <dc:date>2012-12-08T19:25:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1694">
    <title>[PATCH] ASoC: atmel-soc: make it buildable on other architectures</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1694</link>
    <description>&lt;pre&gt;Not very useful on non AT91/AVR32 platforms but it provides
more build coverage and prepares for ARM multiplatform.

Also fixes a couple of format type warnings.

Signed-off-by: Joachim Eastwood &amp;lt;manabian&amp;lt; at &amp;gt;gmail.com&amp;gt;
---

Hi,

Build tested on RM9200 and x86_64.

ARCH_AT91 depend is pushed down to the machine drivers
since they still relies on mach includes.

regards
Joachim Eastwood

 sound/soc/atmel/Kconfig         | 6 +++---
 sound/soc/atmel/atmel-pcm-pdc.c | 4 ++--
 sound/soc/atmel/atmel-pcm.c     | 2 +-
 sound/soc/atmel/atmel_ssc_dai.c | 2 --
 4 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig
index d1b691b..3fdd87f 100644
--- a/sound/soc/atmel/Kconfig
+++ b/sound/soc/atmel/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 config SND_ATMEL_SOC
 tristate "SoC Audio for the Atmel System-on-Chip"
-depends on ARCH_AT91
+depends on HAS_IOMEM
 help
   Say Y or M if you want to add support for codecs attached to
   the ATMEL SSC interface. You will also need
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -24,7 +2&lt;/pre&gt;</description>
    <dc:creator>Joachim Eastwood</dc:creator>
    <dc:date>2012-12-08T13:23:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1693">
    <title>[PATCH] ASoC: atmel-ssc: make it buildable on other architectures</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1693</link>
    <description>&lt;pre&gt;Not very useful on non AT91/AVR32 platforms but it provides
more build coverage and prepares for ARM multiplatform.

Also fixes a truncated warning that would come when
building on a 64-bit arch.

Signed-off-by: Joachim Eastwood &amp;lt;manabian&amp;lt; at &amp;gt;gmail.com&amp;gt;
---

Hi Mark,

Sending it to you since seem like you're the last one who
commited changes to the driver and the driver is mostly
used on ASoC.

Tested on RM9200 and build tested on x86_64.

regards
Joachim Eastwood

 drivers/misc/Kconfig     | 2 +-
 drivers/misc/atmel-ssc.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index b151b7c..8f59d88 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -192,7 +192,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config ICS932S401
 
 config ATMEL_SSC
 tristate "Device driver for Atmel SSC peripheral"
-depends on AVR32 || ARCH_AT91
+depends on HAS_IOMEM
 ---help---
   This option enables device driver support for Atmel Synchronized
   Serial Communication peripheral (SSC).
diff --gi&lt;/pre&gt;</description>
    <dc:creator>Joachim Eastwood</dc:creator>
    <dc:date>2012-12-08T12:46:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1689">
    <title>[PATCH 1/2] ASoC: atmel-pcm: split into two file</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1689</link>
    <description>&lt;pre&gt;This patch is split original atmel-pcm.c into new atmel-pcm.c and
atmel-pcm-pdc.c two files. The new atmel-pcm.c is the share routine
while will be used for pdc or dma transfer.

Using SND_ATMEL_SOC_PDC to select using PDC for audio transfer

Signed-off-by: Bo Shen &amp;lt;voice.shen&amp;lt; at &amp;gt;atmel.com&amp;gt;
---
 sound/soc/atmel/Kconfig         |    5 +
 sound/soc/atmel/Makefile        |    2 +
 sound/soc/atmel/atmel-pcm-pdc.c |  401 +++++++++++++++++++++++++++++++++++++++
 sound/soc/atmel/atmel-pcm.c     |  390 ++-----------------------------------
 sound/soc/atmel/atmel-pcm.h     |   21 +-
 sound/soc/atmel/atmel_ssc_dai.c |    4 +-
 6 files changed, 441 insertions(+), 382 deletions(-)
 create mode 100644 sound/soc/atmel/atmel-pcm-pdc.c

diff --git a/sound/soc/atmel/Kconfig b/sound/soc/atmel/Kconfig
index 397ec75..6051993 100644
--- a/sound/soc/atmel/Kconfig
+++ b/sound/soc/atmel/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -6,6 +6,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config SND_ATMEL_SOC
   the ATMEL SSC interface. You will also need
   to select the audio interfaces to support below.
 
+&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2012-11-28T03:46:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1680">
    <title>KINGDOM NELSON</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1680</link>
    <description>&lt;pre&gt;&lt;/pre&gt;</description>
    <dc:creator>KINGDOM NELSON</dc:creator>
    <dc:date>2012-11-23T06:48:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1678">
    <title>[PATCH 0/3] ASoC: atmel-pcm: add dma support</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1678</link>
    <description>&lt;pre&gt;This patch series is intend to add dma support for atmel pcm which is
based on snd soc dmaengine pcm framework

Bo Shen (3):
  ASoC: snd_dmaengine_pcm: add inline empty function
  ASoC: atmel-pcm: prepare for adding dma support
  ASoC: atmel-pcm: add dma support

 include/sound/dmaengine_pcm.h   |   53 +++++++++
 sound/soc/atmel/atmel-pcm.c     |  247 ++++++++++++++++++++++++++++++++++-----
 sound/soc/atmel/atmel-pcm.h     |    4 +-
 sound/soc/atmel/atmel_ssc_dai.c |   30 ++---
 4 files changed, 292 insertions(+), 42 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Bo Shen</dc:creator>
    <dc:date>2012-11-23T06:14:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.sound/1675">
    <title>Fund transfer.</title>
    <link>http://comments.gmane.org/gmane.linux.sound/1675</link>
    <description>&lt;pre&gt;
Open the attachment file for fund transfer/confidential.

&lt;/pre&gt;</description>
    <dc:creator>David</dc:creator>
    <dc:date>2012-11-22T15:06:37</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>
