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
a3ef472d
Commit
a3ef472d
authored
Sep 01, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/core' into tmp
parents
3fd8a804
d7b1538c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
include/sound/soc.h
include/sound/soc.h
+0
-4
No files found.
include/sound/soc.h
View file @
a3ef472d
...
@@ -697,7 +697,6 @@ struct snd_soc_codec {
...
@@ -697,7 +697,6 @@ struct snd_soc_codec {
unsigned
int
probed
:
1
;
/* Codec has been probed */
unsigned
int
probed
:
1
;
/* Codec has been probed */
unsigned
int
ac97_registered
:
1
;
/* Codec has been AC97 registered */
unsigned
int
ac97_registered
:
1
;
/* Codec has been AC97 registered */
unsigned
int
ac97_created
:
1
;
/* Codec has been created by SoC */
unsigned
int
ac97_created
:
1
;
/* Codec has been created by SoC */
unsigned
int
sysfs_registered
:
1
;
/* codec has been sysfs registered */
unsigned
int
cache_init
:
1
;
/* codec cache has been initialized */
unsigned
int
cache_init
:
1
;
/* codec cache has been initialized */
unsigned
int
using_regmap
:
1
;
/* using regmap access */
unsigned
int
using_regmap
:
1
;
/* using regmap access */
u32
cache_only
;
/* Suppress writes to hardware */
u32
cache_only
;
/* Suppress writes to hardware */
...
@@ -705,7 +704,6 @@ struct snd_soc_codec {
...
@@ -705,7 +704,6 @@ struct snd_soc_codec {
/* codec IO */
/* codec IO */
void
*
control_data
;
/* codec control (i2c/3wire) data */
void
*
control_data
;
/* codec control (i2c/3wire) data */
enum
snd_soc_control_type
control_type
;
hw_write_t
hw_write
;
hw_write_t
hw_write
;
unsigned
int
(
*
hw_read
)(
struct
snd_soc_codec
*
,
unsigned
int
);
unsigned
int
(
*
hw_read
)(
struct
snd_soc_codec
*
,
unsigned
int
);
unsigned
int
(
*
read
)(
struct
snd_soc_codec
*
,
unsigned
int
);
unsigned
int
(
*
read
)(
struct
snd_soc_codec
*
,
unsigned
int
);
...
@@ -724,7 +722,6 @@ struct snd_soc_codec {
...
@@ -724,7 +722,6 @@ struct snd_soc_codec {
#ifdef CONFIG_DEBUG_FS
#ifdef CONFIG_DEBUG_FS
struct
dentry
*
debugfs_codec_root
;
struct
dentry
*
debugfs_codec_root
;
struct
dentry
*
debugfs_reg
;
struct
dentry
*
debugfs_reg
;
struct
dentry
*
debugfs_dapm
;
#endif
#endif
};
};
...
@@ -849,7 +846,6 @@ struct snd_soc_platform {
...
@@ -849,7 +846,6 @@ struct snd_soc_platform {
#ifdef CONFIG_DEBUG_FS
#ifdef CONFIG_DEBUG_FS
struct
dentry
*
debugfs_platform_root
;
struct
dentry
*
debugfs_platform_root
;
struct
dentry
*
debugfs_dapm
;
#endif
#endif
};
};
...
...
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