diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-08-28 14:07:11 +0300 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-28 19:05:57 +0100 |
commit | b792346fa8660a22a06f118cebe47709f507914f (patch) | |
tree | 123d8a8f0e8c4fa132d554b55458398230329100 /sound/soc/soc-core.c | |
parent | 5819c2fa55d4a6eaf7fe025a393dce98fc4b2116 (diff) | |
download | blackbird-op-linux-b792346fa8660a22a06f118cebe47709f507914f.tar.gz blackbird-op-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.c | 2 |
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, |