summaryrefslogtreecommitdiffstats
path: root/sound/soc/pxa/pxa-ssp.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2014-05-30 16:47:41 +0300
committerMark Brown <broonie@linaro.org>2014-06-01 11:43:02 +0100
commite6c111fac4464e3f4bf7b3802b517dafc80f8e0f (patch)
tree311ff8b40d7faf07afcee0d2bc0eb83473fe886a /sound/soc/pxa/pxa-ssp.c
parentc9eaa447e77efe77b7fa4c953bd62de8297fd6c5 (diff)
downloadop-kernel-dev-e6c111fac4464e3f4bf7b3802b517dafc80f8e0f.zip
op-kernel-dev-e6c111fac4464e3f4bf7b3802b517dafc80f8e0f.tar.gz
ASoC: tlv320aci3x: Fix custom snd_soc_dapm_put_volsw_aic3x() function
For some unknown reason the parameters for snd_soc_test_bits() were in wrong order: It was: snd_soc_test_bits(codec, val, mask, reg); /* WRONG!!! */ while it should be: snd_soc_test_bits(codec, reg, mask, val); Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org
Diffstat (limited to 'sound/soc/pxa/pxa-ssp.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud