<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/sound/core, branch v3.6</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v3.6</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.6'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2012-09-11T12:27:40Z</updated>
<entry>
<title>ALSA: compress_core: fix open flags test in snd_compr_open()</title>
<updated>2012-09-11T12:27:40Z</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2012-09-11T11:12:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=81cb324675eec592ab8f3038f980c074fbf7fb9b'/>
<id>urn:sha1:81cb324675eec592ab8f3038f980c074fbf7fb9b</id>
<content type='text'>
O_RDONLY is zero so the original test (f-&gt;f_flags &amp; O_RDONLY) is always
false and it will never do compress capture.  The test for O_WRONLY is
also slightly off.  The original test would consider "-&gt;flags =
(O_WRONLY | O_RDWR)" as write only instead of rejecting it as invalid.

I've also removed the pr_err() because that could flood dmesg.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
<updated>2012-08-20T19:26:04Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2012-08-20T19:26:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f0b433e9f362e0b7f0ce7d1489dd7feba068605d'/>
<id>urn:sha1:f0b433e9f362e0b7f0ce7d1489dd7feba068605d</id>
<content type='text'>
ASoC: Additional updates for 3.6

A batch more bugfixes, all driver-specific and fairly small and
unremarkable in a global context.  The biggest batch are for the newly
added Arizona drivers.
</content>
</entry>
<entry>
<title>ALSA: PCM: Fix possible memory leaks in the error path</title>
<updated>2012-08-03T10:48:32Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2012-08-03T10:48:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c810f9039f040681ec9d9f2983b748c193037297'/>
<id>urn:sha1:c810f9039f040681ec9d9f2983b748c193037297</id>
<content type='text'>
When the first page allocation failed for sgbuf, it leaks the records
that have been formerly allocated.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>sound: use printk_get_level and printk_skip_level</title>
<updated>2012-07-31T00:25:14Z</updated>
<author>
<name>Joe Perches</name>
<email>joe@perches.com</email>
</author>
<published>2012-07-30T21:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b778b3f25baf46dd88f16d51f1682828be0aa2ad'/>
<id>urn:sha1:b778b3f25baf46dd88f16d51f1682828be0aa2ad</id>
<content type='text'>
Make the output logging routine independent of the KERN_&lt;LEVEL&gt; style.

Signed-off-by: Joe Perches &lt;joe@perches.com&gt;
Cc: Kay Sievers &lt;kay.sievers@vrfy.org&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>Merge branch 'topic/misc' into for-next</title>
<updated>2012-07-18T11:53:29Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2012-07-18T11:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f0913cd16e8a6608cf9558ccbe8fdf4d428ca3de'/>
<id>urn:sha1:f0913cd16e8a6608cf9558ccbe8fdf4d428ca3de</id>
<content type='text'>
Generic updates for sound 3.6
</content>
</entry>
<entry>
<title>ALSA: pcm: Make constraints lists const</title>
<updated>2012-07-05T12:19:39Z</updated>
<author>
<name>Mark Brown</name>
<email>broonie@opensource.wolfsonmicro.com</email>
</author>
<published>2012-07-05T11:15:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1464189f8c2a5341722437ef916786afaf241c44'/>
<id>urn:sha1:1464189f8c2a5341722437ef916786afaf241c44</id>
<content type='text'>
They aren't modified by the core so the drivers can declare them const.

Signed-off-by: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: pcm: Add snd_pcm_rate_bit_to_rate()</title>
<updated>2012-06-18T07:38:58Z</updated>
<author>
<name>Dimitris Papastamos</name>
<email>dp@opensource.wolfsonmicro.com</email>
</author>
<published>2012-06-15T15:35:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4be77a530be1ea62574f31c20dd9848e7e2ab0f6'/>
<id>urn:sha1:4be77a530be1ea62574f31c20dd9848e7e2ab0f6</id>
<content type='text'>
This is essentially the reverse of snd_pcm_rate_to_rate_bit().

This is generally useful as the Compress API uses the rate bit
directly and it helps to be able to map back to the actual sample
rate.

Signed-off-by: Dimitris Papastamos &lt;dp@opensource.wolfsonmicro.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: compress_core: cleanup pointers on stop</title>
<updated>2012-06-12T15:55:02Z</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@linux.intel.com</email>
</author>
<published>2012-06-12T10:46:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8b21460ac6c0c88a0fec1cc70906c8e25c5aaa54'/>
<id>urn:sha1:8b21460ac6c0c88a0fec1cc70906c8e25c5aaa54</id>
<content type='text'>
as the start can be called after stop again, we need to reset state

Signed-off-by: Namarta Kohli &lt;namartax.kohli@intel.com&gt;
Signed-off-by: Vinod Koul &lt;vinod.koul@linux.intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: compress_core: don't wake up on pause</title>
<updated>2012-06-12T15:54:42Z</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@linux.intel.com</email>
</author>
<published>2012-06-12T10:46:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6b18f79399f25a0f8e2b915b2dcb8bf5c7aa470d'/>
<id>urn:sha1:6b18f79399f25a0f8e2b915b2dcb8bf5c7aa470d</id>
<content type='text'>
during pause the core should maintain the status-quo on the device and pointers
and not wake up. If app needs it should call DROP explcitly.

Signed-off-by: Namarta Kohli &lt;namartax.kohli@intel.com&gt;
Signed-off-by: Vinod Koul &lt;vinod.koul@linux.intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: core: group read of pointer, tstamp and jiffies</title>
<updated>2012-05-22T23:50:29Z</updated>
<author>
<name>Pierre-Louis Bossart</name>
<email>pierre-louis.bossart@linux.intel.com</email>
</author>
<published>2012-05-22T19:54:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3509a03f4dcf7fedb8880180fed3f7f791ce5598'/>
<id>urn:sha1:3509a03f4dcf7fedb8880180fed3f7f791ce5598</id>
<content type='text'>
Group read of hw_ptr, tstamp and jiffies in a sequence
for better correlation. Previous code took timestamp at the
end, which could introduce delays between audio time and
system time.

Signed-off-by: Pierre-Louis Bossart &lt;pierre-louis.bossart@linux.intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
</feed>
