projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2721fd
)
ASoC: tlv320dac33: add MODULE_DEVICE_TABLE
author
Axel Lin
<
[email protected]
>
Fri, 4 Mar 2011 07:18:18 +0000
(15:18 +0800)
committer
Mark Brown
<
[email protected]
>
Mon, 7 Mar 2011 11:45:53 +0000
(11:45 +0000)
The device table is required to load modules based on modaliases.
Signed-off-by: Axel Lin <
[email protected]
>
Acked-by: Peter Ujfalusi <
[email protected]
>
Acked-by: Liam Girdwood <
[email protected]
>
Signed-off-by: Mark Brown <
[email protected]
>
sound/soc/codecs/tlv320dac33.c
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/tlv320dac33.c
b/sound/soc/codecs/tlv320dac33.c
index 71d7be8ac488f652f2907df9b966bd4b7f232c8c..00b6d87e7bdb9d6e9eb2fe6a0a9299e3c6d6999d 100644
(file)
--- a/
sound/soc/codecs/tlv320dac33.c
+++ b/
sound/soc/codecs/tlv320dac33.c
@@
-1615,6
+1615,7
@@
static const struct i2c_device_id tlv320dac33_i2c_id[] = {
},
{ },
};
+MODULE_DEVICE_TABLE(i2c, tlv320dac33_i2c_id);
static struct i2c_driver tlv320dac33_i2c_driver = {
.driver = {