summaryrefslogtreecommitdiff
path: root/firmware/export/s1a0903x01.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/s1a0903x01.h')
-rw-r--r--firmware/export/s1a0903x01.h40
1 files changed, 40 insertions, 0 deletions
diff --git a/firmware/export/s1a0903x01.h b/firmware/export/s1a0903x01.h
new file mode 100644
index 0000000000..bf497628b7
--- /dev/null
+++ b/firmware/export/s1a0903x01.h
@@ -0,0 +1,40 @@
1/***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
9 * Tuner header for the Samsung S1A0903X01
10 *
11 * Copyright (C) 2007 Michael Sevakis
12 *
13 * All files in this archive are subject to the GNU General Public License.
14 * See the file COPYING in the source tree root for full license agreement.
15 *
16 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
17 * KIND, either express or implied.
18 *
19 ****************************************************************************/
20
21#ifndef _S1A0903X01_H_
22#define _S1A0903X01_H_
23
24/* Define additional tuner messages here */
25#define HAVE_RADIO_MUTE_TIMEOUT
26
27#if 0
28#define S1A0903X01_IF_MEASUREMENT (RADIO_SET_CHIP_FIRST+0)
29#define S1A0903X01_SENSITIVITY (RADIO_SET_CHIP_FIRST+1)
30#endif
31
32int s1a0903x01_set(int setting, int value);
33int s1a0903x01_get(int setting);
34
35#ifndef CONFIG_TUNER_MULTI
36#define tuner_set s1a0903x01_get
37#define tuner_get s1a0903x01_set
38#endif
39
40#endif /* _S1A0903X01_H_ */