commit | 5581e130ad288af745706c30de050bc2cf6e37b3 | [log] [tgz] |
---|---|---|
author | Mauro Carvalho Chehab <mchehab@redhat.com> | Mon Dec 26 16:59:09 2011 -0300 |
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | Sat Dec 31 10:04:45 2011 -0200 |
tree | 5cfd5bb5c48c0dcef5de04c3acf6bd4fc4c8b713 | |
parent | b1e9a650104111036ac7176024c8bb685882fe02 [diff] |
[media] dvb: simplify get_tune_settings() struct In the past, dvb_frontent_parameters were passed inside the struct where get_tuner_settings should store their result. This is not needed anymore, as all parameters needed are stored already at the fe property cache. So, use it, where needed. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>