1. 19 Feb, 2019 3 commits
    • Sylwester Nawrocki's avatar
      ASoC: samsung: odroid: Add missing DAPM routes · f89aea0f
      Sylwester Nawrocki authored
      With old DTS there will be missing DAPM routes linking BE with CODECs.
      Add those routes in the card driver so sound works properly on Odroid
      XU3/4 also without DTS updates enabling the secondary PCM.
      Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      f89aea0f
    • Wei Yongjun's avatar
      ASoC: wm8741: Make function 'wm8741_mute' static · 76a60f31
      Wei Yongjun authored
      Fixes the following sparse warning:
      
      sound/soc/codecs/wm8741.c:371:5: warning:
       symbol 'wm8741_mute' was not declared. Should it be static?
      
      Fixes: 36b15993 ("ASoC: wm8741: Add digital mute callback")
      Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      76a60f31
    • Wen Yang's avatar
      SoC: imx-sgtl5000: add missing put_device() · 8fa857da
      Wen Yang authored
      The of_find_device_by_node() takes a reference to the underlying device
      structure, we should release that reference.
      
      Detected by coccinelle with the following warnings:
      ./sound/soc/fsl/imx-sgtl5000.c:169:1-7: ERROR: missing put_device;
      call of_find_device_by_node on line 105, but without a corresponding
      object release within this function.
      ./sound/soc/fsl/imx-sgtl5000.c:177:1-7: ERROR: missing put_device;
      call of_find_device_by_node on line 105, but without a corresponding
      object release within this function.
      Signed-off-by: default avatarWen Yang <yellowriver2010@hotmail.com>
      Cc: Timur Tabi <timur@kernel.org>
      Cc: Nicolin Chen <nicoleotsuka@gmail.com>
      Cc: Xiubo Li <Xiubo.Lee@gmail.com>
      Cc: Fabio Estevam <festevam@gmail.com>
      Cc: Liam Girdwood <lgirdwood@gmail.com>
      Cc: Mark Brown <broonie@kernel.org>
      Cc: Jaroslav Kysela <perex@perex.cz>
      Cc: Takashi Iwai <tiwai@suse.com>
      Cc: Shawn Guo <shawnguo@kernel.org>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
      Cc: NXP Linux Team <linux-imx@nxp.com>
      Cc: alsa-devel@alsa-project.org
      Cc: linuxppc-dev@lists.ozlabs.org
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-kernel@vger.kernel.org
      Signed-off-by: default avatarMark Brown <broonie@kernel.org>
      8fa857da
  2. 18 Feb, 2019 16 commits
  3. 14 Feb, 2019 16 commits
  4. 13 Feb, 2019 5 commits