<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/sound, branch v2.6.32</title>
<subtitle>Linux Kernel (branches are rebased on master from time to time)</subtitle>
<id>https://sre.ring0.de/linux/atom?h=v2.6.32</id>
<link rel='self' href='https://sre.ring0.de/linux/atom?h=v2.6.32'/>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/'/>
<updated>2009-11-30T21:55:20Z</updated>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6</title>
<updated>2009-11-30T21:55:20Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-11-30T21:55:20Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=6c49e2700fd5e78403d9119cbe12b7c7bb5b3d0e'/>
<id>urn:sha1:6c49e2700fd5e78403d9119cbe12b7c7bb5b3d0e</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
  ALSA: AACI: fix recording bug
  ALSA: AACI: fix AC97 multiple-open bug
  ASoC: AIC23: Fixing infinite loop in resume path
  ASoC: Fix suspend with active audio streams
</content>
</entry>
<entry>
<title>ALSA: AACI: fix recording bug</title>
<updated>2009-11-30T13:50:55Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-29T16:39:59Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=8ee763b9c82c6ca0a59a7271ce4fa29d7baf5c09'/>
<id>urn:sha1:8ee763b9c82c6ca0a59a7271ce4fa29d7baf5c09</id>
<content type='text'>
pcm-&gt;r[1].slots is the double rate slot information, not the
capture information.  For capture, 'pcm' will already be the
capture ac97 pcm structure.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Cc: &lt;stable@kernel.org&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: AACI: fix AC97 multiple-open bug</title>
<updated>2009-11-30T13:50:53Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-29T16:39:52Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=4acd57c3de62374fe5bb52e5cd24538190f4eab2'/>
<id>urn:sha1:4acd57c3de62374fe5bb52e5cd24538190f4eab2</id>
<content type='text'>
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
Cc: &lt;stable@kernel.org&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'fix/asoc' into fix/misc</title>
<updated>2009-11-30T13:50:37Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2009-11-30T13:50:37Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=77a9d3eb774f50965106cb2937be660d093a5272'/>
<id>urn:sha1:77a9d3eb774f50965106cb2937be660d093a5272</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: AIC23: Fixing infinite loop in resume path</title>
<updated>2009-11-27T16:45:42Z</updated>
<author>
<name>Anuj Aggarwal</name>
<email>anuj.aggarwal@ti.com</email>
</author>
<published>2009-11-27T12:10:58Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=e9ff5eb2ae018fe2298c68746c873bf828c6b10e'/>
<id>urn:sha1:e9ff5eb2ae018fe2298c68746c873bf828c6b10e</id>
<content type='text'>
This patch fixes two issues:
a) Infinite loop in resume function
b) Writes to non-existing registers in resume function

Cc: stable@kernel.org
Signed-off-by: Anuj Aggarwal &lt;anuj.aggarwal@ti.com&gt;
Acked-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>ASoC: Fix suspend with active audio streams</title>
<updated>2009-11-23T13:11:53Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2009-11-23T13:11:53Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=50b6bce59d154b5db137907a5c0ed45a4e7a3829'/>
<id>urn:sha1:50b6bce59d154b5db137907a5c0ed45a4e7a3829</id>
<content type='text'>
When we get a stream suspend event force the power down since otherwise
the stream would remain marked as active.  In future we'll probably want
to make this stream-specific and add an interface to make the power down
of other widgets optional in order to support leaving bypass paths
active while suspending the processor.

Cc: stable@kernel.org
Reported-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
Tested-by: Joonyoung Shim &lt;jy0922.shim@samsung.com&gt;
Acked-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6</title>
<updated>2009-11-18T22:59:49Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2009-11-18T22:59:49Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=70b172b2989685a16cb47224678b9290d73fcd18'/>
<id>urn:sha1:70b172b2989685a16cb47224678b9290d73fcd18</id>
<content type='text'>
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
  ASoC: tlv320aic23 fix rate selection
  ASoC: OMAP3 Pandora: update for TWL4030 codec changes
  ASoC: Modifying the license string GPLv2 for OMAP3 EVM
  ALSA: hda - Fix quirk for VAIO type G
  ALSA: usb - Quirk to disable master volume control in PCM2702
</content>
</entry>
<entry>
<title>Merge branch 'fix/asoc' into for-linus</title>
<updated>2009-11-18T15:38:58Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2009-11-18T15:38:58Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=e2cd52e60726c30fa558cead7bc7413fd946261c'/>
<id>urn:sha1:e2cd52e60726c30fa558cead7bc7413fd946261c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'fix/hda' into for-linus</title>
<updated>2009-11-18T15:38:49Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2009-11-18T15:38:49Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=ef4b18e2af09b69b5a183ad611f5965ef1766be4'/>
<id>urn:sha1:ef4b18e2af09b69b5a183ad611f5965ef1766be4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ASoC: tlv320aic23 fix rate selection</title>
<updated>2009-11-18T13:46:40Z</updated>
<author>
<name>Troy Kisky</name>
<email>troy.kisky@boundarydevices.com</email>
</author>
<published>2009-11-17T20:51:01Z</published>
<link rel='alternate' type='text/html' href='https://sre.ring0.de/linux/commit/?id=bab0212467e58929470ae3ae32515f17e30c3926'/>
<id>urn:sha1:bab0212467e58929470ae3ae32515f17e30c3926</id>
<content type='text'>
Fix the ordering of sr_valid_mask array.
The lower bit of the index represents USB
not bosr.

Reported-by: Anuj Aggarwal &lt;anuj.aggarwal@ti.com&gt;
Signed-off-by: Troy Kisky &lt;troy.kisky@boundarydevices.com&gt;
Acked-by: Liam Girdwood &lt;lrg@slimlogic.co.uk&gt;
Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
</content>
</entry>
</feed>
