diff options
author | Jarkko Nikula <jarkko.nikula@linux.intel.com> | 2014-08-28 13:07:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-28 20:05:57 +0200 |
commit | b792346fa8660a22a06f118cebe47709f507914f (patch) | |
tree | 123d8a8f0e8c4fa132d554b55458398230329100 /include | |
parent | ASoC: Restore idle_bias_off initialization (diff) | |
download | linux-b792346fa8660a22a06f118cebe47709f507914f.tar.xz 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 'include')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index edbb0d72ab38..ce09302bfd6d 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -792,7 +792,6 @@ struct snd_soc_codec { unsigned int ac97_registered:1; /* Codec has been AC97 registered */ unsigned int ac97_created:1; /* Codec has been created by SoC */ unsigned int cache_init:1; /* codec cache has been initialized */ - u32 cache_only; /* Suppress writes to hardware */ u32 cache_sync; /* Cache needs to be synced to hardware */ /* codec IO */ |