diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-16 13:00:58 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-02-18 06:25:23 -0500 |
commit | 7ee753804185eb0a46ac964fd6a6564bd67290c9 (patch) | |
tree | 817f6aba77c838b3e8cbcee5bb7f60311b27b20c /sound/soc/atmel | |
parent | 5de7f9b20069257aa5f0bb74723c8603adc5841a (diff) |
ASoC: Rename AT91SAMG20-EK for applications
This is a bit more idiomatic and makes identifying a configuration
based on the board type work better.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/atmel')
-rw-r--r-- | sound/soc/atmel/sam9g20_wm8731.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/sam9g20_wm8731.c b/sound/soc/atmel/sam9g20_wm8731.c index ab32514a858d..aa524235fd98 100644 --- a/sound/soc/atmel/sam9g20_wm8731.c +++ b/sound/soc/atmel/sam9g20_wm8731.c | |||
@@ -273,7 +273,7 @@ static struct snd_soc_dai_link at91sam9g20ek_dai = { | |||
273 | }; | 273 | }; |
274 | 274 | ||
275 | static struct snd_soc_card snd_soc_at91sam9g20ek = { | 275 | static struct snd_soc_card snd_soc_at91sam9g20ek = { |
276 | .name = "WM8731", | 276 | .name = "AT91SAMG20-EK", |
277 | .platform = &atmel_soc_platform, | 277 | .platform = &atmel_soc_platform, |
278 | .dai_link = &at91sam9g20ek_dai, | 278 | .dai_link = &at91sam9g20ek_dai, |
279 | .num_links = 1, | 279 | .num_links = 1, |