ASoC: codec duplicated callback function goes to component on wm8998
codec driver and component driver has duplicated callback functions, and codec side functions are just copied to component side when register timing. This was quick-hack, but no longer needed. This patch moves these functions from codec driver to component driver. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
4df0f6203e
Коммит
38addd95b8
|
@ -1361,12 +1361,14 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8998 = {
|
|||
.set_sysclk = arizona_set_sysclk,
|
||||
.set_pll = wm8998_set_fll,
|
||||
|
||||
.component_driver = {
|
||||
.controls = wm8998_snd_controls,
|
||||
.num_controls = ARRAY_SIZE(wm8998_snd_controls),
|
||||
.dapm_widgets = wm8998_dapm_widgets,
|
||||
.num_dapm_widgets = ARRAY_SIZE(wm8998_dapm_widgets),
|
||||
.dapm_routes = wm8998_dapm_routes,
|
||||
.num_dapm_routes = ARRAY_SIZE(wm8998_dapm_routes),
|
||||
},
|
||||
};
|
||||
|
||||
static int wm8998_probe(struct platform_device *pdev)
|
||||
|
|
Загрузка…
Ссылка в новой задаче