summaryrefslogtreecommitdiff
path: root/sound/ppc
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-08-25 06:31:14 (GMT)
committerTakashi Iwai <tiwai@suse.de>2015-08-25 10:19:33 (GMT)
commita2bc2af66a5b656577fc2d71b6c277b73537777e (patch)
treeaa125388d5a5d6dc10a70a9da06564b4ef2d3e21 /sound/ppc
parent9dcc144b1f91c4fe33422518e401e9c624e2c64f (diff)
downloadlinux-a2bc2af66a5b656577fc2d71b6c277b73537777e.tar.xz
ALSA: ppc: keywest: Export I2C module alias information
The I2C core always reports the MODALIAS uevent as "i2c:<client name" regardless if the driver was matched using the I2C id_table or the of_match_table. So the driver needs to export the I2C table and this be built into the module or udev won't have the necessary information to auto load the correct module when the device is added. Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/ppc')
-rw-r--r--sound/ppc/keywest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/ppc/keywest.c b/sound/ppc/keywest.c
index 6120a06..f644a8c 100644
--- a/sound/ppc/keywest.c
+++ b/sound/ppc/keywest.c
@@ -101,6 +101,7 @@ static const struct i2c_device_id keywest_i2c_id[] = {
{ "keywest", 0 }, /* instantiated by us if needed */
{ }
};
+MODULE_DEVICE_TABLE(i2c, keywest_i2c_id);
static struct i2c_driver keywest_driver = {
.driver = {