git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30facd4
)
ASoC: s3c2412-i2s: Fix dai registration
author
Heiko Stübner
<heiko@sntech.de>
Mon, 30 Apr 2012 11:17:21 +0000
(13:17 +0200)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 30 Apr 2012 22:45:25 +0000
(23:45 +0100)
As s3c2412-i2s is using the s3c_i2sv2 it should call the more specialised
s3c_i2sv2_register_dai instead of simply calling snd_soc_register_dai.
Without this call the snd_soc_dai_ops structure isn't initialised correctly.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found