Re: [alsa-devel] [PATCH 1/2] ASoC: DaVinci: Voice Codec Support

2010-01-19 Thread Miguel Aguilar
Hi Mark, I found the problem, I was not aware about the patch "ASoC: DaVinci: remove requirement that dma_params is 1st in structure", that's why the davinci pcm open function was failing because the dma_params was not assigned properly. This is current output after that change: r...@dm365-e

Re: [alsa-devel] [PATCH 1/2] ASoC: DaVinci: Voice Codec Support

2010-01-19 Thread Miguel Aguilar
Hi Mark, I have been trying to test the AIC3x and the Voice Codec in the same kernel, however only the AIC3x is working, I'm having problem when I try to use the Voice Codec, I already have verified that the Voice Codec works since I tested alone. Please check the following output: r...@dm3

Re: [alsa-devel] [PATCH 1/2] ASoC: DaVinci: Voice Codec Support

2010-01-18 Thread Miguel Aguilar
Hi Mark, Please, see the comments below. +static int davinci_vc_client_dev_register(struct davinci_vc *davinci_vc, + const char *name, + struct platform_device **pdev) +{ + int ret; + + *pdev = platform_devi

[PATCH 1/2] ASoC: DaVinci: Voice Codec Support

2010-01-07 Thread miguel . aguilar
From: Miguel Aguilar There are two clients for the MFD driver: * Voice Codec Interface. * Voice Codec itself, CQ0093. Signed-off-by: Miguel Aguilar --- drivers/mfd/Kconfig|5 + drivers/mfd/Makefile |1 + drivers/mfd/davinci_voicecodec.c | 21