diff options
Diffstat (limited to 'sound/oss/dmasound/dac3550a.c')
-rw-r--r-- | sound/oss/dmasound/dac3550a.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sound/oss/dmasound/dac3550a.c b/sound/oss/dmasound/dac3550a.c index 3402a663d07f..835e0cfc3bf3 100644 --- a/sound/oss/dmasound/dac3550a.c +++ b/sound/oss/dmasound/dac3550a.c | |||
@@ -41,8 +41,10 @@ static int daca_detect_client(struct i2c_adapter *adapter, int address); | |||
41 | static int daca_detach_client(struct i2c_client *client); | 41 | static int daca_detach_client(struct i2c_client *client); |
42 | 42 | ||
43 | struct i2c_driver daca_driver = { | 43 | struct i2c_driver daca_driver = { |
44 | .owner = THIS_MODULE, | 44 | .driver = { |
45 | .name = "DAC3550A driver V " DACA_VERSION, | 45 | .owner = THIS_MODULE, |
46 | .name = "DAC3550A driver V " DACA_VERSION, | ||
47 | }, | ||
46 | .id = I2C_DRIVERID_DACA, | 48 | .id = I2C_DRIVERID_DACA, |
47 | .attach_adapter = daca_attach_adapter, | 49 | .attach_adapter = daca_attach_adapter, |
48 | .detach_client = daca_detach_client, | 50 | .detach_client = daca_detach_client, |