rk30 phone: aic3262 set codec phone call slave

This commit is contained in:
宋秀杰 2012-05-22 17:22:24 +08:00
parent 61dbbb9601
commit 5d698a48e0

View File

@ -367,7 +367,7 @@ static int rk29_aif3_hw_params(struct snd_pcm_substream *substream,
/* set codec DAI configuration */
ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_DSP_A |
SND_SOC_DAIFMT_IB_NF | SND_SOC_DAIFMT_CBM_CFM);
SND_SOC_DAIFMT_IB_NF | SND_SOC_DAIFMT_CBS_CFS);
if (ret < 0)
{
printk("%s: snd_soc_dai_set_fmt err =%d\n",__FUNCTION__,ret);