diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-01-29 05:06:51 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-12 10:49:38 +0100 |
commit | 6f2b5d0db19a0e428dd7fc3abf326ebbc0726693 (patch) | |
tree | 9267878aede6935029a99d5245a4ea293c43d249 /sound/soc/codecs/max98926.h | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-6f2b5d0db19a0e428dd7fc3abf326ebbc0726693.tar.xz linux-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.h | 2 |
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; |