1<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>struct analog_demod_info</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="ch06s02.html" title="Digital TV (DVB) devices"><link rel="prev" href="API-struct-dvb-tuner-ops.html" title="struct dvb_tuner_ops"><link rel="next" href="API-struct-analog-demod-ops.html" title="struct analog_demod_ops"></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">struct analog_demod_info</span></th></tr><tr><td width="20%" align="left"><a accesskey="p" href="API-struct-dvb-tuner-ops.html">Prev</a> </td><th width="60%" align="center">Digital TV (DVB) devices</th><td width="20%" align="right"> <a accesskey="n" href="API-struct-analog-demod-ops.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="API-struct-analog-demod-info"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>struct analog_demod_info — 2 Information struct for analog TV part of the demod 3 </p></div><div class="refsynopsisdiv"><h2>Synopsis</h2><pre class="programlisting"> 4struct analog_demod_info { 5 char * name; 6}; </pre></div><div class="refsect1"><a name="id-1.8.3.14.5"></a><h2>Members</h2><div class="variablelist"><dl class="variablelist"><dt><span class="term">name</span></dt><dd><p> 7 Name of the analog TV demodulator 8 </p></dd></dl></div></div></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="API-struct-dvb-tuner-ops.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch06s02.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="API-struct-analog-demod-ops.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top"><span class="phrase">struct dvb_tuner_ops</span> </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 analog_demod_ops</span></td></tr></table></div></body></html> 9