<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/drivers/media/video/tvaudio.c, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2012-08-15T19:42:14+00:00</updated>
<entry>
<title>[media] move i2c files into drivers/media/i2c</title>
<updated>2012-08-15T19:42:14+00:00</updated>
<author>
<name>Mauro Carvalho Chehab</name>
<email>mchehab@redhat.com</email>
</author>
<published>2012-08-14T19:23:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=cb7a01ac324bf2ee2c666f37ac867e4135f9785a'/>
<id>urn:sha1:cb7a01ac324bf2ee2c666f37ac867e4135f9785a</id>
<content type='text'>
Move ancillary I2C drivers into drivers/media/i2c, in order to
better organize them.

Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: rename getmode and setmode</title>
<updated>2012-06-25T14:01:29+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-17T10:53:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=7bcfdf0f703211cdc85ee240e44f8773246902d8'/>
<id>urn:sha1:7bcfdf0f703211cdc85ee240e44f8773246902d8</id>
<content type='text'>
This is basically s/getmode/getrxsubchans/ and s/setmode/setaudmode/
with some whitespace adjustment in affected lines to please the eye.
The rename is done to point out their relation to the rxsubchans and
audmode fields of struct v4l2_tuner.

I also corrected a commented out call to v4l_dbg in one of the lines.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Acked-by: Hans Verkuil &lt;hans.verkuil@cisco.com&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: don't report mono when stereo is received</title>
<updated>2012-06-18T23:46:42+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1884e298c1790a24991c518a8cb8f18ab41f4376'/>
<id>urn:sha1:1884e298c1790a24991c518a8cb8f18ab41f4376</id>
<content type='text'>
The V4L2 spec says reporting mono and stereo at the same time means
the hardware can not distinguish between the two. So when we can,
we should report only one of them.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: support V4L2_TUNER_MODE_LANG1_LANG2</title>
<updated>2012-06-18T23:46:41+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=9e019e075e03814d27c353e5e92a704d10238c13'/>
<id>urn:sha1:9e019e075e03814d27c353e5e92a704d10238c13</id>
<content type='text'>
Many of the audio decoders handled by the driver support this mode,
so the driver should support it as well.

Coding style errors are done to blend into the surrounding code.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: obey V4L2 tuner audio matrix</title>
<updated>2012-06-18T23:46:40+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e21adca897ee3744d15b805321012f9c40d3659c'/>
<id>urn:sha1:e21adca897ee3744d15b805321012f9c40d3659c</id>
<content type='text'>
V4L2 specifies the audio mode to use for combinations of possible
(rxsubchans) and requested (audmode) audio modes. Up to now tvaudio
has made these decisions automatically based on the possible audio
modes from setting of the frequency until VIDIOC_S_TUNER was called.
It then forced the hardware to use the mode requested by the user.
With this patch it continues to adjust the audio mode while taking
the requested mode into account.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: use V4L2_TUNER_SUB_* for bitfields</title>
<updated>2012-06-18T23:46:39+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3322a59e095d648883fe68909df1b8f13ab096a9'/>
<id>urn:sha1:3322a59e095d648883fe68909df1b8f13ab096a9</id>
<content type='text'>
The V4L2_TUNER_MODE_* constants are not suited for use in bitfields.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: don't use thread for TA8874Z</title>
<updated>2012-06-18T23:46:38+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f3647b14ffa2e8d42860bacda3a9b52366726c8a'/>
<id>urn:sha1:f3647b14ffa2e8d42860bacda3a9b52366726c8a</id>
<content type='text'>
Judging from the data sheet it will automatically switch to the next
best audio mode in accordance with the V4L2 tuner audio matrix.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: remove watch_stereo</title>
<updated>2012-06-18T23:46:37+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c799cfc57c98e603f62f1d79d48ff4418c99f6d6'/>
<id>urn:sha1:c799cfc57c98e603f62f1d79d48ff4418c99f6d6</id>
<content type='text'>
It is never read and only assigned 0.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: use V4L2_TUNER_MODE_SAP for TDA985x SAP</title>
<updated>2012-06-18T23:46:36+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=00fb18503fee608beee5fb11cb8a6db8533e7e86'/>
<id>urn:sha1:00fb18503fee608beee5fb11cb8a6db8533e7e86</id>
<content type='text'>
As V4L2_TUNER_MODE_SAP == V4L2_TUNER_MODE_LANG2, we make
V4L2_TUNER_MODE_LANG1 equal to V4L2_TUNER_MODE_STEREO.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
<entry>
<title>[media] tvaudio: fix tda8425_setmode</title>
<updated>2012-06-18T23:46:34+00:00</updated>
<author>
<name>Daniel Glöckner</name>
<email>daniel-gl@gmx.net</email>
</author>
<published>2012-06-10T00:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=f952848ddd441003ebd312533edf800f4c77a9aa'/>
<id>urn:sha1:f952848ddd441003ebd312533edf800f4c77a9aa</id>
<content type='text'>
The passed audio mode is not a bitfield.

Signed-off-by: Daniel Glöckner &lt;daniel-gl@gmx.net&gt;
Signed-off-by: Mauro Carvalho Chehab &lt;mchehab@redhat.com&gt;
</content>
</entry>
</feed>
