1. 10 May, 2024 4 commits
  2. 09 May, 2024 2 commits
    • Mark Brown's avatar
      ASoC: Add missing module descriptions · dd5cb1b4
      Mark Brown authored
      Merge series from Takashi Iwai <tiwai@suse.de>:
      
      Hi,
      
      here is a trivial patch series to add the missing module descriptions
      to ASoC drivers, as make W=1 starts complaining the lack of
      MODULE_DESCRIPTION() since recently.
      
      The whole sound/soc/sof/* are untouched as there are too many files
      involved, and I left SOF people to address them.
      
      thanks,
      
      Takashi
      
      ===
      
      Takashi Iwai (7):
        ASoC: ab8500: Add missing module description
        ASoC: sigmadsp: Add missing module description
        ASoC: qcom: Add missing module descriptions
        ASoC: dmaengine: Add missing module description
        ASoC: topology-test: Add missing module description
        ASoC: ux500: Add missing module description
        ASoC: xilinx: Add missing module descriptions
      
       sound/soc/codecs/ab8500-codec.c       | 1 +
       sound/soc/codecs/sigmadsp.c           | 1 +
       sound/soc/qcom/common.c               | 2 ++
       sound/soc/qcom/qdsp6/q6dsp-common.c   | 2 ++
       sound/soc/soc-generic-dmaengine-pcm.c | 1 +
       sound/soc/soc-topology-test.c         | 1 +
       sound/soc/ux500/ux500_msp_dai.c       | 1 +
       sound/soc/xilinx/xlnx_formatter_pcm.c | 2 ++
       sound/soc/xilinx/xlnx_i2s.c           | 1 +
       9 files changed, 12 insertions(+)
      
      --
      2.43.0
      dd5cb1b4
    • Kuninori Morimoto's avatar
      ASoC: audio-graph-card2: remove unneeded of_node_get() · c6f597bc
      Kuninori Morimoto authored
      "lnk" is used as "port0", and it will be used to get "port1" by
      of_get_next_child(ports, lnk). It will call of_node_put() inside. This
      function is calling of_node_get() to make up for it, but it doesn't call
      paired of_node_put(port0) when it quit function.
      This of_node_get() itself is not needed, let's remove it.
      Reported-by: default avatarDan Carpenter <dan.carpenter@linaro.org>
      Signed-off-by: default avatarKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Link: https://lore.kernel.org/r/87jzk3akoo.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
      c6f597bc
  3. 08 May, 2024 34 commits