summaryrefslogtreecommitdiff
path: root/firmware/export/hwcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hwcompat.h')
-rw-r--r--firmware/export/hwcompat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/hwcompat.h b/firmware/export/hwcompat.h
index bffb76e3ef..bebca68a6c 100644
--- a/firmware/export/hwcompat.h
+++ b/firmware/export/hwcompat.h
@@ -46,4 +46,11 @@
46bool is_new_player(void); 46bool is_new_player(void);
47#endif 47#endif
48 48
49#ifdef CONFIG_TUNER_MULTI
50static inline int tuner_detect_type(void)
51{
52 return (HW_MASK & TUNER_MODEL) ? TEA5767 : S1A0903X01;
53}
54#endif
55
49#endif /* HWCOMPAT_H */ 56#endif /* HWCOMPAT_H */