Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270698
b: refs/heads/master
c: 16b7a9a
h: refs/heads/master
v: v3
  • Loading branch information
Axel Lin authored and Mark Brown committed Sep 28, 2011
1 parent 80f1855 commit ae03252
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 63de012f35e4c48881ec14e9ec48ea92719fe3fb
refs/heads/master: 16b7a9aa9acfd4401f55731d39d63e8cb1665a45
2 changes: 0 additions & 2 deletions trunk/sound/soc/codecs/ak4671.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
/* codec private data */
struct ak4671_priv {
enum snd_soc_control_type control_type;
void *control_data;
};

/* ak4671 register cache & default register settings */
Expand Down Expand Up @@ -675,7 +674,6 @@ static int __devinit ak4671_i2c_probe(struct i2c_client *client,
return -ENOMEM;

i2c_set_clientdata(client, ak4671);
ak4671->control_data = client;
ak4671->control_type = SND_SOC_I2C;

ret = snd_soc_register_codec(&client->dev,
Expand Down

0 comments on commit ae03252

Please sign in to comment.