commit | 4a6c2aa19d5b6dcd6078d1e0db2a88407b926ded | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Mon Jun 01 10:11:06 2015 +0200 |
committer | Mark Brown <broonie@kernel.org> | Mon Jun 01 16:46:02 2015 +0100 |
tree | 9b486e851288adb2eaa4e43476279fa0b738d711 | |
parent | 718e23fde529cf7f4f945606217e49c5f2e31537 [diff] |
ASoC: wm_hubs: Replace direct snd_soc_codec dapm field access The dapm field of the snd_soc_codec struct is eventually going to be removed, in preparation for this replace all manual access to codec->dapm with snd_soc_codec_get_dapm(). Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>