summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/drivers/tuner/lv24020lp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/drivers/tuner/lv24020lp.c b/firmware/drivers/tuner/lv24020lp.c
index 533445f..bb137d6 100644
--- a/firmware/drivers/tuner/lv24020lp.c
+++ b/firmware/drivers/tuner/lv24020lp.c
@@ -243,7 +243,7 @@ static int fd_log = -1;
#define TONE_LVL_SET(x) ((x) << 4)
#define VOL_LVL(x) ((x) & 0xf)
#define VOL_LVL_GET(x) ((x) & 0xf)
- #define VOL_LVL_SET(x) ((x) << 4)
+ #define VOL_LVL_SET(x) ((x) << 0)
/* W */
#define AUDIO_CTRL2 (0x0a + BLK2_START)
@@ -554,7 +554,7 @@ static void set_frequency(int freq)
*
* For example: when the IF frequency of LV2400x is preset at 110 kHz,
* it must be tuned at 88.51 MHz to receive the radio station at 88.4 MHz.
- * -- AN2400S04@ – V0.4
+ * -- AN2400S04@ \96 V0.4
*/
freq += if_set;