<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/sound, branch v2.6.13</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=v2.6.13</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.13'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2005-08-24T01:43:40Z</updated>
<entry>
<title>[PATCH] Kconfig fix (ISA_DMA_API and sound/*)</title>
<updated>2005-08-24T01:43:40Z</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=276bd31ce5af01350465861af7aa6a25864eb108'/>
<id>urn:sha1:276bd31ce5af01350465861af7aa6a25864eb108</id>
<content type='text'>
fixed kconfig dependencies on ISA_DMA_API for parts of sound/* that rely
on it.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[ALSA] version 1.0.9b</title>
<updated>2005-07-28T13:50:42Z</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@suse.cz</email>
</author>
<published>2005-07-28T13:50:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=0a97af41b0e77f834acc0870155de616a373e899'/>
<id>urn:sha1:0a97af41b0e77f834acc0870155de616a373e899</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[ALSA] sound/core Fix the sparse warning 'implicit cast to nocast type'</title>
<updated>2005-07-28T10:22:44Z</updated>
<author>
<name>Victor Fusco</name>
<email>victor@cetuc.puc-rio.br</email>
</author>
<published>2005-07-26T11:42:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5a0f217d96656068f0f1e5cda16c35945f979b16'/>
<id>urn:sha1:5a0f217d96656068f0f1e5cda16c35945f979b16</id>
<content type='text'>
Memalloc module,ALSA Core,Instrument layer
Fix the sparse warning 'implicit cast to nocast type'

File/Subsystem:sound/core

Signed-off-by: Victor Fusco &lt;victor@cetuc.puc-rio.br&gt;
Signed-off-by: Domen Puncer &lt;domen@coderock.org&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
<entry>
<title>[ALSA] emu10k1: Add module option uint subsystem.</title>
<updated>2005-07-28T10:22:00Z</updated>
<author>
<name>James Courtier-Dutton</name>
<email>James@superbug.co.uk</email>
</author>
<published>2005-07-06T20:21:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e66bc8b2a7d85166935a2da651b94efb9e7a2f11'/>
<id>urn:sha1:e66bc8b2a7d85166935a2da651b94efb9e7a2f11</id>
<content type='text'>
EMU10K1/EMU10K2 driver
It allows the user to force the snd-emu10k1 module to think the user
has a particular sound card. Useful if their particular sound card
is not yet recognised.

Signed-off-by: James Courtier-Dutton &lt;James@superbug.co.uk&gt;
</content>
</entry>
<entry>
<title>[ALSA] cleanup and typo-correction</title>
<updated>2005-07-28T10:09:46Z</updated>
<author>
<name>Henrik Kretzschmar</name>
<email>henne@nachtwindheim.de</email>
</author>
<published>2005-06-29T17:31:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d5750f67853350373fc1d5698c3a58ea16eddf4c'/>
<id>urn:sha1:d5750f67853350373fc1d5698c3a58ea16eddf4c</id>
<content type='text'>
ALSA Core
This patch changes, adds and remove some comments, which will
make now more sense and fit on a 80-char line. It also changes
the order of snd_power_wait() to make the file more readable.
It removes the device.c comment in front of _snd_minor,
cause snd_minor has nothing to do with device.c.
The both typos in the kernel-docs were corrected too.

Signed-off-by: Henrik Kretzschmar &lt;henne@nachtwindheim.de&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] clean up inline static vs static inline</title>
<updated>2005-07-27T23:26:20Z</updated>
<author>
<name>Jesper Juhl</name>
<email>juhl@dif.dk</email>
</author>
<published>2005-07-27T18:46:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=77933d7276ee8fa0e2947641941a6f7a100a327b'/>
<id>urn:sha1:77933d7276ee8fa0e2947641941a6f7a100a327b</id>
<content type='text'>
`gcc -W' likes to complain if the static keyword is not at the beginning of
the declaration.  This patch fixes all remaining occurrences of "inline
static" up with "static inline" in the entire kernel tree (140 occurrences in
47 files).

While making this change I came across a few lines with trailing whitespace
that I also fixed up, I have also added or removed a blank line or two here
and there, but there are no functional changes in the patch.

Signed-off-by: Jesper Juhl &lt;juhl-lkml@dif.dk&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] create a kstrdup library function</title>
<updated>2005-06-23T16:45:18Z</updated>
<author>
<name>Paulo Marques</name>
<email>pmarques@grupopie.com</email>
</author>
<published>2005-06-23T07:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=543537bd922692bc978e2e356fcd8bfc9c2ee7d5'/>
<id>urn:sha1:543537bd922692bc978e2e356fcd8bfc9c2ee7d5</id>
<content type='text'>
This patch creates a new kstrdup library function and changes the "local"
implementations in several places to use this function.

Most of the changes come from the sound and net subsystems.  The sound part
had already been acknowledged by Takashi Iwai and the net part by David S.
Miller.

I left UML alone for now because I would need more time to read the code
carefully before making changes there.

Signed-off-by: Paulo Marques &lt;pmarques@grupopie.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[ALSA] Add const prefix</title>
<updated>2005-06-22T10:28:54Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2005-06-13T12:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b636a71d9b9525ee51ca872d461817a5bd5c39fd'/>
<id>urn:sha1:b636a71d9b9525ee51ca872d461817a5bd5c39fd</id>
<content type='text'>
Control Midlevel
Add const prefix to snd_kcontrol_new_t pointer for better protection.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>[ALSA] Add HDSP MADI driver</title>
<updated>2005-06-22T10:28:11Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2005-06-03T09:25:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=763f356cd8de9e158836d236b3fd9dd149d696f9'/>
<id>urn:sha1:763f356cd8de9e158836d236b3fd9dd149d696f9</id>
<content type='text'>
HDSPM driver,PCI drivers,RME9652 driver
Added RME Hammerfall DSP MADI driver by Winfried Ritsch.
(Moved from alsa-driver tree to mainline.)

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
</content>
</entry>
<entry>
<title>[ALSA] AC97 - renamed vendor/device to subvendor/subdevice where appropriate</title>
<updated>2005-06-22T10:27:34Z</updated>
<author>
<name>Jaroslav Kysela</name>
<email>perex@suse.cz</email>
</author>
<published>2005-05-30T12:48:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=69ad07cf98d0ef65cac67bac2ea4381bb499bea8'/>
<id>urn:sha1:69ad07cf98d0ef65cac67bac2ea4381bb499bea8</id>
<content type='text'>
AC97 Codec,ATIIXP driver,VIA82xx driver
To avoid confusion, the structure members vendor/device were renamed
to subvendor/subdevice, because we compare them with PCI subsystem vendor
and subsystem device.

Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
</content>
</entry>
</feed>
