All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@alsa-project.org
Cc: Nikhil Mahale <nmahale@nvidia.com>,
	Kai Vehmanen <kai.vehmanen@linux.intel.com>
Subject: [alsa-devel] [PATCH 0/4] ALSA: hda/hdmi: Clean up jack handling
Date: Thu,  6 Feb 2020 17:28:00 +0100	[thread overview]
Message-ID: <20200206162804.4734-1-tiwai@suse.de> (raw)

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

             reply	other threads:[~2020-02-06 16:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-06 16:28 Takashi Iwai [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200206162804.4734-1-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=nmahale@nvidia.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.