<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/alsa-lib.git/test/midiloop.c, branch master</title>
<subtitle>git.alsa-project.org: http/alsa-lib.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/'/>
<entry>
<title>Fix invalid long long format specifier</title>
<updated>2012-04-24T13:38:45+00:00</updated>
<author>
<name>John Spencer</name>
<email>maillist-alsa@barfooze.de</email>
</author>
<published>2012-04-24T10:58:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=1d3f7975f920f47e6a8a324f547da2180e64171a'/>
<id>1d3f7975f920f47e6a8a324f547da2180e64171a</id>
<content type='text'>
Per POSIX:

       L      Specifies that a following a, A, e, E, f, F, g, or G  conversion
              specifier applies to a long double argument.

L is only intended to be used with long doubles, not long long ints.

the proper way is to use "ll" instead.

Signed-off-by: John Spencer &lt;maillist-alsa@barfooze.de&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Per POSIX:

       L      Specifies that a following a, A, e, E, f, F, g, or G  conversion
              specifier applies to a long double argument.

L is only intended to be used with long doubles, not long long ints.

the proper way is to use "ll" instead.

Signed-off-by: John Spencer &lt;maillist-alsa@barfooze.de&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix printf for size_t</title>
<updated>2011-05-04T07:19:09+00:00</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2011-05-04T07:19:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=6bef13e251200a36dc818f0b40a4a414a93f7553'/>
<id>6bef13e251200a36dc818f0b40a4a414a93f7553</id>
<content type='text'>
Need to use z prefix for size_t type.

midiloop.c: In function ‘main’:
midiloop.c:172:2: warning: format ‘%i’ expects type ‘int’, but argument 2 has type ‘size_t’
....

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Need to use z prefix for size_t type.

midiloop.c: In function ‘main’:
midiloop.c:172:2: warning: format ‘%i’ expects type ‘int’, but argument 2 has type ‘size_t’
....

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>midiloop: use blocking mode</title>
<updated>2007-11-12T07:49:10+00:00</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2007-11-12T07:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=15e936e27710130239a572d394bc66a7fad5ac50'/>
<id>15e936e27710130239a572d394bc66a7fad5ac50</id>
<content type='text'>
Busy waiting is evil - use blocking mode when reading the actual test data.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Busy waiting is evil - use blocking mode when reading the actual test data.
</pre>
</div>
</content>
</entry>
<entry>
<title>midiloop - remove running status test</title>
<updated>2005-04-29T15:19:45+00:00</updated>
<author>
<name>Clemens Ladisch</name>
<email>clemens@ladisch.de</email>
</author>
<published>2005-04-29T15:19:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=b6d9e253119fcd6f09b4bf1fbfa2d561815afe62'/>
<id>b6d9e253119fcd6f09b4bf1fbfa2d561815afe62</id>
<content type='text'>
Do not use running status to prevent errors with devices
that add or remove running status bytes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not use running status to prevent errors with devices
that add or remove running status bytes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes for static build.</title>
<updated>2001-10-24T14:14:11+00:00</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@perex.cz</email>
</author>
<published>2001-10-24T14:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=27472b56a68c2ba7479f345560796b937afbf986'/>
<id>27472b56a68c2ba7479f345560796b937afbf986</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed location of asoundlib.h from sys dir to alsa dir.</title>
<updated>2001-09-11T09:34:13+00:00</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@perex.cz</email>
</author>
<published>2001-09-11T09:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=0a8749a8026976e85ff486aa7872a05c2f0e150b'/>
<id>0a8749a8026976e85ff486aa7872a05c2f0e150b</id>
<content type='text'>
(it means that official location is '#include &lt;alsa/asoundlib.h&gt;')
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(it means that official location is '#include &lt;alsa/asoundlib.h&gt;')
</pre>
</div>
</content>
</entry>
<entry>
<title>* Cleaned the alsa.conf syntax:</title>
<updated>2001-06-15T08:47:59+00:00</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@perex.cz</email>
</author>
<published>2001-06-15T08:47:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=977a9a33f02d289423b16dfdf5b2c8a084a17420'/>
<id>977a9a33f02d289423b16dfdf5b2c8a084a17420</id>
<content type='text'>
  - added pcm.front, pcm.rear, pcm.center_lfe blocks
* Added configuration for EMU10K1 (it's fully working one!!!)
* snd_config_redirect_load-&gt;snd_config_refer_load rename
* snd_config_search_alias code change (works also with pairs base.key)
* cleanups in the evaluate function (the function prototype has been changed)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  - added pcm.front, pcm.rear, pcm.center_lfe blocks
* Added configuration for EMU10K1 (it's fully working one!!!)
* snd_config_redirect_load-&gt;snd_config_refer_load rename
* snd_config_search_alias code change (works also with pairs base.key)
* cleanups in the evaluate function (the function prototype has been changed)
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor bugfix.</title>
<updated>2001-04-27T08:33:22+00:00</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@perex.cz</email>
</author>
<published>2001-04-27T08:33:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=e74a7322cad5128ea00cbdfcca679e4bf5eae67c'/>
<id>e74a7322cad5128ea00cbdfcca679e4bf5eae67c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor changes</title>
<updated>2001-04-27T08:19:53+00:00</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@perex.cz</email>
</author>
<published>2001-04-27T08:19:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=f0c7d62ef9f2a51310a02336c2db13899cffcd63'/>
<id>f0c7d62ef9f2a51310a02336c2db13899cffcd63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ported</title>
<updated>2001-04-24T19:46:14+00:00</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@perex.cz</email>
</author>
<published>2001-04-24T19:46:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/alsa-lib.git/commit/?id=128e71094078c887f6732ab2f6a2ab29da915edf'/>
<id>128e71094078c887f6732ab2f6a2ab29da915edf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
