From: Stephen Warren Date: Wed, 14 Aug 2013 20:24:16 +0000 (-0600) Subject: ASoC: tegra: fix Tegra30 I2S capture parameter setup X-Git-Tag: v3.11-rc6~9^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c90c0d7a96e634a73ef1580f1d20993606545647;p=pandora-kernel.git ASoC: tegra: fix Tegra30 I2S capture parameter setup The Tegra30 I2S driver was writing the AHUB interface parameters to the playback path register rather than the capture path register. This caused the capture parameters not to be configured at all, so if capturing using non-HW-default parameters (e.g. 16-bit stereo rather than 8-bit mono) the audio would be corrupted. With this fixed, audio capture from an analog microphone works correctly on the Cardhu board. Cc: stable@vger.kernel.org Signed-off-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed