From 37c5c114af8b4747dfa0664bf967958baa9a1c91 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 6 Feb 2013 21:55:35 +0100 Subject: Remove BSD legacy TV/radio support (BT848 stuff) FreeBSD actually supports V4L2, and V4L2 supports this chip. Also, this chip is from 1997. Farewell. --- stream/stream_radio.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'stream/stream_radio.h') diff --git a/stream/stream_radio.h b/stream/stream_radio.h index 8e3df1edb9..ac8d19aa1f 100644 --- a/stream/stream_radio.h +++ b/stream/stream_radio.h @@ -28,12 +28,6 @@ typedef struct radio_param_s{ /** name of radio device file */ char* device; -#ifdef CONFIG_RADIO_BSDBT848 - /** minimal allowed frequency */ - float freq_min; - /** maximal allowed frequency */ - float freq_max; -#endif /** radio driver (v4l,v4l2) */ char* driver; /** channels list (see man page) */ -- cgit v1.2.3