diff options
author | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-11 01:54:09 +0000 |
---|---|---|
committer | lars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-03-11 01:54:09 +0000 |
commit | a88dfb0e9b1f8e4cfae2119e8ea5595ef6d9c36b (patch) | |
tree | f99bebb8f6e2630c8a4858ed401f1976aa978601 /target/linux/xburst/files-2.6.32/sound/soc/jz4740 | |
parent | 522f3e8fab0f9586667121d401ff4ae119291935 (diff) |
[xburst] jz4740-i2s: Export jz4740_i2s_dai
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20131 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/xburst/files-2.6.32/sound/soc/jz4740')
-rw-r--r-- | target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-i2s.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-i2s.c b/target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-i2s.c index edd995e151..c1e070bfd3 100644 --- a/target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-i2s.c +++ b/target/linux/xburst/files-2.6.32/sound/soc/jz4740/jz4740-i2s.c @@ -453,6 +453,7 @@ struct snd_soc_dai jz4740_i2s_dai = { .suspend = jz4740_i2s_suspend, .resume = jz4740_i2s_resume, }; +EXPORT_SYMBOL_GPL(jz4740_i2s_dai); static int __devinit jz4740_i2s_dev_probe(struct platform_device *pdev) { |