9 Oct
2007
9 Oct
'07
2:59 p.m.
At Tue, 09 Oct 2007 12:58:09 +0100, James Pearson wrote:
Takashi Iwai wrote:
Thanks, I fixed it with #ifdef CONFIG_SND_BIT32_EMUL_MODULE. These shouldn't be exported unconditionally.
Also, some entries in kconfig_vers are changed as you suggested on HG tree.
Hope now it works...
Not quite - the patch at:
http://hg.alsa-project.org/alsa-driver/raw-diff/4dd14b787ef1/acore/control.patch
adds EXPORT_SYMBOL(snd_ctl_elem_read) twice - but doesn't add EXPORT_SYMBOL(snd_ctl_elem_write) ...
Argh. Fixed now.
Thanks,
Takashi