aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-09-01 16:15:48 -0400
committerMark Brown <broonie@linaro.org>2013-09-01 16:15:48 -0400
commita3ef472de12a4438198c6637dc5094c78392394f (patch)
tree9bbc9cac6a65ad073cc3618b6c4dec53ab3bfe29 /include/sound
parent3fd8a8041b3775840c8f85b6338b61beb5057160 (diff)
parentd7b1538c7c0e395a308d6f4098d0985fe19e4584 (diff)
Merge remote-tracking branch 'asoc/topic/core' into tmp
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/soc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 8e2ad52078b6..71848058ffd4 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -697,7 +697,6 @@ struct snd_soc_codec {
697 unsigned int probed:1; /* Codec has been probed */ 697 unsigned int probed:1; /* Codec has been probed */
698 unsigned int ac97_registered:1; /* Codec has been AC97 registered */ 698 unsigned int ac97_registered:1; /* Codec has been AC97 registered */
699 unsigned int ac97_created:1; /* Codec has been created by SoC */ 699 unsigned int ac97_created:1; /* Codec has been created by SoC */
700 unsigned int sysfs_registered:1; /* codec has been sysfs registered */
701 unsigned int cache_init:1; /* codec cache has been initialized */ 700 unsigned int cache_init:1; /* codec cache has been initialized */
702 unsigned int using_regmap:1; /* using regmap access */ 701 unsigned int using_regmap:1; /* using regmap access */
703 u32 cache_only; /* Suppress writes to hardware */ 702 u32 cache_only; /* Suppress writes to hardware */
@@ -705,7 +704,6 @@ struct snd_soc_codec {
705 704
706 /* codec IO */ 705 /* codec IO */
707 void *control_data; /* codec control (i2c/3wire) data */ 706 void *control_data; /* codec control (i2c/3wire) data */
708 enum snd_soc_control_type control_type;
709 hw_write_t hw_write; 707 hw_write_t hw_write;
710 unsigned int (*hw_read)(struct snd_soc_codec *, unsigned int); 708 unsigned int (*hw_read)(struct snd_soc_codec *, unsigned int);
711 unsigned int (*read)(struct snd_soc_codec *, unsigned int); 709 unsigned int (*read)(struct snd_soc_codec *, unsigned int);
@@ -724,7 +722,6 @@ struct snd_soc_codec {
724#ifdef CONFIG_DEBUG_FS 722#ifdef CONFIG_DEBUG_FS
725 struct dentry *debugfs_codec_root; 723 struct dentry *debugfs_codec_root;
726 struct dentry *debugfs_reg; 724 struct dentry *debugfs_reg;
727 struct dentry *debugfs_dapm;
728#endif 725#endif
729}; 726};
730 727
@@ -849,7 +846,6 @@ struct snd_soc_platform {
849 846
850#ifdef CONFIG_DEBUG_FS 847#ifdef CONFIG_DEBUG_FS
851 struct dentry *debugfs_platform_root; 848 struct dentry *debugfs_platform_root;
852 struct dentry *debugfs_dapm;
853#endif 849#endif
854}; 850};
855 851