Lines Matching +full:fine +full:- +full:tuning
32 .Nd device-independent radio driver layer
55 .Bl -tag -width indent -compact
58 of search to the driver \- 0 to search down and any non-zero value to search up.
64 .Bd -literal
73 #define RADIO_CAPS_DETECT_STEREO (1<<0)
74 #define RADIO_CAPS_DETECT_SIGNAL (1<<1)
75 #define RADIO_CAPS_SET_MONO (1<<2)
76 #define RADIO_CAPS_HW_SEARCH (1<<3)
77 #define RADIO_CAPS_HW_AFC (1<<4)
78 #define RADIO_CAPS_REFERENCE_FREQ (1<<5)
79 #define RADIO_CAPS_LOCK_SENSITIVITY (1<<6)
80 #define RADIO_CARD_TYPE (0xFF<<16)
82 #define RADIO_INFO_STEREO (1<<0)
83 #define RADIO_INFO_SIGNAL (1<<1)
85 #define RADIO_TUNER_MODE_RADIO (1<<0)
86 #define RADIO_TUNER_MODE_TV (1<<1)
120 field is the current tuning mode of the tuner.
123 .Bl -tag -width indent -compact
132 field is read-only and describes the card capabilities.
135 .Bl -tag -width indent -compact
159 field is read-only and describes the current state of the card \-
162 .Bl -tag -width indent -compact
176 The tuner uses the current channel set to derive the tuning frequency
181 .Bl -tag -width indent -compact
211 The TEA5757; TEA5759 is a 44-pin integrated AM/FM stereo radio circuit.
213 The TEA5757 is used in FM-standards in which the local oscillator frequency
219 The TEA5757; TEA5759 has a 25-bit read-write shift register.
224 .Bl -tag -width /dev/radio -compact
241 .An -nosplit