Commit d434bc32 authored by Axel Lin's avatar Axel Lin Committed by Mark Brown
Browse files

ASoC: wm8711: Use snd_soc_update_bits for read-modify-write



Use snd_soc_update_bits for read-modify-write register access instead of
open-coding it using snd_soc_read and snd_soc_write

Signed-off-by: default avatarAxel Lin <axel.lin@gmail.com>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 696f9175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -364,7 +364,7 @@ static int wm8711_resume(struct snd_soc_codec *codec)
static int wm8711_probe(struct snd_soc_codec *codec)
{
	struct wm8711_priv *wm8711 = snd_soc_codec_get_drvdata(codec);
	int ret, reg;
	int ret;

	ret = snd_soc_codec_set_cache_io(codec, 7, 9, wm8711->bus_type);
	if (ret < 0) {