ALSA: ASoC: Add widgets before setting endpoints on GTA01
This prevents error messages at startup where the endpoints are being set before the widgets/controls have even been added. Signed-off-by: Jonas Bonn <jonas.bonn@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
5715952b39
commit
e8089948d6
@ -518,13 +518,13 @@ static int neo1973_wm8753_init(struct snd_soc_codec *codec)
|
|||||||
snd_soc_dapm_nc_pin(codec, "LINE1");
|
snd_soc_dapm_nc_pin(codec, "LINE1");
|
||||||
snd_soc_dapm_nc_pin(codec, "LINE2");
|
snd_soc_dapm_nc_pin(codec, "LINE2");
|
||||||
|
|
||||||
/* set endpoints to default mode */
|
|
||||||
set_scenario_endpoints(codec, NEO_AUDIO_OFF);
|
|
||||||
|
|
||||||
/* Add neo1973 specific widgets */
|
/* Add neo1973 specific widgets */
|
||||||
snd_soc_dapm_new_controls(codec, wm8753_dapm_widgets,
|
snd_soc_dapm_new_controls(codec, wm8753_dapm_widgets,
|
||||||
ARRAY_SIZE(wm8753_dapm_widgets));
|
ARRAY_SIZE(wm8753_dapm_widgets));
|
||||||
|
|
||||||
|
/* set endpoints to default mode */
|
||||||
|
set_scenario_endpoints(codec, NEO_AUDIO_OFF);
|
||||||
|
|
||||||
/* add neo1973 specific controls */
|
/* add neo1973 specific controls */
|
||||||
for (i = 0; i < ARRAY_SIZE(wm8753_neo1973_controls); i++) {
|
for (i = 0; i < ARRAY_SIZE(wm8753_neo1973_controls); i++) {
|
||||||
err = snd_ctl_add(codec->card,
|
err = snd_ctl_add(codec->card,
|
||||||
|
Loading…
Reference in New Issue
Block a user