diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-08-20 22:50:41 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-21 10:52:49 +0100 |
commit | cb3826f524728a90a47f2f831c3d61851c8091b2 (patch) | |
tree | 5150c7c4a6547851fb126c4c9feee75ac4e5d2c1 /sound/soc/davinci | |
parent | 14412acde5b57450b8afb3d4b03132419b6abebf (diff) | |
download | blackbird-op-linux-cb3826f524728a90a47f2f831c3d61851c8091b2.tar.gz blackbird-op-linux-cb3826f524728a90a47f2f831c3d61851c8091b2.zip |
ASoC: tlv320aic3x: Change to use device model
The tlv320aic3x driver managed its own i2c device, instead of an extant
one created by the board support code. Change the code to make it so that
the driver binds to an extant (in this case i2c) device.
Add explict tlv320aic33 as well as tlv320aic3x to the supported device
table and remove the old driver bindings from the users of this code.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-evm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 46c1b0cb1d1b..396d777dedac 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c @@ -207,8 +207,6 @@ static struct snd_soc_card da850_snd_soc_card = { /* evm audio private data */ static struct aic3x_setup_data evm_aic3x_setup = { - .i2c_bus = 1, - .i2c_address = 0x1b, }; /* dm6467 evm audio private data */ |