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
e768f4e1
Commit
e768f4e1
authored
Jun 17, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/adsp' into asoc-next
parents
0ee6f750
0c2e3f34
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
455 additions
and
7 deletions
+455
-7
sound/soc/codecs/wm_adsp.c
sound/soc/codecs/wm_adsp.c
+452
-7
sound/soc/codecs/wm_adsp.h
sound/soc/codecs/wm_adsp.h
+3
-0
No files found.
sound/soc/codecs/wm_adsp.c
View file @
e768f4e1
This diff is collapsed.
Click to expand it.
sound/soc/codecs/wm_adsp.h
View file @
e768f4e1
...
...
@@ -30,6 +30,7 @@ struct wm_adsp_alg_region {
unsigned
int
alg
;
int
type
;
unsigned
int
base
;
size_t
len
;
};
struct
wm_adsp
{
...
...
@@ -55,6 +56,8 @@ struct wm_adsp {
bool
running
;
struct
regulator
*
dvfs
;
struct
wm_coeff
*
wm_coeff
;
};
#define WM_ADSP1(wname, num) \
...
...
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