summaryrefslogtreecommitdiffstats
path: root/sound/soc/stm
diff options
context:
space:
mode:
authorJaechul Lee2017-09-06 03:04:15 +0200
committerMark Brown2017-09-19 16:59:07 +0200
commit975b6a93088e83a41ba2f0dec2f086678fdb2a7a (patch)
tree5030a50627446ecbb8f961e860e2cce8b931b547 /sound/soc/stm
parentASoC: samsung: Use 'samsung-i2s' cpu_dai for dai_links (diff)
downloadkernel-qcow2-linux-975b6a93088e83a41ba2f0dec2f086678fdb2a7a.tar.gz
kernel-qcow2-linux-975b6a93088e83a41ba2f0dec2f086678fdb2a7a.tar.xz
kernel-qcow2-linux-975b6a93088e83a41ba2f0dec2f086678fdb2a7a.zip
ASoC: samsung: Fix invalid argument when devm_gpiod_get is called
devm_gpiod_get is called with GPIOF_OUT_INIT_LOW but the function doesn't allow the parameters. Unluckily, GPIOF_OUT_INIT_LOW is same value as GPIOD_ASIS and gpio direction isn't set properly. Muted stream comes up when I try recording some sounds on TM2. mic-bias gpiod state can't be changed because the gpiod is created with the invalid parameter. The gpio should be set GPIOD_OUT_HIGH. Fixes: 1bfbc260a5b4 ("ASoC: samsung: Add machine driver for Exynos5433 based TM2 board") Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com> Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/stm')
0 files changed, 0 insertions, 0 deletions