<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rockbox/firmware/drivers/tuner, branch working</title>
<subtitle>My Rockbox tree</subtitle>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/'/>
<entry>
<title>Disable detection of fm radio for the YH920, it's pointless.</title>
<updated>2014-07-26T15:36:12+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2014-07-12T14:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f734eedc1fc014d8358e2c4a26581eec38c2807d'/>
<id>f734eedc1fc014d8358e2c4a26581eec38c2807d</id>
<content type='text'>
Change-Id: Ibabda73046dc523c2bd0b1dfd0644f8882fbb74c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ibabda73046dc523c2bd0b1dfd0644f8882fbb74c
</pre>
</div>
</content>
</entry>
<entry>
<title>Radio and radio recording for Samsung YH-920.</title>
<updated>2014-06-18T18:06:17+00:00</updated>
<author>
<name>Szymon Dziok</name>
<email>b0hoon@o2.pl</email>
</author>
<published>2014-06-17T23:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=eacd76cb80db12adcce74980e69d116911a8cde7'/>
<id>eacd76cb80db12adcce74980e69d116911a8cde7</id>
<content type='text'>
There is no simple method to detect radio through the 3-wire interface, so it's
not implemented for the YH-925 for now. YH-920 always has a radio.

Change-Id: Iea484d752915fcd40dbbbd7dbbf13e81aaf548db
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There is no simple method to detect radio through the 3-wire interface, so it's
not implemented for the YH-925 for now. YH-920 always has a radio.

Change-Id: Iea484d752915fcd40dbbbd7dbbf13e81aaf548db
</pre>
</div>
</content>
</entry>
<entry>
<title>tea5767: properly power up the tuner during detect</title>
<updated>2013-11-21T13:26:24+00:00</updated>
<author>
<name>Lorenzo Miori</name>
<email>memorys60@gmail.com</email>
</author>
<published>2013-11-21T12:15:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=adc503302c65df3cfd7c0f6f900458a27beb5a9c'/>
<id>adc503302c65df3cfd7c0f6f900458a27beb5a9c</id>
<content type='text'>
Change-Id: I5ca5c3ae28db1427e2528cb1740a9199180b9b38
Reviewed-on: http://gerrit.rockbox.org/670
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I5ca5c3ae28db1427e2528cb1740a9199180b9b38
Reviewed-on: http://gerrit.rockbox.org/670
Reviewed-by: Amaury Pouly &lt;amaury.pouly@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tea5760uk: use correct i2c address on the Creative</title>
<updated>2013-10-21T22:34:45+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-10-21T22:31:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=7a65710836c67134f0d3169f768c9840e959c4c6'/>
<id>7a65710836c67134f0d3169f768c9840e959c4c6</id>
<content type='text'>
Actually 0x20 is the right address, the 0x22 applies to the meizu which
probably use a Chinese clone with a non-spec compliant address.

Change-Id: I65b9ab6477c07a2293226536db3e696d34d3bc2c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Actually 0x20 is the right address, the 0x22 applies to the meizu which
probably use a Chinese clone with a non-spec compliant address.

Change-Id: I65b9ab6477c07a2293226536db3e696d34d3bc2c
</pre>
</div>
</content>
</entry>
<entry>
<title>tea5760uk: properly power up the tuner during detect</title>
<updated>2013-10-21T21:54:04+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-10-21T21:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=0463bf4cb252a7719feec4d7fede0e960ed876ed'/>
<id>0463bf4cb252a7719feec4d7fede0e960ed876ed</id>
<content type='text'>
The old was doing register read/writes without calling tuner_power(), this
is broken for target with real tuner power management.

Change-Id: I5e60234697a8b91de6189daf6a10e871d5119b65
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The old was doing register read/writes without calling tuner_power(), this
is broken for target with real tuner power management.

Change-Id: I5e60234697a8b91de6189daf6a10e871d5119b65
</pre>
</div>
</content>
</entry>
<entry>
<title>tea5760uk: add support for TEA5761UK</title>
<updated>2013-10-21T21:52:40+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-10-21T21:52:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9bdf24a4fedadb4844c01c633b97f355abfde6d7'/>
<id>9bdf24a4fedadb4844c01c633b97f355abfde6d7</id>
<content type='text'>
They share most of registers (except test and some extra bits), since our
driver is very basic, it is safe to relax the manufacurer &amp; chip id check.

Change-Id: If54e8b9e0d852cd9128d5e28ff59bd2c7a55d98d
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They share most of registers (except test and some extra bits), since our
driver is very basic, it is safe to relax the manufacurer &amp; chip id check.

Change-Id: If54e8b9e0d852cd9128d5e28ff59bd2c7a55d98d
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix LV24020 tuner chip volume level definition (found by cppcheck)</title>
<updated>2013-03-24T15:03:31+00:00</updated>
<author>
<name>Bertrik Sikken</name>
<email>bertrik@sikken.nl</email>
</author>
<published>2013-03-24T15:03:31+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=9b8f11d94ab2c36dce5fe3ab46d9fd113d9c6e9c'/>
<id>9b8f11d94ab2c36dce5fe3ab46d9fd113d9c6e9c</id>
<content type='text'>
Change-Id: I328cfbd7c9fc6295db2e62f6174f8f4405e281a8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I328cfbd7c9fc6295db2e62f6174f8f4405e281a8
</pre>
</div>
</content>
</entry>
<entry>
<title>stfm1000: comment static unused function</title>
<updated>2013-01-15T19:49:52+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2013-01-15T19:49:52+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=224c6d68f1e7ec889dc6c26e3eec45a65d643421'/>
<id>224c6d68f1e7ec889dc6c26e3eec45a65d643421</id>
<content type='text'>
Change-Id: Ie918a07c72bf9086508731faf658d57a286d922a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie918a07c72bf9086508731faf658d57a286d922a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix copyright headers</title>
<updated>2012-12-29T00:40:35+00:00</updated>
<author>
<name>Amaury Pouly</name>
<email>amaury.pouly@gmail.com</email>
</author>
<published>2012-12-29T00:32:59+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=f7132e4044be078e0f879f73b8d4545811d1cfb2'/>
<id>f7132e4044be078e0f879f73b8d4545811d1cfb2</id>
<content type='text'>
Change-Id: Ie65920b1192e9b737fcc2554d280fbcedfa39800
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie65920b1192e9b737fcc2554d280fbcedfa39800
</pre>
</div>
</content>
</entry>
<entry>
<title>si4700: fix typo</title>
<updated>2012-12-09T14:21:36+00:00</updated>
<author>
<name>Ryan Hitchman</name>
<email>hitchmanr@gmail.com</email>
</author>
<published>2012-12-08T03:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.franklinwei.com/cgit/rockbox/commit/?id=bece6cb9dace1d1e7b40765ceab918178ce996c4'/>
<id>bece6cb9dace1d1e7b40765ceab918178ce996c4</id>
<content type='text'>
Change-Id: I3ebeaf8188fc330921089a148cac1f3ea5740e23
Reviewed-on: http://gerrit.rockbox.org/370
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I3ebeaf8188fc330921089a148cac1f3ea5740e23
Reviewed-on: http://gerrit.rockbox.org/370
Reviewed-by: Bertrik Sikken &lt;bertrik@sikken.nl&gt;
</pre>
</div>
</content>
</entry>
</feed>
