commit | 65b4bcb82967fd5a60694c3477e58a04a9170aea | [log] [tgz] |
---|---|---|
author | Alan <gnomes@lxorguk.ukuu.org.uk> | Fri Feb 19 11:42:32 2016 +0530 |
committer | Mark Brown <broonie@kernel.org> | Sat Feb 20 00:32:32 2016 +0900 |
tree | 85fc6bd3f1bb21003bb5ad055e20ff5dce9bd4d4 | |
parent | 92e963f50fc74041b5e9e744c330dca48e04f08d [diff] |
ASoC: Intel: Skylake: fix pointer scaling skl_tplg_tlv_control_set does pointer maths on data but forgets that data is not uint8_t so the maths is already scaled in the pointer type. Signed-off-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>