mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
Return correct frequency
Signed-off-by: Julian Scheel <julian@jusst.de>
This commit is contained in:
parent
d13416157c
commit
e13cec82e4
@ -335,7 +335,9 @@ static int set_params(struct dvb_frontend *fe)
|
|||||||
|
|
||||||
static int get_frequency(struct dvb_frontend *fe, u32 *frequency)
|
static int get_frequency(struct dvb_frontend *fe, u32 *frequency)
|
||||||
{
|
{
|
||||||
*frequency = 0;
|
struct stv *state = fe->tuner_priv;
|
||||||
|
|
||||||
|
*frequency = state->Frequency;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user