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

此提交包含在:
Mark Brown
2014-03-13 14:19:21 +00:00
當前提交 2620954d64
共有 88 個檔案被更改,包括 65 行新增660 行删除

查看文件

@@ -559,14 +559,6 @@ static int tlv320aic23_resume(struct snd_soc_codec *codec)
static int tlv320aic23_codec_probe(struct snd_soc_codec *codec)
{
int ret;
ret = snd_soc_codec_set_cache_io(codec, 7, 9, SND_SOC_REGMAP);
if (ret < 0) {
dev_err(codec->dev, "Failed to set cache I/O: %d\n", ret);
return ret;
}
/* Reset codec */
snd_soc_write(codec, TLV320AIC23_RESET, 0);