diff options
author | Moise Gergaud <moise.gergaud@st.com> | 2016-04-14 15:29:35 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-04-18 11:04:55 +0100 |
commit | 3ee15cac90e168fdea497a168a2e79acb1c4e612 (patch) | |
tree | a72567fea3813b92e88a00b94d837acea68ec2ba /sound/soc/sti/uniperif.h | |
parent | 82d4eb91ab1912cb9e8751b9aa0875af2ae36db2 (diff) | |
download | lwn-3ee15cac90e168fdea497a168a2e79acb1c4e612.tar.gz lwn-3ee15cac90e168fdea497a168a2e79acb1c4e612.zip |
ASoC: sti: select player for I2S/TDM TX bus
By default, player#0 is connected to I2S/TDM TX bus.
This patch connects player#1 to I2S/TDM TX bus.
Signed-off-by: Moise Gergaud <moise.gergaud@st.com>
Acked-by: Arnaud Pouliquen <arnaud.pouliquen@st.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sti/uniperif.h')
-rw-r--r-- | sound/soc/sti/uniperif.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sti/uniperif.h b/sound/soc/sti/uniperif.h index d0e24468478c..eb9933c62ad6 100644 --- a/sound/soc/sti/uniperif.h +++ b/sound/soc/sti/uniperif.h @@ -1302,6 +1302,7 @@ struct uniperif { struct device *dev; int ver; /* IP version, used by register access macros */ struct regmap_field *clk_sel; + struct regmap_field *valid_sel; /* capabilities */ const struct snd_pcm_hardware *hw; |