Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293388
b: refs/heads/master
c: fdd48f9
h: refs/heads/master
v: v3
  • Loading branch information
Mark Brown committed Feb 21, 2012
1 parent 48a0cb5 commit 7a5248f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 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: 38d78bafb98adb7b256ba24014471c5562ba4ee1
refs/heads/master: fdd48f9d1961d579ded4d820348af5f3f0f94463
8 changes: 7 additions & 1 deletion trunk/sound/soc/codecs/wm8776.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@

#include "wm8776.h"

enum wm8776_chip_type {
WM8775 = 1,
WM8776,
};

/* codec private data */
struct wm8776_priv {
enum snd_soc_control_type control_type;
Expand Down Expand Up @@ -512,7 +517,8 @@ static __devexit int wm8776_i2c_remove(struct i2c_client *client)
}

static const struct i2c_device_id wm8776_i2c_id[] = {
{ "wm8776", 0 },
{ "wm8775", WM8775 },
{ "wm8776", WM8776 },
{ }
};
MODULE_DEVICE_TABLE(i2c, wm8776_i2c_id);
Expand Down

0 comments on commit 7a5248f

Please sign in to comment.