<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mediapointer-dvb-s2/linux/include/sound, branch master</title>
<subtitle>Mediapointer DVB-S2 driver
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/'/>
<entry>
<title>tea575x-tuner: convert it to V4L2 API</title>
<updated>2009-02-27T14:51:24+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2009-02-27T14:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=e23e03dc509f8644678aa10be2b84259fb0b29ab'/>
<id>e23e03dc509f8644678aa10be2b84259fb0b29ab</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;

Priority: normal

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>v4l2: introduce v4l2_file_operations.</title>
<updated>2008-12-30T09:58:20+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-12-30T09:58:20+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=c91fcc9b460397a85a6bd1d8f441d8da5abac415'/>
<id>c91fcc9b460397a85a6bd1d8f441d8da5abac415</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Introduce a struct v4l2_file_operations for v4l2 drivers.

Remove the unnecessary inode argument.

Move compat32 handling (and llseek) into the v4l2-dev core: this is now
handled in the v4l2 core and no longer in the drivers themselves.

Note that this changeset reverts an earlier patch that changed the return
type of__video_ioctl2 from int to long. This change will be reinstated
later in a much improved version.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Introduce a struct v4l2_file_operations for v4l2 drivers.

Remove the unnecessary inode argument.

Move compat32 handling (and llseek) into the v4l2-dev core: this is now
handled in the v4l2 core and no longer in the drivers themselves.

Note that this changeset reverts an earlier patch that changed the return
type of__video_ioctl2 from int to long. This change will be reinstated
later in a much improved version.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tea575x-tuner: replace video_exclusive_open/release</title>
<updated>2008-08-23T07:52:00+00:00</updated>
<author>
<name>Hans Verkuil</name>
<email>hverkuil@xs4all.nl</email>
</author>
<published>2008-08-23T07:52:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=33532a9370a8af24bb2332219dedf45570e50531'/>
<id>33532a9370a8af24bb2332219dedf45570e50531</id>
<content type='text'>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Move the video_exclusive_open/release functionality into the
driver itself.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;

Move the video_exclusive_open/release functionality into the
driver itself.

Priority: normal

Signed-off-by: Hans Verkuil &lt;hverkuil@xs4all.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>backport kernel commit 69252128ec628e9d19739db0101e1826d993aecb</title>
<updated>2008-02-05T11:57:44+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2008-02-05T11:57:44+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=debafa4c14110eb6c01ab9756953c5f9cd351f05'/>
<id>debafa4c14110eb6c01ab9756953c5f9cd351f05</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Original Changelog:
Author: Andy Shevchenko &lt;andy@smile.org.ua&gt;
Date:   Thu Jan 24 18:11:53 2008 +0100

    [ALSA] fm801 - Add mute support for FM-only card with FM801 PCI to tuner bridge

    This is improvement of the early support of the FM-only cards where the
    fm801 chip represents the PCI to tuner bridge.
    The tuner initialization isn't included the mute on as well as mute support
    via V4L request. Proposed patch should fix this at least for 64-PCR model.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Original Changelog:
Author: Andy Shevchenko &lt;andy@smile.org.ua&gt;
Date:   Thu Jan 24 18:11:53 2008 +0100

    [ALSA] fm801 - Add mute support for FM-only card with FM801 PCI to tuner bridge

    This is improvement of the early support of the FM-only cards where the
    fm801 chip represents the PCI to tuner bridge.
    The tuner initialization isn't included the mute on as well as mute support
    via V4L request. Proposed patch should fix this at least for 64-PCR model.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>backport changeset c1017a4cdb68ae5368fbc9ee42c77f1f5dca8916</title>
<updated>2007-10-17T14:44:30+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2007-10-17T14:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=b697a8c436b9b9251711908b3da7aed6cb984460'/>
<id>b697a8c436b9b9251711908b3da7aed6cb984460</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Original description:
    Author: Jaroslav Kysela &lt;perex@perex.cz&gt;
    Date:   Mon Oct 15 09:50:19 2007 +0200

    [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Original description:
    Author: Jaroslav Kysela &lt;perex@perex.cz&gt;
    Date:   Mon Oct 15 09:50:19 2007 +0200

    [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix kernel backwards-compat for tea575x-tuner.[ch]</title>
<updated>2006-09-11T17:50:51+00:00</updated>
<author>
<name>Michael Krufky</name>
<email>mkrufky@linuxtv.org</email>
</author>
<published>2006-09-11T17:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=f61eebe86ec6ec2b91143727b0884d7c1f5bb59f'/>
<id>f61eebe86ec6ec2b91143727b0884d7c1f5bb59f</id>
<content type='text'>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

Signed-off-by: Michael Krufky &lt;mkrufky@linuxtv.org&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Allow compilation of the audio drivers</title>
<updated>2006-08-31T20:52:53+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@infradead.org</email>
</author>
<published>2006-08-31T20:52:53+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/mediapointer-dvb-s2/commit/?id=49ba52cb46919c8a46c318e77edd1845b9f51178'/>
<id>49ba52cb46919c8a46c318e77edd1845b9f51178</id>
<content type='text'>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Now, make will compile also the audio drivers at the tree.
By default, they will not be installed. A new option were
added to install those files:
	make sound-install

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;


</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
From: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;

Now, make will compile also the audio drivers at the tree.
By default, they will not be installed. A new option were
added to install those files:
	make sound-install

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@infradead.org&gt;


</pre>
</div>
</content>
</entry>
</feed>
