<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/media, branch v2.6.15</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>[PATCH] Simplify the VIDEO_SAA7134_OSS Kconfig dependency line</title>
<updated>2005-12-29T21:21:16+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2005-12-29T21:07:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9e625ff8a37aefcc177b19614ffcffb5bc6eeea1'/>
<id>9e625ff8a37aefcc177b19614ffcffb5bc6eeea1</id>
<content type='text'>
Thanks to Roman Zippel for the suggestion.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
[ Short explanation: Kconfig uses ternary math: n/m/y, and !m is m ]
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Roman Zippel for the suggestion.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
[ Short explanation: Kconfig uses ternary math: n/m/y, and !m is m ]
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] Fix recursive config dependency for SAA7134</title>
<updated>2005-12-29T18:26:36+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux-fr.org</email>
</author>
<published>2005-12-28T20:02:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=80c72579f74fcfcd63e27c5e317091cb35bb1f12'/>
<id>80c72579f74fcfcd63e27c5e317091cb35bb1f12</id>
<content type='text'>
Fix the cyclic dependency issue between CONFIG_SAA7134_ALSA and
CONFIG_SAA7134_OSS (credits to Mauro Carvalho Chehab.)

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the cyclic dependency issue between CONFIG_SAA7134_ALSA and
CONFIG_SAA7134_OSS (credits to Mauro Carvalho Chehab.)

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Acked-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB (3191): Fix CC output</title>
<updated>2005-12-22T09:55:12+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2005-12-20T11:48:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=515432aa7ae75ea493099f38adc14a99436fa1ac'/>
<id>515432aa7ae75ea493099f38adc14a99436fa1ac</id>
<content type='text'>
- CC data was swapped the wrong way around.
- Enabling CC disabled XDS and vice versa: these two should
be independent from one another.

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- CC data was swapped the wrong way around.
- Enabling CC disabled XDS and vice versa: these two should
be independent from one another.

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L/DVB (3200): Fix saa7134 ALSA/OSS collisions</title>
<updated>2005-12-22T09:55:06+00:00</updated>
<author>
<name>Ricardo Cerqueira</name>
<email>v4l@cerqueira.org</email>
</author>
<published>2005-12-20T20:26:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7bb9529602f8bb41a92275825b808a42ed33e5be'/>
<id>7bb9529602f8bb41a92275825b808a42ed33e5be</id>
<content type='text'>
- When ALSA or OSS are loaded, check if the other is present
Fixed hotplug notifiers cleanup on module removal
- The saa7134 DMA sound modules now have their own Kconfig entries, and
if built statically enforce exclusivity
- SND_PCM_OSS isn't necessary for the OSS driver

Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- When ALSA or OSS are loaded, check if the other is present
Fixed hotplug notifiers cleanup on module removal
- The saa7134 DMA sound modules now have their own Kconfig entries, and
if built statically enforce exclusivity
- SND_PCM_OSS isn't necessary for the OSS driver

Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Initialize drivers/media/video/saa7134 late</title>
<updated>2005-12-21T22:52:32+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@g5.osdl.org</email>
</author>
<published>2005-12-21T22:52:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c7ac6b42ffba28c350cbcd48268f46689f6eb1cc'/>
<id>c7ac6b42ffba28c350cbcd48268f46689f6eb1cc</id>
<content type='text'>
When compiled-in, make sure the sound system has initialized
before these drivers do.

Reported by Adrian Bunk &lt;bunk@stusta.de&gt;

(The right fix would be to make the sound core use "subsys_initcall()"
and thus initialize before all normal drivers, but this is the quick
and limited safe fix for 2.6.15).

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When compiled-in, make sure the sound system has initialized
before these drivers do.

Reported by Adrian Bunk &lt;bunk@stusta.de&gt;

(The right fix would be to make the sound core use "subsys_initcall()"
and thus initialize before all normal drivers, but this is the quick
and limited safe fix for 2.6.15).

Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] V4L/DVB (3189): Fix a broken logic that didn't cover all standards.</title>
<updated>2005-12-19T10:54:11+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@brturbo.com.br</email>
</author>
<published>2005-12-19T10:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=468a0a54aabdac72e9c7bbd4f8372f1df2d9f0ae'/>
<id>468a0a54aabdac72e9c7bbd4f8372f1df2d9f0ae</id>
<content type='text'>
- Fix a broken logic that didn't cover all standards.
- Fix compilation failure with gcc 2.95.3.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix a broken logic that didn't cover all standards.
- Fix compilation failure with gcc 2.95.3.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] V4L/DVB (3181): Enable SPDIF output for DVB-S rev 2.3</title>
<updated>2005-12-19T10:54:11+00:00</updated>
<author>
<name>Oliver Endriss</name>
<email>o.endriss@gmx.de</email>
</author>
<published>2005-12-19T10:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=60edb13759096097b7208843dc9b7582a7d14c61'/>
<id>60edb13759096097b7208843dc9b7582a7d14c61</id>
<content type='text'>
- Enable SPDIF output for DVB-S rev 2.3. Firmware 2623 or higher required.

Signed-off-by: Oliver Endriss &lt;o.endriss@gmx.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Enable SPDIF output for DVB-S rev 2.3. Firmware 2623 or higher required.

Signed-off-by: Oliver Endriss &lt;o.endriss@gmx.de&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] V4L/DVB (3180): Fix tuner 100 definition for hauppauge eeprom</title>
<updated>2005-12-19T10:54:11+00:00</updated>
<author>
<name>Ricardo Cerqueira</name>
<email>v4l@cerqueira.org</email>
</author>
<published>2005-12-19T10:54:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3338761e6c52a8dee631dcc69129c625801ab132'/>
<id>3338761e6c52a8dee631dcc69129c625801ab132</id>
<content type='text'>
- Tuner 100 is the TUNER_PHILIPS_FMD1216ME_MK3, not TUNER_ABSENT. This
was causing the tuner module to be skipped, and rendered boards with this
value in the eeprom (like the HVR1100) unable to tune

Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Tuner 100 is the TUNER_PHILIPS_FMD1216ME_MK3, not TUNER_ABSENT. This
was causing the tuner module to be skipped, and rendered boards with this
value in the eeprom (like the HVR1100) unable to tune

Signed-off-by: Ricardo Cerqueira &lt;v4l@cerqueira.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] V4L/DVB (3188): Fix compilation failure with gcc 2.95.3.</title>
<updated>2005-12-19T10:53:59+00:00</updated>
<author>
<name>Jean Delvare</name>
<email>khali@linux\-fr.org</email>
</author>
<published>2005-12-19T10:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f85c657ff1f712abd5207a95fba8a5fcc282ab04'/>
<id>f85c657ff1f712abd5207a95fba8a5fcc282ab04</id>
<content type='text'>
- Fix compilation failure with gcc 2.95.3.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix compilation failure with gcc 2.95.3.

Signed-off-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@brturbo.com.br&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] dst_ca __user annotations, portability fixes</title>
<updated>2005-12-15T18:04:31+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2005-12-15T09:18:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=94299171dd269aab0c97f6254cedb381f10e6348'/>
<id>94299171dd269aab0c97f6254cedb381f10e6348</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
