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