diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2018-01-29 05:05:15 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-02-12 10:49:14 +0100 |
commit | 1ae91ac7f787ee4078d93147d633ce3377ece748 (patch) | |
tree | 70e7c6fe815cd4618523b96a32bbacfe2d3d5537 /sound/soc/codecs/max98371.h | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-1ae91ac7f787ee4078d93147d633ce3377ece748.tar.xz linux-1ae91ac7f787ee4078d93147d633ce3377ece748.zip |
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.h | 1 |
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 |