Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/fix/tegra' into asoc-linus
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Aug 15, 2013
2 parents f6938bb + c90c0d7 commit 44ffb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/tegra/tegra30_i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 44ffb69

Please sign in to comment.