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
Kirill Smelkov
linux
Commits
6e5caf84
Commit
6e5caf84
authored
Jan 20, 2012
by
Mauro Carvalho Chehab
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[media] az6007: Use DRX-K dynamic clock mode
Signed-off-by:
Mauro Carvalho Chehab
<
mchehab@redhat.com
>
parent
67f04617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
drivers/media/dvb/dvb-usb/az6007.c
drivers/media/dvb/dvb-usb/az6007.c
+5
-4
No files found.
drivers/media/dvb/dvb-usb/az6007.c
View file @
6e5caf84
...
...
@@ -64,11 +64,12 @@ struct az6007_device_state {
static
struct
drxk_config
terratec_h7_drxk
=
{
.
adr
=
0x29
,
.
single_master
=
1
,
.
no_i2c_bridge
=
0
,
.
parallel_ts
=
true
,
.
dynamic_clk
=
true
,
.
single_master
=
true
,
.
no_i2c_bridge
=
false
,
.
chunk_size
=
64
,
.
microcode_name
=
"dvb-usb-terratec-h7-drxk.fw"
,
.
parallel_ts
=
1
,
.
microcode_name
=
"dvb-usb-terratec-h7-az6007.fw"
,
};
static
int
drxk_gate_ctrl
(
struct
dvb_frontend
*
fe
,
int
enable
)
...
...
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