summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolin Chen <b42378@freescale.com>2013-06-25 17:12:20 +0800
committerNicolin Chen <b42378@freescale.com>2013-06-25 17:27:53 +0800
commite6fca52e3cffbabe65bf3f8dd277ddfdc29fdbf7 (patch)
treecf33cc1a84dfeef337e1892c9f151155fbb4bcc0
parenta5a115f783c5cc38aa3233f60ac4e73e8445fee8 (diff)
ENGR00268488 ASoC: codec: mxc_hdmi: Add module alias
Yocto detects all the module alias as its standard for module auto load, so add module alias here to support this feature. Signed-off-by: Nicolin Chen <b42378@freescale.com> (cherry picked from commit 8c40b6c7c1584229745561b01bb212001c87ae51)
-rw-r--r--sound/soc/codecs/mxc_hdmi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/mxc_hdmi.c b/sound/soc/codecs/mxc_hdmi.c
index e9cdbdab7ec8..bc2c5961f7a3 100644
--- a/sound/soc/codecs/mxc_hdmi.c
+++ b/sound/soc/codecs/mxc_hdmi.c
@@ -64,6 +64,7 @@ struct platform_driver mxc_hdmi_driver = {
};
module_platform_driver(mxc_hdmi_driver);
+MODULE_ALIAS("platform:mxc_hdmi_soc");
MODULE_AUTHOR("Freescale Semiconductor, Inc.");
MODULE_DESCRIPTION("MXC HDMI Audio");
MODULE_LICENSE("GPL");