Dear,
I am working with V5.0, IPNC DM368 and AIC external CODEC. For V2.6, Our camera has already worked by the modification as below:
http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/100/t/138908.aspx
When we moved to V5 I also make the same modification except some differences in kernel config:
CONFIG_SND_DM365_AIC3X_CODEC=y
# CONFIG_SND_DM365_VOICE_CODEC=y
CONFIG_SND_SOC_I2C_AND_SPI=y
# CONFIG_SND_SOC_ALL_CODECS is not set
# CONFIG_SND_SOC_CQ0093VC=y
but we got the error message:
IPNC AUTO_IRIS = 0
ALSA lib confmisc.c:768:(parse_card) cannot find card '0'
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_card_driver returned error: No such file or directory
ALSA lib confmisc.c:392:(snd_func_concat) error evaluating strings
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1251:(snd_func_refer) error evaluating name
ALSA lib conf.c:4184:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:4663:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2212:(snd_pcm_open_noupdate) Unknown PCM default
ERROR (drv_audio.c|DRV_audioplayOpen|202): unable to open pcm device: No such file or directory
ERROR (audioThr.c|AUDIOPLAY_audioTskMain|772): AUDIOPLAY_audioTskCreate()
ERROR (avServerMainThr.c|AVSERVER_tskStart|213):
[ 8.611108] davinci_mmc davinci_mmc.0: Using DMA, 4-bit mode
if you know how to correct this please help me. Thanks