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
e878e8c5
Commit
e878e8c5
authored
May 19, 2021
by
Takashi Iwai
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'topic/firewire' into for-next
parents
481f17c4
73246fc4
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
119 additions
and
63 deletions
+119
-63
sound/firewire/amdtp-stream.c
sound/firewire/amdtp-stream.c
+113
-59
sound/firewire/amdtp-stream.h
sound/firewire/amdtp-stream.h
+6
-4
No files found.
sound/firewire/amdtp-stream.c
View file @
e878e8c5
This diff is collapsed.
Click to expand it.
sound/firewire/amdtp-stream.h
View file @
e878e8c5
...
...
@@ -147,7 +147,6 @@ struct amdtp_stream {
// To generate constant hardware IRQ.
unsigned
int
event_count
;
unsigned
int
events_per_period
;
}
rx
;
}
ctx_data
;
...
...
@@ -172,6 +171,7 @@ struct amdtp_stream {
bool
callbacked
;
wait_queue_head_t
callback_wait
;
u32
start_cycle
;
unsigned
int
next_cycle
;
/* For backends to process data blocks. */
void
*
protocol
;
...
...
@@ -288,9 +288,11 @@ struct amdtp_domain {
struct
amdtp_stream
*
irq_target
;
struct
seq_desc
*
seq_descs
;
unsigned
int
seq_size
;
unsigned
int
seq_tail
;
struct
{
struct
seq_desc
*
descs
;
unsigned
int
size
;
unsigned
int
tail
;
}
seq
;
unsigned
int
data_block_state
;
unsigned
int
syt_offset_state
;
...
...
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