All of lore.kernel.org
 help / color / mirror / Atom feed
* [alsa-devel] [PATCH 0/4] ALSA: hda/hdmi: Clean up jack handling
@ 2020-02-06 16:28 Takashi Iwai
  2020-02-06 16:28 ` [alsa-devel] [PATCH 1/4] ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handling Takashi Iwai
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Takashi Iwai @ 2020-02-06 16:28 UTC (permalink / raw)
  To: alsa-devel; +Cc: Nikhil Mahale, Kai Vehmanen

Hi,

this is a series of cleanup of the jack handling in HD-audio HDMI
codec driver, which I realized after the recent regression fix.
Basically this changes the jack handling from hda_jack to the own jack
objects as Intel HDMI did but applying now to all (generic) codecs.
It resulted in a good amount of code reduction in the end.

As this is no real fixes, and I'd like to rather share the code
between 5.5 and 5.6, it's targeted for 5.7.

Only lightly tested on Intel and nouveau.


Takashi

===

Takashi Iwai (4):
  ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handling
  ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacks
  ALSA: hda/hdmi: Move runtime PM resume into
    hdmi_present_sense_via_verbs()
  ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld()

 sound/pci/hda/patch_hdmi.c | 313 +++++++++++++--------------------------------
 1 file changed, 90 insertions(+), 223 deletions(-)

-- 
2.16.4

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
https://mailman.alsa-project.org/mailman/listinfo/alsa-devel

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

end of thread, other threads:[~2020-02-10  5:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 16:28 [alsa-devel] [PATCH 0/4] ALSA: hda/hdmi: Clean up jack handling Takashi Iwai
2020-02-06 16:28 ` [alsa-devel] [PATCH 1/4] ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handling Takashi Iwai
2020-02-10  3:39   ` Nikhil Mahale
2020-02-06 16:28 ` [alsa-devel] [PATCH 2/4] ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacks Takashi Iwai
2020-02-10  5:08   ` Nikhil Mahale
2020-02-06 16:28 ` [alsa-devel] [PATCH 3/4] ALSA: hda/hdmi: Move runtime PM resume into hdmi_present_sense_via_verbs() Takashi Iwai
2020-02-10  5:09   ` Nikhil Mahale
2020-02-06 16:28 ` [alsa-devel] [PATCH 4/4] ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld() Takashi Iwai
2020-02-10  5:16   ` Nikhil Mahale
2020-02-07 15:48 ` [alsa-devel] [PATCH 0/4] ALSA: hda/hdmi: Clean up jack handling Kai Vehmanen

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.