Linux Sound subsystem development
 help / color / mirror / Atom feed
* [PATCH 00/12] ALSA: hda: Reduce CONFIG_PM dependencies
@ 2024-05-06 16:13 Takashi Iwai
  2024-05-06 16:13 ` [PATCH 01/12] ALSA: hda: intel: " Takashi Iwai
                   ` (11 more replies)
  0 siblings, 12 replies; 16+ messages in thread
From: Takashi Iwai @ 2024-05-06 16:13 UTC (permalink / raw)
  To: linux-sound

The legacy HD-audio drivers contain a fair amount of CONFIG_PM
dependent code.  As nowadays CONFIG_PM is de facto mandatory, this
makes code unnecessarily complex.

This patch series tries to reduce CONFIG_PM dependencies in HD-audio
drivers.

Lightly tested with different config sets.


Takashi

===

Takashi Iwai (12):
  ALSA: hda: intel: Reduce CONFIG_PM dependencies
  ALSA: hda: codec: Reduce CONFIG_PM dependencies
  ALSA: hda: generic: Reduce CONFIG_PM dependencies
  ALSA: hda: analog: Reduce CONFIG_PM dependencies
  ALSA: hda: ca0132: Reduce CONFIG_PM dependencies
  ALSA: hda: cirrus: Reduce CONFIG_PM dependencies
  ALSA: hda: conexant: Reduce CONFIG_PM dependencies
  ALSA: hda: cs4809: Reduce CONFIG_PM dependencies
  ALSA: hda: hdmi: Reduce CONFIG_PM dependencies
  ALSA: hda: realtek: Reduce CONFIG_PM dependencies
  ALSA: hda: sigmantel: Reduce CONFIG_PM dependencies
  ALSA: hda: via: Reduce CONFIG_PM dependencies

 include/sound/hda_codec.h       | 11 --------
 sound/pci/hda/hda_codec.c       | 37 +++++++-------------------
 sound/pci/hda/hda_controller.c  |  2 --
 sound/pci/hda/hda_generic.c     |  4 ---
 sound/pci/hda/hda_generic.h     |  2 --
 sound/pci/hda/hda_intel.c       | 46 ++++++++++-----------------------
 sound/pci/hda/hda_intel_trace.h |  2 --
 sound/pci/hda/hda_sysfs.c       |  4 ---
 sound/pci/hda/patch_analog.c    |  4 ---
 sound/pci/hda/patch_ca0132.c    |  4 ---
 sound/pci/hda/patch_cirrus.c    |  4 ---
 sound/pci/hda/patch_conexant.c  |  4 ---
 sound/pci/hda/patch_cs8409.c    |  8 ------
 sound/pci/hda/patch_hdmi.c      |  8 ------
 sound/pci/hda/patch_realtek.c   | 16 +-----------
 sound/pci/hda/patch_sigmatel.c  |  8 ------
 sound/pci/hda/patch_via.c       |  6 -----
 17 files changed, 25 insertions(+), 145 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2024-05-10 14:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 16:13 [PATCH 00/12] ALSA: hda: Reduce CONFIG_PM dependencies Takashi Iwai
2024-05-06 16:13 ` [PATCH 01/12] ALSA: hda: intel: " Takashi Iwai
2024-05-08 17:45   ` Andy Shevchenko
2024-05-09  7:05     ` Takashi Iwai
2024-05-10 14:30       ` Andy Shevchenko
2024-05-06 16:13 ` [PATCH 02/12] ALSA: hda: codec: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 03/12] ALSA: hda: generic: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 04/12] ALSA: hda: analog: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 05/12] ALSA: hda: ca0132: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 06/12] ALSA: hda: cirrus: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 07/12] ALSA: hda: conexant: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 08/12] ALSA: hda: cs4809: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 09/12] ALSA: hda: hdmi: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 10/12] ALSA: hda: realtek: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 11/12] ALSA: hda: sigmantel: " Takashi Iwai
2024-05-06 16:13 ` [PATCH 12/12] ALSA: hda: via: " Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox