aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/max98926.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2018-01-29 04:06:51 +0000
committerMark Brown <broonie@kernel.org>2018-02-12 09:49:38 +0000
commit6f2b5d0db19a0e428dd7fc3abf326ebbc0726693 (patch)
tree9267878aede6935029a99d5245a4ea293c43d249 /sound/soc/codecs/max98926.h
parentLinux 4.16-rc1 (diff)
downloadlinux-dev-6f2b5d0db19a0e428dd7fc3abf326ebbc0726693.tar.xz
linux-dev-6f2b5d0db19a0e428dd7fc3abf326ebbc0726693.zip
ASoC: max98926: 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/max98926.h')
-rw-r--r--sound/soc/codecs/max98926.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/max98926.h b/sound/soc/codecs/max98926.h
index 9d7ab6df79ca..ccf2c3f66c07 100644
--- a/sound/soc/codecs/max98926.h
+++ b/sound/soc/codecs/max98926.h
@@ -838,7 +838,7 @@
struct max98926_priv {
struct regmap *regmap;
- struct snd_soc_codec *codec;
+ struct snd_soc_component *component;
unsigned int sysclk;
unsigned int v_slot;
unsigned int i_slot;