diff options
| author | Mark Brown <[email protected]> | 2013-08-15 10:37:54 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2013-08-15 10:37:54 +0000 |
| commit | 44ffb69ec617f64cd83182e8b64d93b84758d636 (patch) | |
| tree | 773ce11fb8f659a05831ee233ffc1723a611c86c | |
| parent | Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus (diff) | |
| parent | ASoC: tegra: fix Tegra30 I2S capture parameter setup (diff) | |
| download | kernel-44ffb69ec617f64cd83182e8b64d93b84758d636.tar.gz kernel-44ffb69ec617f64cd83182e8b64d93b84758d636.zip | |
Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus
| -rw-r--r-- | sound/soc/tegra/tegra30_i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/tegra/tegra30_i2s.c b/sound/soc/tegra/tegra30_i2s.c index d04146cad61f..47565fd04505 100644 --- a/sound/soc/tegra/tegra30_i2s.c +++ b/sound/soc/tegra/tegra30_i2s.c @@ -228,7 +228,7 @@ static int tegra30_i2s_hw_params(struct snd_pcm_substream *substream, reg = TEGRA30_I2S_CIF_RX_CTRL; } else { val |= TEGRA30_AUDIOCIF_CTRL_DIRECTION_TX; - reg = TEGRA30_I2S_CIF_RX_CTRL; + reg = TEGRA30_I2S_CIF_TX_CTRL; } regmap_write(i2s->regmap, reg, val); |
