All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ASoC: mediatek: fix device_node leak
@ 2021-12-24  6:47 Tzung-Bi Shih
  2021-12-24  6:47 ` [PATCH 1/4] ASoC: mediatek: mt8173: " Tzung-Bi Shih
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tzung-Bi Shih @ 2021-12-24  6:47 UTC (permalink / raw)
  To: broonie; +Cc: tzungbi, alsa-devel, trevor.wu, jiaxin.yu

The series is a follow up series.

The 1st and 2nd patch follow [1] to fix the device_node leak.

The 3rd patch follows [2] to reduce the log verbosity.

The 4th patch cleans the device_node related code on MT8195.
In order to align to previous platforms.

[1]: https://patchwork.kernel.org/project/alsa-devel/patch/20211214040028.2992627-1-tzungbi@google.com/
[2]: https://patchwork.kernel.org/project/alsa-devel/patch/20211220093408.207206-1-tzungbi@google.com/

Tzung-Bi Shih (4):
  ASoC: mediatek: mt8173: fix device_node leak
  ASoC: mediatek: mt8183: fix device_node leak
  ASoC: mediatek: mt8173: reduce log verbosity in probe()
  ASoC: mediatek: mt8195: release device_node after
    snd_soc_register_card

 sound/soc/mediatek/mt8173/mt8173-max98090.c   |  6 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5514.c    |  5 +-
 .../mediatek/mt8173/mt8173-rt5650-rt5676.c    |  5 +-
 sound/soc/mediatek/mt8173/mt8173-rt5650.c     |  5 +-
 .../mediatek/mt8183/mt8183-da7219-max98357.c  |  6 +-
 .../mt8183/mt8183-mt6358-ts3a227-max98357.c   |  7 +-
 .../mt8195/mt8195-mt6359-rt1011-rt5682.c      | 53 +++++----------
 .../mt8195/mt8195-mt6359-rt1019-rt5682.c      | 64 ++++++-------------
 8 files changed, 56 insertions(+), 95 deletions(-)

-- 
2.34.1.448.ga2b2bfdf31-goog


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-12-24 16:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-24  6:47 [PATCH 0/4] ASoC: mediatek: fix device_node leak Tzung-Bi Shih
2021-12-24  6:47 ` [PATCH 1/4] ASoC: mediatek: mt8173: " Tzung-Bi Shih
2021-12-24  6:47 ` [PATCH 2/4] ASoC: mediatek: mt8183: " Tzung-Bi Shih
2021-12-24  6:47 ` [PATCH 3/4] ASoC: mediatek: mt8173: reduce log verbosity in probe() Tzung-Bi Shih
2021-12-24  6:47 ` [PATCH 4/4] ASoC: mediatek: mt8195: release device_node after snd_soc_register_card Tzung-Bi Shih
2021-12-24 16:17 ` [PATCH 0/4] ASoC: mediatek: fix device_node leak Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.