diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-07-26 07:17:08 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-26 13:29:52 +0200 |
commit | a7e1149b64091ac87dfb18b177abb63ba4cbbd3d (patch) | |
tree | 895fdf0128b1f7e0e8d080b368ac3d817ff47b1e /include/sound | |
parent | Linux v4.13-rc1 (diff) | |
download | linux-a7e1149b64091ac87dfb18b177abb63ba4cbbd3d.tar.xz linux-a7e1149b64091ac87dfb18b177abb63ba4cbbd3d.zip |
ASoC: remove cache_bypass from snd_soc_codec
snd_soc_codec .cache_bypass related operation code has been removed.
Let's remove remaining code.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-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 9c94b97c17f8..10b71beb9f13 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -894,7 +894,6 @@ struct snd_soc_codec { struct list_head list; /* runtime */ - unsigned int cache_bypass:1; /* Suppress access to the cache */ unsigned int cache_init:1; /* codec cache has been initialized */ /* codec IO */ |