<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/sound, branch v2.6.17.7</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/sound?h=v2.6.17.7</id>
<link rel='self' href='https://git.amat.us/linux/atom/sound?h=v2.6.17.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2006-07-25T03:35:27Z</updated>
<entry>
<title>ALSA: RME HDSP - fixed proc interface (missing {})</title>
<updated>2006-07-25T03:35:27Z</updated>
<author>
<name>Remy Bruno</name>
<email>remy.bruno@trinnov.com</email>
</author>
<published>2006-07-13T18:12:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7c7b60b196c9fd91425cb801ad3f317961310c12'/>
<id>urn:sha1:7c7b60b196c9fd91425cb801ad3f317961310c12</id>
<content type='text'>
From: Remy Bruno &lt;remy.bruno@trinnov.com&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: hda-intel - Fix race in remove</title>
<updated>2006-07-25T03:35:27Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e8967dfa4074fef1a114169b58ba05730165d143'/>
<id>urn:sha1:e8967dfa4074fef1a114169b58ba05730165d143</id>
<content type='text'>
Call iounmap after free_irq to avoid invalid accesses in the
shared irq.  The patch is taken from
	https://bugzilla.novell.com/show_bug.cgi?id=167869

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: Fix workaround for AD1988A rev2 codec</title>
<updated>2006-07-25T03:35:27Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:16:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=7dd9dac03853e21bcc38f681bf01a890c24e1d15'/>
<id>urn:sha1:7dd9dac03853e21bcc38f681bf01a890c24e1d15</id>
<content type='text'>
Fix the workaround for AD1988A rev2 codec not to apply to AD1988B codec
chips.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: Fix undefined (missing) references in ISA MIRO sound driver</title>
<updated>2006-07-25T03:35:26Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5b6aeb44a10c08019f3d53c85de82317658e2ef5'/>
<id>urn:sha1:5b6aeb44a10c08019f3d53c85de82317658e2ef5</id>
<content type='text'>
WARNING: /lib/modules/2.6.18-rc1-mm1/kernel/sound/isa/opti9xx/snd-miro.ko needs unknown symbol snd_cs4231_create
WARNING: /lib/modules/2.6.18-rc1-mm1/kernel/sound/isa/opti9xx/snd-miro.ko needs unknown symbol snd_cs4231_pcm
WARNING: /lib/modules/2.6.18-rc1-mm1/kernel/sound/isa/opti9xx/snd-miro.ko needs unknown symbol snd_cs4231_timer
WARNING: /lib/modules/2.6.18-rc1-mm1/kernel/sound/isa/opti9xx/snd-miro.ko needs unknown symbol snd_cs4231_mixer
WARNING: /lib/modules/2.6.18-rc1-mm1/kernel/fs/reiser4/reiser4.ko needs unknown symbol generic_file_read

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: fix the SND_FM801_TEA575X dependencies</title>
<updated>2006-07-25T03:35:26Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:09:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=08d60485398b5c66b6084ba210a5a12faa02e2fa'/>
<id>urn:sha1:08d60485398b5c66b6084ba210a5a12faa02e2fa</id>
<content type='text'>
CONFIG_SND_FM801=y, CONFIG_SND_FM801_TEA575X=m resulted in the following
compile error:
&lt;--  snip  --&gt;
...
  LD      vmlinux
sound/built-in.o: In function 'snd_fm801_free':
fm801.c:(.text+0x3c15b): undefined reference to 'snd_tea575x_exit'
sound/built-in.o: In function 'snd_card_fm801_probe':
fm801.c:(.text+0x3cfde): undefined reference to 'snd_tea575x_init'
make: *** [vmlinux] Error 1
&lt;--  snip  --&gt;
This patch fixes kernel Bugzilla #6458.

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: Fix mute switch on VAIO laptops with STAC7661</title>
<updated>2006-07-25T03:35:26Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:17:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=eca58f40f141b0a209dd487ca0a0886ba8279bea'/>
<id>urn:sha1:eca58f40f141b0a209dd487ca0a0886ba8279bea</id>
<content type='text'>
Fixed the master mute switch on VAIO laptops with STAC7661
codec chip.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: Fix model for HP dc7600</title>
<updated>2006-07-25T03:35:26Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:27:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=4b5ae6ca7b23f85091be1c17286762e58e2b700f'/>
<id>urn:sha1:4b5ae6ca7b23f85091be1c17286762e58e2b700f</id>
<content type='text'>
Changed the assigned model for HP dc7600 with ALC260 codec
to match better with the actual I/O assignment.
Patch taken from ALSA bug#2157.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: Fix missing array terminators in AD1988 codec support</title>
<updated>2006-07-25T03:35:26Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:15:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=27f1b268d39125a116080a5831c883b6b276a97a'/>
<id>urn:sha1:27f1b268d39125a116080a5831c883b6b276a97a</id>
<content type='text'>
Fixed the missing array terminators in AD1988 codec support code.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: Fix a deadlock in snd-rtctimer</title>
<updated>2006-07-25T03:35:26Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=62d99ac2aeb0a91d7f5f3a4f1532c686b736b37e'/>
<id>urn:sha1:62d99ac2aeb0a91d7f5f3a4f1532c686b736b37e</id>
<content type='text'>
Fix an occasional deadlock occuring with snd-rtctimer driver,
added irqsave to the lock in tasklet (ALSA bug#952).

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Jaroslav Kysela &lt;perex@suse.cz&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>ALSA: au88x0 - Fix 64bit address of MPU401 MMIO port</title>
<updated>2006-07-25T03:35:25Z</updated>
<author>
<name>Takashi Iwai</name>
<email>tiwai@suse.de</email>
</author>
<published>2006-07-13T18:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=954d53d3ea28bcd12396f7d26b78dd16719246c6'/>
<id>urn:sha1:954d53d3ea28bcd12396f7d26b78dd16719246c6</id>
<content type='text'>
Fix 64bit address of MPU401 MMIO port on au88x0 chip.

Signed-off-by: Takashi Iwai &lt;tiwai@suse.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
