1. 04 3月, 2019 1 次提交
    • R
      ASoC: hdmi-codec: fix S/PDIF DAI · 2e95f984
      Russell King 提交于
      When using the S/PDIF DAI, there is no requirement to call
      snd_soc_dai_set_fmt() as there is no DAI format definition that defines
      S/PDIF.  In any case, S/PDIF does not have separate clocks, this is
      embedded into the data stream.
      
      Consequently, when attempting to use TDA998x in S/PDIF mode, the attempt
      to configure TDA998x via the hw_params callback fails as the
      hdmi_codec_daifmt is left initialised to zero.
      
      Since the S/PDIF DAI will only be used by S/PDIF, prepare the
      hdmi_codec_daifmt structure for this format.
      Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
      Reviewed-by: NJyri Sarha <jsarha@ti.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      2e95f984
  2. 28 2月, 2019 1 次提交
  3. 26 2月, 2019 11 次提交
  4. 22 2月, 2019 6 次提交
  5. 21 2月, 2019 4 次提交
  6. 20 2月, 2019 7 次提交
  7. 19 2月, 2019 10 次提交