summaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards/haswell.c
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2018-01-05 12:43:27 +0000
committerMark Brown <broonie@kernel.org>2018-01-05 12:43:27 +0000
commit7e9a8a878552d58d1bd5e71ca6feadfed99421d2 (patch)
tree0663080ba5f3dca5ccfb0e686deb889e035180da /sound/soc/intel/boards/haswell.c
parentd33f102017b00e3a71b9c8bd81f973f6cce5a102 (diff)
parentd5cc0a1fcbb5ddbef9fdd4c4a978da3254ddbf37 (diff)
Merge remote-tracking branch 'asoc/topic/intel' into asoc-next
Diffstat (limited to 'sound/soc/intel/boards/haswell.c')
-rw-r--r--sound/soc/intel/boards/haswell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/boards/haswell.c b/sound/soc/intel/boards/haswell.c
index 5e1ea0371c90..3c5160779204 100644
--- a/sound/soc/intel/boards/haswell.c
+++ b/sound/soc/intel/boards/haswell.c
@@ -76,7 +76,7 @@ static int haswell_rt5640_hw_params(struct snd_pcm_substream *substream,
}
/* set correct codec filter for DAI format and clock config */
- snd_soc_update_bits(rtd->codec, 0x83, 0xffff, 0x8000);
+ snd_soc_component_update_bits(codec_dai->component, 0x83, 0xffff, 0x8000);
return ret;
}