Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270503
b: refs/heads/master
c: dc5de62
h: refs/heads/master
i:
  270501: 2e91c43
  270499: ccfbd67
  270495: de7ecf5
v: v3
  • Loading branch information
Mark Brown committed Aug 14, 2011
1 parent 3d3e1f4 commit 7a1610a
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: 4b7ed83aa3c7f4b9fe363875440836e0f2aabbdf
refs/heads/master: dc5de62be6138dd141e78a454e9af0fd88d1eec8
4 changes: 2 additions & 2 deletions trunk/sound/soc/codecs/wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ MODULE_DEVICE_TABLE(spi, wm8750_spi_ids);

static struct spi_driver wm8750_spi_driver = {
.driver = {
.name = "wm8750-codec",
.name = "wm8750",
.owner = THIS_MODULE,
.of_match_table = wm8750_of_match,
},
Expand Down Expand Up @@ -842,7 +842,7 @@ MODULE_DEVICE_TABLE(i2c, wm8750_i2c_id);

static struct i2c_driver wm8750_i2c_driver = {
.driver = {
.name = "wm8750-codec",
.name = "wm8750",
.owner = THIS_MODULE,
.of_match_table = wm8750_of_match,
},
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/spitz.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ static struct snd_soc_dai_link spitz_dai = {
.cpu_dai_name = "pxa2xx-i2s",
.codec_dai_name = "wm8750-hifi",
.platform_name = "pxa-pcm-audio",
.codec_name = "wm8750-codec.0-001b",
.codec_name = "wm8750.0-001b",
.init = spitz_wm8750_init,
.ops = &spitz_ops,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/z2.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ static struct snd_soc_dai_link z2_dai = {
.cpu_dai_name = "pxa2xx-i2s",
.codec_dai_name = "wm8750-hifi",
.platform_name = "pxa-pcm-audio",
.codec_name = "wm8750-codec.0-001b",
.codec_name = "wm8750.0-001b",
.init = z2_wm8750_init,
.ops = &z2_ops,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/samsung/jive_wm8750.c
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = {
.cpu_dai_name = "s3c2412-i2s",
.codec_dai_name = "wm8750-hifi",
.platform_name = "samsung-audio",
.codec_name = "wm8750-codec.0-001a",
.codec_name = "wm8750.0-001a",
.init = jive_wm8750_init,
.ops = &jive_ops,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/samsung/smartq_wm8987.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static struct snd_soc_dai_link smartq_dai[] = {
.cpu_dai_name = "samsung-i2s.0",
.codec_dai_name = "wm8750-hifi",
.platform_name = "samsung-audio",
.codec_name = "wm8750-codec.0-0x1a",
.codec_name = "wm8750.0-0x1a",
.init = smartq_wm8987_init,
.ops = &smartq_hifi_ops,
},
Expand Down

0 comments on commit 7a1610a

Please sign in to comment.