<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/sound, branch v2.6.24</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/sound?h=v2.6.24</id>
<link rel='self' href='https://git.amat.us/linux/atom/sound?h=v2.6.24'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2008-01-22T18:43:36Z</updated>
<entry>
<title>Fix file references in documentation and Kconfig</title>
<updated>2008-01-22T18:43:36Z</updated>
<author>
<name>Johann Felix Soden</name>
<email>johfel@users.sourceforge.net</email>
</author>
<published>2008-01-20T13:41:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=889c94a14e38e749c8060f597ee7825ea0764229'/>
<id>urn:sha1:889c94a14e38e749c8060f597ee7825ea0764229</id>
<content type='text'>
Fix typo in arch/powerpc/boot/flatdevtree_env.h.
There is no Documentation/networking/ixgbe.txt.

README.cycladesZ is now in Documentation/.
wavelan.p.h is now in drivers/net/wireless/.
HFS.txt is now Documentation/filesystems/hfs.txt.
OSS-files are now in sound/oss/.

Signed-off-by: Johann Felix Soden &lt;johfel@users.sourceforge.net&gt;
Acked-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>OSS msnd: fix array overflows</title>
<updated>2008-01-14T16:52:23Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-01-14T08:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=ea8e1652c5f4202fa90cfae49f2ca8485423d263'/>
<id>urn:sha1:ea8e1652c5f4202fa90cfae49f2ca8485423d263</id>
<content type='text'>
Fix array overflows in the OSS msnd driver spotted by the Coverity checker.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>snd_mixer_oss_build_input(): fix for __you_cannot_kmalloc_that_much failure with gcc-3.2</title>
<updated>2008-01-09T00:10:36Z</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2008-01-08T23:33:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=22a860a9e22fa077300e1e72170afb82bf695617'/>
<id>urn:sha1:22a860a9e22fa077300e1e72170afb82bf695617</id>
<content type='text'>
Rework this functions so that gcc-3.2 can successfully perform
constant-folding.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Cc: Jaroslav Kysela &lt;perex@suse.cz&gt;
Cc: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "hda_intel suspend latency: shorten codec read"</title>
<updated>2008-01-08T19:46:37Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@woody.linux-foundation.org</email>
</author>
<published>2008-01-08T19:46:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d238998fbfa49f30b02f0a5de5294ca53c58348c'/>
<id>urn:sha1:d238998fbfa49f30b02f0a5de5294ca53c58348c</id>
<content type='text'>
This reverts commit 57a04513cb35086d54bcb2cb92e6627fc8fa0fae.

Harald Dunkel reports that it broke sound for him:
  "Alsa stopped working for me.  I still can access /dev/dsp, change the
   volume and so on, but the speakers are quiet."

Reverting it fixed things for him.

Reported-and-tested-by: Harald Dunkel &lt;harald.dunkel@t-online.de&gt;
Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Acked-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>hda_intel suspend latency: shorten codec read</title>
<updated>2008-01-06T20:35:56Z</updated>
<author>
<name>Ingo Molnar</name>
<email>mingo@elte.hu</email>
</author>
<published>2008-01-06T20:09:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=57a04513cb35086d54bcb2cb92e6627fc8fa0fae'/>
<id>urn:sha1:57a04513cb35086d54bcb2cb92e6627fc8fa0fae</id>
<content type='text'>
not sleeping for every codec read/write but doing a short udelay and
a conditional reschedule has cut suspend+resume latency by about 1
second on my T60.

The patch also fixes the unexpected codec-connection errors that
happen more often in the new power-save mode:
    http://lkml.org/lkml/2007/11/8/255
    http://bugzilla.kernel.org/show_bug.cgi?id=9332

Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&gt;
Acked-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pxa-fixes'</title>
<updated>2007-12-08T14:41:29Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2007-12-08T14:41:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=1265edb8fd2869d17128f1d60683dd6f4191d550'/>
<id>urn:sha1:1265edb8fd2869d17128f1d60683dd6f4191d550</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ARM] 4690/1: PXA: fix CKEN corruption in PXA27x AC97 cold reset code</title>
<updated>2007-12-08T14:36:06Z</updated>
<author>
<name>Michael Brunner</name>
<email>mibru@gmx.de</email>
</author>
<published>2007-12-04T20:39:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=03d14a5536cf5611d27a106137a814c8f1135ddd'/>
<id>urn:sha1:03d14a5536cf5611d27a106137a814c8f1135ddd</id>
<content type='text'>
Fix CKEN register corruption in the PXA27x cold reset code
located in sound/arm/pxa27x-ac97.c. The problem has been
introduced with a pxa_set_cken() function change in linux 2.6.23.
This patch is based on patch 4527/1 that fixes the same problem in
the ASoC PXA-AC97 driver. Additionally a definition for the CKEN
index value is added and applied to both PXA AC97 drivers.

Signed-off-by: Michael Brunner &lt;mibru@gmx.de&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ALSA] emu10k1 - Check value ranges in ctl callbacks</title>
<updated>2007-11-20T19:03:39Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2007-11-15T12:16:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=aa299d01f1c2e680e40813b63f8dfb46c79ea715'/>
<id>urn:sha1:aa299d01f1c2e680e40813b63f8dfb46c79ea715</id>
<content type='text'>
Check value ranges in ctl callbacks properly.  This fixes the unexpected
crash due to wrong value assignment.
Also, remove invalid comments in the last patch.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@perex.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] emu10k1: Add mixer controls parameter checking.</title>
<updated>2007-11-20T19:03:32Z</updated>
<author>
<name>James Courtier-Dutton</name>
<email>James@superbug.co.uk</email>
</author>
<published>2007-11-12T14:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=74415a36767d99d3adf31b4a62e4e50725e6b66a'/>
<id>urn:sha1:74415a36767d99d3adf31b4a62e4e50725e6b66a</id>
<content type='text'>
Signed-off-by: James Courtier-Dutton &lt;James@superbug.co.uk&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@perex.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] fix private data pointer calculation in CS4270 driver</title>
<updated>2007-11-20T18:52:37Z</updated>
<author>
<name>Timur Tabi</name>
<email>timur@freescale.com</email>
</author>
<published>2007-11-14T11:07:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4df20535ec52fb7eba604eb1ba77148f92ab8edd'/>
<id>urn:sha1:4df20535ec52fb7eba604eb1ba77148f92ab8edd</id>
<content type='text'>
Fix the calculation of the private_data pointer in the CS4270 driver.

Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@perex.cz&gt;
</content>
</entry>
</feed>
