mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
[media] xc5000: add a resume function
If a device suspends/hibertates with a station tuned, restore the tuner station at resume. Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
c3d6676bba
commit
7ab1c07614
@ -1354,6 +1354,7 @@ static const struct dvb_tuner_ops xc5000_tuner_ops = {
|
||||
.init = xc5000_init,
|
||||
.sleep = xc5000_sleep,
|
||||
.suspend = xc5000_suspend,
|
||||
.resume = xc5000_apply_params,
|
||||
|
||||
.set_config = xc5000_set_config,
|
||||
.set_params = xc5000_set_params,
|
||||
|
Loading…
Reference in New Issue
Block a user