1. 03 Mar, 2019 3 commits
    • Olivier Moysan's avatar
      ASoC: stm32: sai: fix iec958 controls indexation · 5f8a1000
      Olivier Moysan authored
      Allow indexation of sai iec958 controls according
      to device id.
      Signed-off-by: default avatarOlivier Moysan <olivier.moysan@st.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      5f8a1000
    • Gustavo A. R. Silva's avatar
      ASoC: ab8500: Mark expected switch fall-through · 102cefc8
      Gustavo A. R. Silva authored
      In preparation to enabling -Wimplicit-fallthrough, mark switch
      cases where we are expecting to fall through.
      
      This patch fixes the following warning:
      
      In file included from sound/soc/codecs/ab8500-codec.c:24:
      sound/soc/codecs/ab8500-codec.c: In function ‘ab8500_codec_set_dai_fmt’:
      ./include/linux/device.h:1485:2: warning: this statement may fall through [-Wimplicit-fallthrough=]
        _dev_err(dev, dev_fmt(fmt), ##__VA_ARGS__)
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      sound/soc/codecs/ab8500-codec.c:2129:3: note: in expansion of macro ‘dev_err’
         dev_err(dai->component->dev,
         ^~~~~~~
      sound/soc/codecs/ab8500-codec.c:2132:2: note: here
        default:
        ^~~~~~~
      
      Warning level 3 was used: -Wimplicit-fallthrough=3
      
      This patch is part of the ongoing efforts to enable
      -Wimplicit-fallthrough.
      Signed-off-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      102cefc8
    • Russell King's avatar
      ASoC: hdmi-codec: fix S/PDIF DAI · 2e95f984
      Russell King authored
      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: default avatarRussell King <rmk+kernel@armlinux.org.uk>
      Reviewed-by: default avatarJyri Sarha <jsarha@ti.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      2e95f984
  2. 28 Feb, 2019 1 commit
  3. 26 Feb, 2019 11 commits
  4. 22 Feb, 2019 6 commits
  5. 21 Feb, 2019 1 commit
  6. 20 Feb, 2019 8 commits
  7. 19 Feb, 2019 10 commits