diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-08-02 18:11:25 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-08-02 18:11:25 +0200 |
commit | ac190c76680cde6ce379b6be5baf89a970ea13d4 (patch) | |
tree | 8708121cda4180ac9e5c89f5473a8d6f10fda711 /sound/soc/omap/omap-mcbsp.c | |
parent | 707fba3fa76a4c8855552f5d4c1a12430c09bce8 (diff) | |
parent | 98d3088e534a2a61f6690b5426909b0c3b57a785 (diff) | |
download | talos-op-linux-ac190c76680cde6ce379b6be5baf89a970ea13d4.tar.gz talos-op-linux-ac190c76680cde6ce379b6be5baf89a970ea13d4.zip |
Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Additional updates for 3.6
A few updates for issues discovered during the merge window, the main
one being the fix for the issues with defaulting to use of regmap
without properly checking if there was I/O in place already.
Diffstat (limited to 'sound/soc/omap/omap-mcbsp.c')
-rw-r--r-- | sound/soc/omap/omap-mcbsp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/omap/omap-mcbsp.c b/sound/soc/omap/omap-mcbsp.c index 1046083e90a0..acdd3ef14e08 100644 --- a/sound/soc/omap/omap-mcbsp.c +++ b/sound/soc/omap/omap-mcbsp.c @@ -820,3 +820,4 @@ module_platform_driver(asoc_mcbsp_driver); MODULE_AUTHOR("Jarkko Nikula <jarkko.nikula@bitmer.com>"); MODULE_DESCRIPTION("OMAP I2S SoC Interface"); MODULE_LICENSE("GPL"); +MODULE_ALIAS("platform:omap-mcbsp"); |