summaryrefslogtreecommitdiffstats
path: root/sound/soc/soc-core.c
diff options
context:
space:
mode:
authorJarkko Nikula2014-08-28 13:07:11 +0200
committerMark Brown2014-08-28 20:05:57 +0200
commitb792346fa8660a22a06f118cebe47709f507914f (patch)
tree123d8a8f0e8c4fa132d554b55458398230329100 /sound/soc/soc-core.c
parentASoC: Restore idle_bias_off initialization (diff)
downloadkernel-qcow2-linux-b792346fa8660a22a06f118cebe47709f507914f.tar.gz
kernel-qcow2-linux-b792346fa8660a22a06f118cebe47709f507914f.tar.xz
kernel-qcow2-linux-b792346fa8660a22a06f118cebe47709f507914f.zip
ASoC: Remove unused cache_only from struct snd_soc_codec
There are no real users for cache_only in "struct snd_soc_codec" so remove it and needless debugfs node. Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com> Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/soc-core.c')
-rw-r--r--sound/soc/soc-core.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/soc-core.c b/sound/soc/soc-core.c
index 419682693886..1b422c5c36c8 100644
--- a/sound/soc/soc-core.c
+++ b/sound/soc/soc-core.c
@@ -311,8 +311,6 @@ static void soc_init_codec_debugfs(struct snd_soc_component *component)
debugfs_create_bool("cache_sync", 0444, codec->component.debugfs_root,
&codec->cache_sync);
- debugfs_create_bool("cache_only", 0444, codec->component.debugfs_root,
- &codec->cache_only);
codec->debugfs_reg = debugfs_create_file("codec_reg", 0644,
codec->component.debugfs_root,