diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2017-11-14 01:04:58 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-11-27 18:50:01 +0000 |
commit | 93a00c467fe998bf5716cbc9cabc127046054782 (patch) | |
tree | fd3dbc63f69815ef6e9d2b9d3da5b11459126e0d /sound/firewire/digi00x/amdtp-dot.c | |
parent | 3bd333677d6091d989068b0f7ff7aba975e62dc5 (diff) | |
download | kernel_replicant_linux-93a00c467fe998bf5716cbc9cabc127046054782.tar.gz kernel_replicant_linux-93a00c467fe998bf5716cbc9cabc127046054782.tar.bz2 kernel_replicant_linux-93a00c467fe998bf5716cbc9cabc127046054782.zip |
ASoC: don't use snd_soc_write/read on twl6040
twl6040 doesn't use regmap nor reg_cache. Its write/read are done
through twl6040_reg_write/read. This driver directly calling these
functions, but sometimes using snd_soc_write/read.
As part of cleanup, snd_soc_codec_driver::write, read will be
removed soon. Then, write/read access through snd_soc_write/read
will doesn't work on this driver, since it doesn't use regmap nor
reg_cache.
This patch replace snd_soc_write/read to twl6040_write/read.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/firewire/digi00x/amdtp-dot.c')
0 files changed, 0 insertions, 0 deletions