Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293420
b: refs/heads/master
c: 64902b2
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo authored and Mark Brown committed Feb 28, 2012
1 parent 7776d1f commit 22f1450
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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: 7c59bc55e476947c1ea8a019e97aa648de53f5a0
refs/heads/master: 64902b29cbdd04e030621f556d44702272faa96d
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/cs4270.c
Original file line number Diff line number Diff line change
Expand Up @@ -715,7 +715,7 @@ MODULE_DEVICE_TABLE(i2c, cs4270_id);
*/
static struct i2c_driver cs4270_i2c_driver = {
.driver = {
.name = "cs4270-codec",
.name = "cs4270",
.owner = THIS_MODULE,
},
.id_table = cs4270_id,
Expand Down
4 changes: 2 additions & 2 deletions trunk/sound/soc/fsl/mpc8610_hpcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static int get_parent_cell_index(struct device_node *np)
* 'struct device' It's ugly and hackish, but it works.
*
* The dev_name for such devices include the bus number and I2C address. For
* example, "cs4270-codec.0-004f".
* example, "cs4270.0-004f".
*/
static int codec_node_dev_name(struct device_node *np, char *buf, size_t len)
{
Expand All @@ -267,7 +267,7 @@ static int codec_node_dev_name(struct device_node *np, char *buf, size_t len)
if (!i2c)
return -ENODEV;

snprintf(buf, len, "%s-codec.%u-%04x", temp, i2c->adapter->nr, addr);
snprintf(buf, len, "%s.%u-%04x", temp, i2c->adapter->nr, addr);

return 0;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/soc/pxa/raumfeld.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ static struct snd_soc_ops raumfeld_ak4104_ops = {
.cpu_dai_name = "pxa-ssp-dai.0", \
.platform_name = "pxa-pcm-audio", \
.codec_dai_name = "cs4270-hifi", \
.codec_name = "cs4270-codec.0-0048", \
.codec_name = "cs4270.0-0048", \
.ops = &raumfeld_cs4270_ops, \
}

Expand Down

0 comments on commit 22f1450

Please sign in to comment.