aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/pcm186x.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-01-29 04:47:46 +0000
committerMark Brown <broonie@kernel.org>2018-02-12 11:09:41 +0000
commitc044cfdaf26866d5d31cb715d24fb75bf93ef703 (patch)
tree791011ebc698c27f01c1ef62ee31a79183e14dc9 /sound/soc/codecs/pcm186x.h
parentLinux 4.16-rc1 (diff)
downloadwireguard-linux-c044cfdaf26866d5d31cb715d24fb75bf93ef703.tar.xz
wireguard-linux-c044cfdaf26866d5d31cb715d24fb75bf93ef703.zip
ASoC: pcm186x: replace codec to component
Now we can replace Codec to Component. Let's do it. Note: xxx_codec_xxx() -> xxx_component_xxx() .idle_bias_off = 0 -> .idle_bias_on = 1 .ignore_pmdown_time = 0 -> .use_pmdown_time = 1 - -> .endianness = 1 - -> .non_legacy_dai_naming = 1 Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/pcm186x.h')
-rw-r--r--sound/soc/codecs/pcm186x.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/pcm186x.h b/sound/soc/codecs/pcm186x.h
index b630111bb3c4..2c6ba55bf394 100644
--- a/sound/soc/codecs/pcm186x.h
+++ b/sound/soc/codecs/pcm186x.h
@@ -215,6 +215,5 @@ extern const struct regmap_config pcm186x_regmap;
int pcm186x_probe(struct device *dev, enum pcm186x_type type, int irq,
struct regmap *regmap);
-int pcm186x_remove(struct device *dev);
#endif /* _PCM186X_H_ */