提交 34baf220 编写于 作者: M Mark Brown

ASoC: ak4104: Use snd_soc_write() rather than internal write function

Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: NDaniel Mack <zonque@gmail.com>
上级 afad95f8
......@@ -148,7 +148,7 @@ static int ak4104_hw_params(struct snd_pcm_substream *substream,
/* set the IEC958 bits: consumer mode, no copyright bit */
val |= IEC958_AES0_CON_NOT_COPYRIGHT;
ak4104_spi_write(codec, AK4104_REG_CHN_STATUS(0), val);
snd_soc_write(codec, AK4104_REG_CHN_STATUS(0), val);
val = 0;
......@@ -167,7 +167,7 @@ static int ak4104_hw_params(struct snd_pcm_substream *substream,
return -EINVAL;
}
return ak4104_spi_write(codec, AK4104_REG_CHN_STATUS(3), val);
return snd_soc_write(codec, AK4104_REG_CHN_STATUS(3), val);
}
static const struct snd_soc_dai_ops ak4101_dai_ops = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册