Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248221
b: refs/heads/master
c: 99b59f3
h: refs/heads/master
i:
  248219: 6fdab09
v: v3
  • Loading branch information
Mark Brown committed Mar 29, 2011
1 parent 6be704f commit 4893fe6
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e251aecbd4a4bf3ff0b0ff04653afa4d01eba54
refs/heads/master: 99b59f3ccb72c15f13169236eda16682930e47f0
2 changes: 1 addition & 1 deletion trunk/sound/soc/atmel/sam9g20_wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ static struct snd_soc_dai_link at91sam9g20ek_dai = {
.codec_dai_name = "wm8731-hifi",
.init = at91sam9g20ek_wm8731_init,
.platform_name = "atmel-pcm-audio",
.codec_name = "wm8731-codec.0-001b",
.codec_name = "wm8731.0-001b",
.ops = &at91sam9g20ek_ops,
};

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/au1x/db1200.c
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ static struct snd_soc_dai_link db1200_i2s_dai = {
.codec_dai_name = "wm8731-hifi",
.cpu_dai_name = "au1xpsc_i2s.1",
.platform_name = "au1xpsc-pcm.1",
.codec_name = "wm8731-codec.0-001b",
.codec_name = "wm8731.0-001b",
.ops = &db1200_i2s_wm8731_ops,
};

Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ static int __devexit wm8731_spi_remove(struct spi_device *spi)

static struct spi_driver wm8731_spi_driver = {
.driver = {
.name = "wm8731-codec",
.name = "wm8731",
.owner = THIS_MODULE,
},
.probe = wm8731_spi_probe,
Expand Down Expand Up @@ -703,7 +703,7 @@ MODULE_DEVICE_TABLE(i2c, wm8731_i2c_id);

static struct i2c_driver wm8731_i2c_driver = {
.driver = {
.name = "wm8731-codec",
.name = "wm8731",
.owner = THIS_MODULE,
},
.probe = wm8731_i2c_probe,
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/corgi.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ static struct snd_soc_dai_link corgi_dai = {
.cpu_dai_name = "pxa2xx-i2s",
.codec_dai_name = "wm8731-hifi",
.platform_name = "pxa-pcm-audio",
.codec_name = "wm8731-codec.0-001b",
.codec_name = "wm8731.0-001b",
.init = corgi_wm8731_init,
.ops = &corgi_ops,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/poodle.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ static struct snd_soc_dai_link poodle_dai = {
.cpu_dai_name = "pxa2xx-i2s",
.codec_dai_name = "wm8731-hifi",
.platform_name = "pxa-pcm-audio",
.codec_name = "wm8731-codec.0-001b",
.codec_name = "wm8731.0-001b",
.init = poodle_wm8731_init,
.ops = &poodle_ops,
};
Expand Down

0 comments on commit 4893fe6

Please sign in to comment.