diff options
author | Mark Brown <broonie@kernel.org> | 2017-07-03 16:51:30 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-07-03 16:51:30 +0100 |
commit | 6bf4cd287d6e60755481940386b3d146f7ba3c92 (patch) | |
tree | 5254f97b9ab497417d5484b64177e480ffbb3914 /sound/soc/sh/rcar/gen.c | |
parent | 2016d5ed401133539779d8a070abbe42fe9cb3da (diff) | |
parent | 8288591368fcb470024348a9b846f7b3f791be44 (diff) | |
download | talos-obmc-linux-6bf4cd287d6e60755481940386b3d146f7ba3c92.tar.gz talos-obmc-linux-6bf4cd287d6e60755481940386b3d146f7ba3c92.zip |
Merge remote-tracking branch 'asoc/topic/rcar' into asoc-next
Diffstat (limited to 'sound/soc/sh/rcar/gen.c')
-rw-r--r-- | sound/soc/sh/rcar/gen.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/sh/rcar/gen.c b/sound/soc/sh/rcar/gen.c index 4b0980728e13..ee00e3516911 100644 --- a/sound/soc/sh/rcar/gen.c +++ b/sound/soc/sh/rcar/gen.c @@ -219,6 +219,8 @@ static int rsnd_gen2_probe(struct rsnd_priv *priv) RSND_GEN_S_REG(SSI_SYS_STATUS5, 0x884), RSND_GEN_S_REG(SSI_SYS_STATUS6, 0x888), RSND_GEN_S_REG(SSI_SYS_STATUS7, 0x88c), + RSND_GEN_S_REG(HDMI0_SEL, 0x9e0), + RSND_GEN_S_REG(HDMI1_SEL, 0x9e4), /* FIXME: it needs SSI_MODE2/3 in the future */ RSND_GEN_M_REG(SSI_BUSIF_MODE, 0x0, 0x80), |