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
43a95197
Commit
43a95197
authored
Dec 11, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-3.2' into for-3.3
Conflicts: sound/soc/mxs/mxs-pcm.c
parents
7c08be84
9fd369b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
sound/soc/mxs/mxs-pcm.c
sound/soc/mxs/mxs-pcm.c
+3
-0
sound/soc/mxs/mxs-sgtl5000.c
sound/soc/mxs/mxs-sgtl5000.c
+1
-0
No files found.
sound/soc/mxs/mxs-pcm.c
View file @
43a95197
...
...
@@ -347,3 +347,6 @@ static struct platform_driver mxs_pcm_driver = {
};
module_platform_driver
(
mxs_pcm_driver
);
MODULE_LICENSE
(
"GPL"
);
MODULE_ALIAS
(
"platform:mxs-pcm-audio"
);
sound/soc/mxs/mxs-sgtl5000.c
View file @
43a95197
...
...
@@ -161,3 +161,4 @@ module_platform_driver(mxs_sgtl5000_audio_driver);
MODULE_AUTHOR
(
"Freescale Semiconductor, Inc."
);
MODULE_DESCRIPTION
(
"MXS ALSA SoC Machine driver"
);
MODULE_LICENSE
(
"GPL"
);
MODULE_ALIAS
(
"platform:mxs-sgtl5000"
);
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