1. 12 1月, 2018 1 次提交
  2. 11 1月, 2018 2 次提交
    • W
      ASoC: stm32: fix a typo in stm32_adfsdm_probe() · 6dee6722
      Wei Yongjun 提交于
      Fix a typo, we should return PTR_ERR(priv->iio_cb) instead of
      PTR_ERR(priv->iio_ch).
      
      Fixes: 55da0948 ("ASoC: stm32: add DFSDM DAI support")
      Signed-off-by: NWei Yongjun <weiyongjun1@huawei.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      6dee6722
    • A
      ASoC: stm32: select IIO_BUFFER · 9cee7972
      Arnd Bergmann 提交于
      The new stm32_adfsdm driver has incomplete dependencies as shown
      by Kconfig:
      
      warning: (SND_SOC_STM32_DFSDM && LMP91000) selects IIO_BUFFER_CB which has unmet direct dependencies (IIO && IIO_BUFFER)
      sound/soc/stm/stm32_adfsdm.o: In function `stm32_adfsdm_trigger':
      stm32_adfsdm.c:(.text+0x8c): undefined reference to `stm32_dfsdm_get_buff_cb'
      stm32_adfsdm.c:(.text+0x9c): undefined reference to `stm32_dfsdm_release_buff_cb'
      
      This makes the dependency on SND_SOC_STM32_DFSDM unconditional, so we can
      always resolve the stm32_dfsdm_get_buff_cb/stm32_dfsdm_release_buff_cb
      symbols and get the implied IIO_BUFFER dependency.
      
      compile-testing on other platforms is still possible as long as that IIO
      driver is there.
      
      Fixes: 55da0948 ("ASoC: stm32: add DFSDM DAI support")
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      9cee7972
  3. 10 1月, 2018 10 次提交
  4. 09 1月, 2018 14 次提交
  5. 08 1月, 2018 7 次提交
  6. 05 1月, 2018 3 次提交
  7. 04 1月, 2018 3 次提交