summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max98371.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-01-29 04:05:15 +0000
committerMark Brown <broonie@kernel.org>2018-02-12 09:49:14 +0000
commit1ae91ac7f787ee4078d93147d633ce3377ece748 (patch)
tree70e7c6fe815cd4618523b96a32bbacfe2d3d5537 /sound/soc/codecs/max98371.h
parent7928b2cbe55b2a410a0f5c1f154610059c57b1b2 (diff)
ASoC: max98371: 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/max98371.h')
-rw-r--r--sound/soc/codecs/max98371.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98371.h b/sound/soc/codecs/max98371.h
index 9f6330964d98..06e9ba784e0b 100644
--- a/sound/soc/codecs/max98371.h
+++ b/sound/soc/codecs/max98371.h
@@ -62,6 +62,5 @@
struct max98371_priv {
struct regmap *regmap;
- struct snd_soc_codec *codec;
};
#endif