2.4.36-stable kernel tree
リビジョン | e3b7f931bade57821356d5aef18fe9391a87a6f1 (tree) |
---|---|
日時 | 2007-02-25 16:16:35 |
作者 | Andrzej Stypula <andrzej@alta...> |
コミッター | Willy Tarreau |
[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.
@@ -784,6 +784,9 @@ static void set_radio_freq(struct i2c_client *c, unsigned int freq) | ||
784 | 784 | case TUNER_PHILIPS_FM1216ME_MK3: |
785 | 785 | buffer[3] = 0x19; |
786 | 786 | break; |
787 | + case TUNER_LG_PAL_FM: | |
788 | + buffer[3] = 0xa5; | |
789 | + break; | |
787 | 790 | default: |
788 | 791 | buffer[3] = 0xa4; |
789 | 792 | break; |