[#5743] sound/soc/blackfin/bf5xx-ad1938.c build fails after 2.6.32 upgrade
Submitted By: Mike Frysinger
Open Date
2009-12-03 23:06:34 Close Date
2010-01-19 01:21:59
Priority:
Medium Assignee:
Barry Song
Status:
Closed Fixed In Release:
N/A
Found In Release:
2010R1 Release:
Category:
N/A Board:
N/A
Processor:
ALL Silicon Revision:
Is this bug repeatable?:
Yes Resolution:
Fixed
Uboot version or rev.:
Toolchain version or rev.:
N/A
App binary format:
N/A
Summary: sound/soc/blackfin/bf5xx-ad1938.c build fails after 2.6.32 upgrade
Details:
sound/soc/blackfin/bf5xx-ad1938.c: In function ‘bf5xx_ad1938_hw_params’:
sound/soc/blackfin/bf5xx-ad1938.c:70: error: too few arguments to function ‘snd_soc_dai_set_tdm_slot’
make[1]: *** [sound/soc/blackfin/bf5xx-ad1938.o] Error 1
make: *** [sound/soc/blackfin/bf5xx-ad1938.o] Error 2
Follow-ups
--- Barry Song 2009-12-06 22:03:17
- ret = snd_soc_dai_set_tdm_slot(codec_dai, 0xFF, 8);
+ ret = snd_soc_dai_set_tdm_slot(codec_dai, 0xFF, 0xFF, 8, 32);
it has been merged into mainline when applied by upstream.
Files
Changes
Commits
Dependencies
Duplicates
Associations
Tags
File Name File Type File Size Posted By
No Files Were Found