Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-next

This commit is contained in:
Mark Brown 2013-10-24 11:23:59 +01:00
Родитель bb80a5d4cd 0feb23d1bd
Коммит 805c605562
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -352,7 +352,6 @@ static int ak4642_dai_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
*/
default:
return -EINVAL;
break;
}
snd_soc_update_bits(codec, MD_CTL1, DIF_MASK, data);
@ -405,7 +404,6 @@ static int ak4642_dai_hw_params(struct snd_pcm_substream *substream,
break;
default:
return -EINVAL;
break;
}
snd_soc_update_bits(codec, MD_CTL2, FS_MASK, rate);