Skip to content

Commit

Permalink
ASoC: Remove redundant snd_soc_dapm_new_widgets() calls
Browse files Browse the repository at this point in the history
The DAPM widgets are now insntantiated by the core when creating the card
so there is no need for the individual CODEC drivers to do so.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Nov 12, 2009
1 parent c871a05 commit 0a3f5e3
Show file tree
Hide file tree
Showing 35 changed files with 1 addition and 40 deletions.
1 change: 0 additions & 1 deletion sound/soc/codecs/ad1836.c
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,6 @@ static int ad1836_probe(struct platform_device *pdev)
snd_soc_dapm_new_controls(codec, ad1836_dapm_widgets,
ARRAY_SIZE(ad1836_dapm_widgets));
snd_soc_dapm_add_routes(codec, audio_paths, ARRAY_SIZE(audio_paths));
snd_soc_dapm_new_widgets(codec);

pcm_err:
return ret;
Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/ad1938.c
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,6 @@ static int ad1938_probe(struct platform_device *pdev)
snd_soc_dapm_new_controls(codec, ad1938_dapm_widgets,
ARRAY_SIZE(ad1938_dapm_widgets));
snd_soc_dapm_add_routes(codec, audio_paths, ARRAY_SIZE(audio_paths));
snd_soc_dapm_new_widgets(codec);

ad1938_set_bias_level(codec, SND_SOC_BIAS_STANDBY);

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/ak4535.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ static int ak4535_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/ak4671.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,6 @@ static int ak4671_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/cx20442.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ static int cx20442_add_widgets(struct snd_soc_codec *codec)
snd_soc_dapm_add_routes(codec, cx20442_audio_map,
ARRAY_SIZE(cx20442_audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ static int ssm2602_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_conn, ARRAY_SIZE(audio_conn));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/tlv320aic23.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ static int tlv320aic23_add_widgets(struct snd_soc_codec *codec)
/* set up audio path interconnects */
snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,6 @@ static int aic3x_add_widgets(struct snd_soc_codec *codec)
/* set up audio path interconnects */
snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/tlv320dac33.c
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,6 @@ static int dac33_add_widgets(struct snd_soc_codec *codec)

/* set up audio path interconnects */
snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
snd_soc_dapm_new_widgets(codec);

return 0;
}
Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/twl4030.c
Original file line number Diff line number Diff line change
Expand Up @@ -1493,7 +1493,6 @@ static int twl4030_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/uda1380.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,6 @@ static int uda1380_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
2 changes: 1 addition & 1 deletion sound/soc/codecs/wm8350.c
Original file line number Diff line number Diff line change
Expand Up @@ -800,7 +800,7 @@ static int wm8350_add_widgets(struct snd_soc_codec *codec)
return ret;
}

return snd_soc_dapm_new_widgets(codec);
return 0;
}

static int wm8350_set_dai_sysclk(struct snd_soc_dai *codec_dai,
Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8400.c
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,6 @@ static int wm8400_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8510.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ static int wm8510_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8523.c
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,6 @@ static int wm8523_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8580.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,6 @@ static int wm8580_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8711.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ static int wm8711_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/codecs/wm8728.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ static int wm8728_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);

return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ static int wm8731_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@ static int wm8750_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8753.c
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,6 @@ static int wm8753_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/codecs/wm8900.c
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,6 @@ static int wm8900_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);

return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/codecs/wm8903.c
Original file line number Diff line number Diff line change
Expand Up @@ -919,8 +919,6 @@ static int wm8903_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, intercon, ARRAY_SIZE(intercon));

snd_soc_dapm_new_widgets(codec);

return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8940.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ static int wm8940_add_widgets(struct snd_soc_codec *codec)
ret = snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
if (ret)
goto error_ret;
ret = snd_soc_dapm_new_widgets(codec);

error_ret:
return ret;
Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8960.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ static int wm8960_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_paths, ARRAY_SIZE(audio_paths));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8961.c
Original file line number Diff line number Diff line change
Expand Up @@ -986,7 +986,6 @@ static int wm8961_probe(struct platform_device *pdev)
snd_soc_dapm_new_controls(codec, wm8961_dapm_widgets,
ARRAY_SIZE(wm8961_dapm_widgets));
snd_soc_dapm_add_routes(codec, audio_paths, ARRAY_SIZE(audio_paths));
snd_soc_dapm_new_widgets(codec);

return ret;

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/codecs/wm8971.c
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ static int wm8971_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);

return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8974.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ static int wm8974_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8988.c
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,6 @@ static int wm8988_probe(struct platform_device *pdev)
snd_soc_dapm_new_controls(codec, wm8988_dapm_widgets,
ARRAY_SIZE(wm8988_dapm_widgets));
snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
snd_soc_dapm_new_widgets(codec);

return ret;

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm8990.c
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,6 @@ static int wm8990_add_widgets(struct snd_soc_codec *codec)
/* set up the WM8990 audio map */
snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
2 changes: 0 additions & 2 deletions sound/soc/codecs/wm8993.c
Original file line number Diff line number Diff line change
Expand Up @@ -1464,8 +1464,6 @@ static int wm8993_probe(struct platform_device *pdev)
wm_hubs_add_analogue_routes(codec, wm8993->pdata.lineout1_diff,
wm8993->pdata.lineout2_diff);

snd_soc_dapm_new_widgets(codec);

return ret;

err:
Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm9081.c
Original file line number Diff line number Diff line change
Expand Up @@ -1262,7 +1262,6 @@ static int wm9081_probe(struct platform_device *pdev)
snd_soc_dapm_new_controls(codec, wm9081_dapm_widgets,
ARRAY_SIZE(wm9081_dapm_widgets));
snd_soc_dapm_add_routes(codec, audio_paths, ARRAY_SIZE(audio_paths));
snd_soc_dapm_new_widgets(codec);

return ret;

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm9705.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ static int wm9705_add_widgets(struct snd_soc_codec *codec)
snd_soc_dapm_new_controls(codec, wm9705_dapm_widgets,
ARRAY_SIZE(wm9705_dapm_widgets));
snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));
snd_soc_dapm_new_widgets(codec);

return 0;
}
Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm9712.c
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ static int wm9712_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down
1 change: 0 additions & 1 deletion sound/soc/codecs/wm9713.c
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,6 @@ static int wm9713_add_widgets(struct snd_soc_codec *codec)

snd_soc_dapm_add_routes(codec, audio_map, ARRAY_SIZE(audio_map));

snd_soc_dapm_new_widgets(codec);
return 0;
}

Expand Down

0 comments on commit 0a3f5e3

Please sign in to comment.