Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
5715836f
Commit
5715836f
authored
Dec 26, 2011
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[media] stb0899: convert get_frontend to the new struct
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
14e3dcca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
drivers/media/dvb/frontends/stb0899_drv.c
drivers/media/dvb/frontends/stb0899_drv.c
+3
-3
No files found.
drivers/media/dvb/frontends/stb0899_drv.c
View file @
5715836f
...
...
@@ -1589,13 +1589,13 @@ static int stb0899_track(struct dvb_frontend *fe, struct dvb_frontend_parameters
return
0
;
}
static
int
stb0899_get_frontend
(
struct
dvb_frontend
*
fe
,
struct
d
vb_frontend_parameter
s
*
p
)
static
int
stb0899_get_frontend
(
struct
dvb_frontend
*
fe
,
struct
d
tv_frontend_propertie
s
*
p
)
{
struct
stb0899_state
*
state
=
fe
->
demodulator_priv
;
struct
stb0899_internal
*
internal
=
&
state
->
internal
;
dprintk
(
state
->
verbose
,
FE_DEBUG
,
1
,
"Get params"
);
p
->
u
.
qpsk
.
symbol_rate
=
internal
->
srate
;
p
->
symbol_rate
=
internal
->
srate
;
return
0
;
}
...
...
@@ -1648,7 +1648,7 @@ static struct dvb_frontend_ops stb0899_ops = {
.
get_frontend_algo
=
stb0899_frontend_algo
,
.
search
=
stb0899_search
,
.
track
=
stb0899_track
,
.
get_frontend
_legacy
=
stb0899_get_frontend
,
.
get_frontend
=
stb0899_get_frontend
,
.
read_status
=
stb0899_read_status
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment