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
36e82da9
Commit
36e82da9
authored
Mar 28, 2018
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/rt5665' into asoc-next
parents
8c081faf
20ebbd2f
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
171 additions
and
186 deletions
+171
-186
Documentation/devicetree/bindings/sound/rt5665.txt
Documentation/devicetree/bindings/sound/rt5665.txt
+2
-2
sound/soc/codecs/rt5665.c
sound/soc/codecs/rt5665.c
+168
-182
sound/soc/codecs/rt5665.h
sound/soc/codecs/rt5665.h
+1
-2
No files found.
Documentation/devicetree/bindings/sound/rt5665.txt
View file @
36e82da9
RT5665/RT5666
/RT5668
audio CODEC
RT5665/RT5666 audio CODEC
This device supports I2C only.
Required properties:
- compatible : One of "realtek,rt5665", "realtek,rt5666"
or "realtek,rt5668"
.
- compatible : One of "realtek,rt5665", "realtek,rt5666".
- reg : The I2C address of the device.
...
...
sound/soc/codecs/rt5665.c
View file @
36e82da9
This diff is collapsed.
Click to expand it.
sound/soc/codecs/rt5665.h
View file @
36e82da9
...
...
@@ -1978,7 +1978,6 @@ enum {
enum
{
CODEC_5665
,
CODEC_5666
,
CODEC_5668
,
};
/* filter mask */
...
...
@@ -2003,7 +2002,7 @@ enum {
RT5665_CLK_SEL_SYS4
,
};
int
rt5665_sel_asrc_clk_src
(
struct
snd_soc_co
dec
*
codec
,
int
rt5665_sel_asrc_clk_src
(
struct
snd_soc_co
mponent
*
component
,
unsigned
int
filter_mask
,
unsigned
int
clk_src
);
#endif
/* __RT5665_H__ */
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