• R/O
  • HTTP
  • SSH
  • HTTPS

linux-2.4.36: 提交

2.4.36-stable kernel tree


Commit MetaInfo

修订版e3b7f931bade57821356d5aef18fe9391a87a6f1 (tree)
时间2007-02-25 16:16:35
作者Andrzej Stypula <andrzej@alta...>
CommiterWilly Tarreau

Log Message

[PATCH] fix channel balance on TV cards with LG head

This patch corrects channel balance in TV cards with LG head, without
this one channel is almost off (I have this TV card). This one is
already fixed in 2.6.

更改概述

差异

--- a/drivers/media/video/tuner.c
+++ b/drivers/media/video/tuner.c
@@ -784,6 +784,9 @@ static void set_radio_freq(struct i2c_client *c, unsigned int freq)
784784 case TUNER_PHILIPS_FM1216ME_MK3:
785785 buffer[3] = 0x19;
786786 break;
787+ case TUNER_LG_PAL_FM:
788+ buffer[3] = 0xa5;
789+ break;
787790 default:
788791 buffer[3] = 0xa4;
789792 break;
Show on old repository browser