V4L/DVB (9412): Fix tuner name and comment
Signed-off-by: Manu Abraham <manu@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
3479474b36
commit
b11eb46344
@ -1475,9 +1475,12 @@ static struct stb0899_config knc1_dvbs2_config = {
|
|||||||
.tuner_set_rfsiggain = NULL,
|
.tuner_set_rfsiggain = NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
/* SD1878 tuner config */
|
/*
|
||||||
|
* SD1878/SHA tuner config
|
||||||
|
* 1F, Single I/P, Horizontal mount, High Sensitivity
|
||||||
|
*/
|
||||||
static const struct tda8261_config sd1878c_config = {
|
static const struct tda8261_config sd1878c_config = {
|
||||||
// .name = "SD1878C",
|
// .name = "SD1878/SHA",
|
||||||
.addr = 0x60,
|
.addr = 0x60,
|
||||||
.step_size = TDA8261_STEP_1000 /* kHz */
|
.step_size = TDA8261_STEP_1000 /* kHz */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user