ASoC: wm5100: 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 = 1 -> .idle_bias_on = 0 .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>
Cette révision appartient à :

révisé par
Mark Brown

Parent
7928b2cbe5
révision
6119583847
@@ -17,7 +17,7 @@
|
||||
#include <sound/soc.h>
|
||||
#include <linux/regmap.h>
|
||||
|
||||
int wm5100_detect(struct snd_soc_codec *codec, struct snd_soc_jack *jack);
|
||||
int wm5100_detect(struct snd_soc_component *component, struct snd_soc_jack *jack);
|
||||
|
||||
#define WM5100_CLK_AIF1 1
|
||||
#define WM5100_CLK_AIF2 2
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur