mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 18:56:24 +00:00
ASoC: max98095: 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>
This commit is contained in:
parent
7928b2cbe5
commit
2dd1637f5a
File diff suppressed because it is too large
Load Diff
@ -315,7 +315,7 @@
|
||||
/* Default Delay used in Slew Rate Calculation for Jack detection */
|
||||
#define M98095_DEFAULT_SLEW_DELAY 0x18
|
||||
|
||||
extern int max98095_jack_detect(struct snd_soc_codec *codec,
|
||||
extern int max98095_jack_detect(struct snd_soc_component *component,
|
||||
struct snd_soc_jack *hp_jack, struct snd_soc_jack *mic_jack);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user