diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-23 05:16:31 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-01-23 05:16:31 -0500 |
commit | 5e0ac527fd8bd81be1aaaaa484832846193f9a17 (patch) | |
tree | e75741c52335ba3a6a618a97465dcd739dbcaa4d /sound/soc/codecs/sgtl5000.c | |
parent | 899896379670f885072564669e395feb649105a6 (diff) |
ASoC: sgtl5000: It's sgtl5000 not sgtl500
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/codecs/sgtl5000.c')
-rw-r--r-- | sound/soc/codecs/sgtl5000.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sound/soc/codecs/sgtl5000.c b/sound/soc/codecs/sgtl5000.c index 18e61a0be260..d1926266fe00 100644 --- a/sound/soc/codecs/sgtl5000.c +++ b/sound/soc/codecs/sgtl5000.c | |||
@@ -1395,10 +1395,10 @@ static struct snd_soc_codec_driver sgtl5000_driver = { | |||
1395 | .volatile_register = sgtl5000_volatile_register, | 1395 | .volatile_register = sgtl5000_volatile_register, |
1396 | .controls = sgtl5000_snd_controls, | 1396 | .controls = sgtl5000_snd_controls, |
1397 | .num_controls = ARRAY_SIZE(sgtl5000_snd_controls), | 1397 | .num_controls = ARRAY_SIZE(sgtl5000_snd_controls), |
1398 | .dapm_widgets = sgtl500_dapm_widgets, | 1398 | .dapm_widgets = sgtl5000_dapm_widgets, |
1399 | .num_dapm_widgets = ARRAY_SIZE(sgtl500_dapm_widgets), | 1399 | .num_dapm_widgets = ARRAY_SIZE(sgtl5000_dapm_widgets), |
1400 | .dapm_routes = sgtl500_dapm_routes, | 1400 | .dapm_routes = sgtl5000_dapm_routes, |
1401 | .num_dapm_routes = ARRAY_SIZE(sgtl500_dapm_routes), | 1401 | .num_dapm_routes = ARRAY_SIZE(sgtl5000_dapm_routes), |
1402 | }; | 1402 | }; |
1403 | 1403 | ||
1404 | static __devinit int sgtl5000_i2c_probe(struct i2c_client *client, | 1404 | static __devinit int sgtl5000_i2c_probe(struct i2c_client *client, |