1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>enum tuner_mode</title><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="index.html" title="Linux Device Drivers"><link rel="up" href="mediadev.html#id-1.8.2" title="Video2Linux devices"><link rel="prev" href="mediadev.html" title="Chapter 6. Media Devices"><link rel="next" href="API-struct-tuner-setup.html" title="struct tuner_setup"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="phrase">enum tuner_mode</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="mediadev.html">Prev</a> </td><th width="60%" align="center">Video2Linux devices</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-tuner-setup.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-enum-tuner-mode"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>enum tuner_mode — 2 Mode of the tuner 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4enum tuner_mode { 5 T_RADIO, 6 T_ANALOG_TV 7}; </pre></div><div class="refsect1"><a name="id-1.8.2.2.5"></a><h2>Constants</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">T_RADIO</span></dt><dd><p> 8Tuner core will work in radio mode 9 </p></dd><dt><span class="term">T_ANALOG_TV</span></dt><dd><p> 10Tuner core will work in analog TV mode 11 </p></dd></dl></div></div><div class="refsect1"><a name="id-1.8.2.2.6"></a><h2>Description</h2><p> 12 Older boards only had a single tuner device, but some devices have a 13 separate tuner for radio. In any case, the tuner-core needs to know if 14 the tuner chip(s) will be used in radio mode or analog TV mode, as, on 15 radio mode, frequencies are specified on a different range than on TV 16 mode. This enum is used by the tuner core in order to work with the 17 proper tuner range and eventually use a different tuner chip while in 18 radio mode. 19</p></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="mediadev.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="mediadev.html#id-1.8.2">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-tuner-setup.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 6. Media Devices </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> <span class="phrase">struct tuner_setup</span></td></tr></table></div></body></html> 20