aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/radio-tea5777.h
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2012-08-10 14:49:59 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-13 16:42:10 -0400
commitd7aab0bf9dbd658c25e815aa034042aed6801f3e (patch)
treeb313d4eef4973ca28a3673ca367c6ef7c0cc82da /drivers/media/radio/radio-tea5777.h
parent4fad5c474f9078dd133996cabaffdb5df8a1e28e (diff)
[media] radio-tea5777: Add support for tuning AM
This completes my work on the Griffin radioSHARK2 driver, let me use this opportunity to thank Hisaaki Shibata for his generous donation of a Griffin radioSHARK2 to me, which has made this driver possible. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/radio/radio-tea5777.h')
-rw-r--r--drivers/media/radio/radio-tea5777.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/radio/radio-tea5777.h b/drivers/media/radio/radio-tea5777.h
index 55cbd78df5ed..ffbae9ca84eb 100644
--- a/drivers/media/radio/radio-tea5777.h
+++ b/drivers/media/radio/radio-tea5777.h
@@ -68,7 +68,9 @@ struct radio_tea5777 {
68 bool has_am; /* Device can tune to AM freqs */ 68 bool has_am; /* Device can tune to AM freqs */
69 bool write_before_read; /* must write before read quirk */ 69 bool write_before_read; /* must write before read quirk */
70 bool needs_write; /* for write before read quirk */ 70 bool needs_write; /* for write before read quirk */
71 u32 band; /* current band */
71 u32 freq; /* current frequency */ 72 u32 freq; /* current frequency */
73 u32 audmode; /* last set audmode */
72 u32 seek_rangelow; /* current hwseek limits */ 74 u32 seek_rangelow; /* current hwseek limits */
73 u32 seek_rangehigh; 75 u32 seek_rangehigh;
74 u32 read_reg; 76 u32 read_reg;