All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ALSA: PM-related fixes/cleanups
@ 2018-06-27  9:10 Takashi Iwai
  2018-06-27  9:10 ` [PATCH 1/3] ALSA: hda - Handle error from snd_hda_power_up*() Takashi Iwai
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Takashi Iwai @ 2018-06-27  9:10 UTC (permalink / raw)
  To: alsa-devel; +Cc: Ville Syrjälä, Chris Wilson

Hi,

this is a patch set addressing some minor issues found in PM-related
stuff, as well as the Intel HDMI fallback issue.  The first patch
covers the unusual error paths from runtime PM, the second one is a
code refactoring and the last one fixes the superfluous (rather
harmful) binding with the generic HDMI driver as fallback of i915
component binding.


Takashi

===

Takashi Iwai (3):
  ALSA: hda - Handle error from snd_hda_power_up*()
  ALSA: hda - Move in_pm accessors to HDA core
  ALSA: hda/hdmi - Don't fall back to generic when i915 binding fails

 include/sound/hdaudio.h        | 27 +++++++++++++++++
 sound/pci/hda/hda_beep.c       |  3 +-
 sound/pci/hda/hda_codec.c      | 25 ++++++----------
 sound/pci/hda/hda_controller.c |  4 ++-
 sound/pci/hda/hda_proc.c       |  3 +-
 sound/pci/hda/hda_sysfs.c      |  4 ++-
 sound/pci/hda/patch_ca0132.c   | 53 +++++++++++++++++++++++++++-------
 sound/pci/hda/patch_hdmi.c     |  4 ++-
 sound/pci/hda/patch_realtek.c  |  3 +-
 9 files changed, 93 insertions(+), 33 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-06-28  9:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-27  9:10 [PATCH 0/3] ALSA: PM-related fixes/cleanups Takashi Iwai
2018-06-27  9:10 ` [PATCH 1/3] ALSA: hda - Handle error from snd_hda_power_up*() Takashi Iwai
2018-06-27  9:36   ` Chris Wilson
2018-06-27  9:50     ` Takashi Iwai
2018-06-27 15:54   ` Chris Wilson
2018-06-27 16:09     ` Takashi Iwai
2018-06-27 21:48       ` Takashi Iwai
2018-06-27 16:12   ` Ville Syrjälä
2018-06-27 21:49     ` Takashi Iwai
2018-06-28  9:02   ` [alsa-devel] " Dan Carpenter
2018-06-27  9:10 ` [PATCH 2/3] ALSA: hda - Move in_pm accessors to HDA core Takashi Iwai
2018-06-27  9:38   ` Chris Wilson
2018-06-27 22:05     ` Takashi Iwai
2018-06-27  9:10 ` [PATCH 3/3] ALSA: hda/hdmi - Don't fall back to generic when i915 binding fails Takashi Iwai
2018-06-27 13:57 ` [PATCH 0/3] ALSA: PM-related fixes/cleanups Chris Wilson

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.