<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/uapi/sound, branch v3.14</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/include/uapi/sound?h=v3.14</id>
<link rel='self' href='https://git.amat.us/linux/atom/include/uapi/sound?h=v3.14'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2014-01-07T17:33:40Z</updated>
<entry>
<title>ALSA: compress: add num_sample_rates in snd_codec_desc</title>
<updated>2014-01-07T17:33:40Z</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@intel.com</email>
</author>
<published>2014-01-07T16:25:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=929559be6d2c494e25bb58b730da4a78c1459e7b'/>
<id>urn:sha1:929559be6d2c494e25bb58b730da4a78c1459e7b</id>
<content type='text'>
this gives ability to convey the valid values of supported rates in
sample_rates array

Signed-off-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: compress: update struct snd_codec_desc for sample rate</title>
<updated>2014-01-05T10:58:27Z</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@intel.com</email>
</author>
<published>2014-01-04T11:29:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b8bab04829ab190f71921d4180bda438ba6124ae'/>
<id>urn:sha1:b8bab04829ab190f71921d4180bda438ba6124ae</id>
<content type='text'>
Now that we don't use SNDRV_PCM_RATE_xxx bit fields for sample rate, we need to
change the description to an array for describing the sample rates supported by
the sink/source

Signed-off-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: compress: update comment for sample rate in snd_codec</title>
<updated>2014-01-05T10:58:18Z</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@intel.com</email>
</author>
<published>2014-01-04T11:29:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d9afee6904caa7cf3c7f417f02e765db89d2b5dc'/>
<id>urn:sha1:d9afee6904caa7cf3c7f417f02e765db89d2b5dc</id>
<content type='text'>
Signed-off-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: compress: change the way sample rates are sent to kernel</title>
<updated>2013-12-16T14:54:28Z</updated>
<author>
<name>Vinod Koul</name>
<email>vinod.koul@intel.com</email>
</author>
<published>2013-12-16T09:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=f0e9c08065dc31210fc4cf313c4ecaa088187dc5'/>
<id>urn:sha1:f0e9c08065dc31210fc4cf313c4ecaa088187dc5</id>
<content type='text'>
The usage of SNDRV_RATES is not effective as we can have rates like 12000 or
some other ones used by decoders. This change the usage of this to use the raw
Hz values to be sent to kernel

Signed-off-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: compress: Fix 64bit ABI incompatibility</title>
<updated>2013-12-10T14:32:44Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2013-12-10T11:15:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6733cf572a9e20db2b7580a5dd39d5782d571eec'/>
<id>urn:sha1:6733cf572a9e20db2b7580a5dd39d5782d571eec</id>
<content type='text'>
snd_pcm_uframes_t is defined as unsigned long so it would take
different sizes depending on 32 or 64bit architectures.  As we don't
want this ABI incompatibility, and there is no real 64bit user yet,
let's make it the fixed size with __u32.

Also bump the protocol version number to 0.1.2.

Acked-by: Vinod Koul &lt;vinod.koul@intel.com&gt;
Cc: &lt;stable@vger.kernel.org&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: include/uapi/sound/firewire.h: use "_UAPI" instead of "UAPI"</title>
<updated>2013-11-07T09:28:54Z</updated>
<author>
<name>Chen Gang</name>
<email>gang.chen@asianux.com</email>
</author>
<published>2013-11-07T03:14:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=3b098eb486868d57d7f2666d05b86c19a07df71b'/>
<id>urn:sha1:3b098eb486868d57d7f2666d05b86c19a07df71b</id>
<content type='text'>
When installing, "scripts/headers_install.sh" will strip guard macro'
"_UAPI" to prevent from appearing it to users. And also, all another
files which need uapi prefix always use "_UAPI", not "UAPI".

So use "_UAPI" instead of "UAPI" on the guard macro, and also give a
comment for "#endif".

Signed-off-by: Chen Gang &lt;gang.chen@asianux.com&gt;
Acked-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-kprivate into for-next</title>
<updated>2013-10-22T08:02:57Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2013-10-22T08:02:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=861e66d3418a90f57b31a50110fc70b23569c551'/>
<id>urn:sha1:861e66d3418a90f57b31a50110fc70b23569c551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ALSA: add DICE driver</title>
<updated>2013-10-17T19:18:32Z</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2011-09-04T20:04:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=82fbb4f7b47683077e0716474d4f1ce65a2146cb'/>
<id>urn:sha1:82fbb4f7b47683077e0716474d4f1ce65a2146cb</id>
<content type='text'>
As a start point for further development, this is an incomplete driver
for DICE devices:
- only playback (so no clock source except the bus clock)
- only 44.1 kHz
- no MIDI
- recovery after bus reset is slow
- hwdep device is created, but not actually implemented

Contains compilation fixes by Stefan Richter.

Signed-off-by: Clemens Ladisch &lt;clemens@ladisch.de&gt;
</content>
</entry>
<entry>
<title>ALSA: hdspm - Fix SNDRV_HDSPM_IOCTL_GET_LTC</title>
<updated>2013-08-19T18:09:09Z</updated>
<author>
<name>Adrian Knoth</name>
<email>adi@drcomp.erfurt.thur.de</email>
</author>
<published>2013-08-19T15:20:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b43dd416be21bc8ad60984e13def032f01aaaa18'/>
<id>urn:sha1:b43dd416be21bc8ad60984e13def032f01aaaa18</id>
<content type='text'>
Use struct hdspm_ltc to query the LTC, using a mixer struct is just
plain wrong.

Due to the wrong struct, this ioctl was never working, so we're free to
fix it without breaking userspace compatibility.

Signed-off-by: Adrian Knoth &lt;adi@drcomp.erfurt.thur.de&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>ALSA: Replace the magic number 44 with const</title>
<updated>2013-06-28T10:14:44Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2013-06-28T09:56:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=975cc02a904ae385721f1bdb65eb1bcf707dfaf1'/>
<id>urn:sha1:975cc02a904ae385721f1bdb65eb1bcf707dfaf1</id>
<content type='text'>
The char arrays with size 44 are for the name string of
snd_ctl_elem_id.  Define the constant and replace the raw numbers with
it for clarifying better.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
</feed>
