diff options
Diffstat (limited to 'sound/soc/intel/boards/haswell.c')
| -rw-r--r-- | sound/soc/intel/boards/haswell.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/haswell.c b/sound/soc/intel/boards/haswell.c index c763bfeb1f38..36e136acbef5 100644 --- a/sound/soc/intel/boards/haswell.c +++ b/sound/soc/intel/boards/haswell.c @@ -145,7 +145,7 @@ static struct snd_soc_dai_link haswell_rt5640_dais[] = {  		.id = 0,  		.no_pcm = 1,  		.dai_fmt = SND_SOC_DAIFMT_I2S | SND_SOC_DAIFMT_NB_NF | -			SND_SOC_DAIFMT_CBS_CFS, +			SND_SOC_DAIFMT_CBC_CFC,  		.ignore_pmdown_time = 1,  		.be_hw_params_fixup = haswell_ssp0_fixup,  		.ops = &haswell_rt5640_ops,  |