From e66b2ec45071f810f84991d3035ef21b6ecdb509 Mon Sep 17 00:00:00 2001 From: Dominik Riebeling Date: Thu, 5 Oct 2006 12:40:13 +0000 Subject: Implement region setting for the fm tuner. The region setting affects deemphasis, band limits and step size. Fixes FS#5929, FS#5928. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11133 a1c6a512-1295-4272-9138-f99709370657 --- apps/settings.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/settings.c') diff --git a/apps/settings.c b/apps/settings.c index d419d4ae8b..ebe0d1e4cd 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -661,6 +661,9 @@ static const struct bit_entry hd_bits[] = {4, S_O(unplug_rw), 0, "rewind duration on pause", NULL}, {1, S_O(unplug_autoresume), 0, "disable autoresume if phones not present", off_on }, #endif +#ifdef CONFIG_TUNER + {2, S_O(fm_region), 0, "fm_region", "eu,us,jp,kr" }, +#endif /* If values are just added to the end, no need to bump the version. */ /* new stuff to be added at the end */ -- cgit v1.2.3