Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 16693
b: refs/heads/master
c: d74cdab
h: refs/heads/master
i:
  16691: c7f4629
v: v3
  • Loading branch information
Laurent Riffard authored and Greg Kroah-Hartman committed Jan 6, 2006
1 parent d526f2d commit b11c67c
Show file tree
Hide file tree
Showing 3 changed files with 9 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: 604f28e2b8d34cbaf08f0351374645f161335a82
refs/heads/master: d74cdab1cad1e5895d8928eeeb2ac469f8410d2e
6 changes: 4 additions & 2 deletions trunk/sound/oss/dmasound/dac3550a.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ static int daca_detect_client(struct i2c_adapter *adapter, int address);
static int daca_detach_client(struct i2c_client *client);

struct i2c_driver daca_driver = {
.owner = THIS_MODULE,
.name = "DAC3550A driver V " DACA_VERSION,
.driver = {
.owner = THIS_MODULE,
.name = "DAC3550A driver V " DACA_VERSION,
},
.id = I2C_DRIVERID_DACA,
.attach_adapter = daca_attach_adapter,
.detach_client = daca_detach_client,
Expand Down
6 changes: 4 additions & 2 deletions trunk/sound/oss/dmasound/tas_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ static int tas_attach_adapter(struct i2c_adapter *);
static int tas_detach_client(struct i2c_client *);

struct i2c_driver tas_driver = {
.owner = THIS_MODULE,
.name = "tas",
.driver = {
.owner = THIS_MODULE,
.name = "tas",
},
.attach_adapter = tas_attach_adapter,
.detach_client = tas_detach_client,
};
Expand Down

0 comments on commit b11c67c

Please sign in to comment.