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
40e8cc56
Commit
40e8cc56
authored
Nov 10, 2017
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/pcm512x' into asoc-next
parents
c44ff31a
da924c3a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
sound/soc/codecs/pcm512x-i2c.c
sound/soc/codecs/pcm512x-i2c.c
+2
-2
sound/soc/codecs/pcm512x-spi.c
sound/soc/codecs/pcm512x-spi.c
+1
-1
sound/soc/codecs/pcm512x.c
sound/soc/codecs/pcm512x.c
+2
-2
sound/soc/codecs/pcm512x.h
sound/soc/codecs/pcm512x.h
+1
-1
No files found.
sound/soc/codecs/pcm512x-i2c.c
View file @
40e8cc56
/*
* Driver for the PCM512x CODECs
*
* Author: Mark Brown <broonie@
linaro
.org>
* Author: Mark Brown <broonie@
kernel
.org>
* Copyright 2014 Linaro Ltd
*
* This program is free software; you can redistribute it and/or
...
...
@@ -75,5 +75,5 @@ static struct i2c_driver pcm512x_i2c_driver = {
module_i2c_driver
(
pcm512x_i2c_driver
);
MODULE_DESCRIPTION
(
"ASoC PCM512x codec driver - I2C"
);
MODULE_AUTHOR
(
"Mark Brown <broonie@
linaro
.org>"
);
MODULE_AUTHOR
(
"Mark Brown <broonie@
kernel
.org>"
);
MODULE_LICENSE
(
"GPL v2"
);
sound/soc/codecs/pcm512x-spi.c
View file @
40e8cc56
/*
* Driver for the PCM512x CODECs
*
* Author: Mark Brown <broonie@
linaro
.org>
* Author: Mark Brown <broonie@
kernel
.org>
* Copyright 2014 Linaro Ltd
*
* This program is free software; you can redistribute it and/or
...
...
sound/soc/codecs/pcm512x.c
View file @
40e8cc56
/*
* Driver for the PCM512x CODECs
*
* Author: Mark Brown <broonie@
linaro
.org>
* Author: Mark Brown <broonie@
kernel
.org>
* Copyright 2014 Linaro Ltd
*
* This program is free software; you can redistribute it and/or
...
...
@@ -1602,5 +1602,5 @@ const struct dev_pm_ops pcm512x_pm_ops = {
EXPORT_SYMBOL_GPL
(
pcm512x_pm_ops
);
MODULE_DESCRIPTION
(
"ASoC PCM512x codec driver"
);
MODULE_AUTHOR
(
"Mark Brown <broonie@
linaro
.org>"
);
MODULE_AUTHOR
(
"Mark Brown <broonie@
kernel
.org>"
);
MODULE_LICENSE
(
"GPL v2"
);
sound/soc/codecs/pcm512x.h
View file @
40e8cc56
/*
* Driver for the PCM512x CODECs
*
* Author: Mark Brown <broonie@
linaro
.org>
* Author: Mark Brown <broonie@
kernel
.org>
* Copyright 2014 Linaro Ltd
*
* This program is free software; you can redistribute it and/or
...
...
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