All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] HD-audio modalias support patchset
@ 2015-10-16 16:20 Takashi Iwai
  2015-10-16 16:20 ` [PATCH 1/6] ALSA: hda - Add api_version to hda_device_id struct Takashi Iwai
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Takashi Iwai @ 2015-10-16 16:20 UTC (permalink / raw)
  To: alsa-devel; +Cc: Vinod Koul, Jeeja Kp, Subhransu S Prusty, Liam Girdwood

Hi,

this is a patchset to add the support of automatic modalias creation
for HD-audio codec drivers like other standard drivers.  Currently,
the HDA codec driver has put module alias manually due to ugly
historical reasons.  This patch finally moves to the saner way.

Also it adds the udev modalias support so that it can be autoloaded in
udev.

The patchset was initiated by Intel people for SKL ASoC drivers.  Now
I brushed up and made it working for legacy drivers.

The current patchset is found in topic/hda-modalias branch of sound
git tree, too.


thanks,

Takashi

===

Subhransu S. Prusty (2):
  ALSA: hda - Add hduadio support to DEVTABLE
  ALSA: hda - Add hdaudio bus modalias support

Takashi Iwai (3):
  ALSA: hda - Add api_version to hda_device_id struct
  ALSA: hda - Add a common helper to give the codec modalias string
  ALSA: hda - convert to hda_device_id

Thierry Reding (1):
  ALSA: hda - Advertise MODALIAS in uevent

 include/linux/mod_devicetable.h   |   8 ++
 include/sound/hdaudio.h           |  12 +--
 scripts/mod/devicetable-offsets.c |   5 +
 scripts/mod/file2alias.c          |  17 +++
 sound/hda/hda_bus_type.c          |  13 +++
 sound/hda/hdac_device.c           |  15 +++
 sound/hda/hdac_sysfs.c            |   8 ++
 sound/pci/hda/hda_bind.c          |  32 +++---
 sound/pci/hda/hda_codec.h         |  19 ++--
 sound/pci/hda/hda_generic.c       |   7 +-
 sound/pci/hda/patch_analog.c      |  37 ++++---
 sound/pci/hda/patch_ca0110.c      |  15 ++-
 sound/pci/hda/patch_ca0132.c      |   9 +-
 sound/pci/hda/patch_cirrus.c      |  21 ++--
 sound/pci/hda/patch_cmedia.c      |  15 ++-
 sound/pci/hda/patch_conexant.c    | 118 ++++++---------------
 sound/pci/hda/patch_hdmi.c        | 201 +++++++++++++----------------------
 sound/pci/hda/patch_realtek.c     | 122 ++++++++++------------
 sound/pci/hda/patch_si3054.c      |  39 +++----
 sound/pci/hda/patch_sigmatel.c    | 214 +++++++++++++++++++-------------------
 sound/pci/hda/patch_via.c         | 153 ++++++++++-----------------
 21 files changed, 475 insertions(+), 605 deletions(-)

-- 
2.6.1

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

end of thread, other threads:[~2015-10-20  9:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 16:20 [PATCH 0/6] HD-audio modalias support patchset Takashi Iwai
2015-10-16 16:20 ` [PATCH 1/6] ALSA: hda - Add api_version to hda_device_id struct Takashi Iwai
2015-10-16 16:20 ` [PATCH 2/6] ALSA: hda - Add hduadio support to DEVTABLE Takashi Iwai
2015-10-16 16:20 ` [PATCH 3/6] ALSA: hda - Add a common helper to give the codec modalias string Takashi Iwai
2015-10-16 16:20 ` [PATCH 4/6] ALSA: hda - Add hdaudio bus modalias support Takashi Iwai
2015-10-16 16:20 ` [PATCH 5/6] ALSA: hda - convert to hda_device_id Takashi Iwai
2015-10-16 16:20 ` [PATCH 6/6] ALSA: hda - Advertise MODALIAS in uevent Takashi Iwai
2015-10-18 15:11 ` [PATCH 0/6] HD-audio modalias support patchset Vinod Koul
2015-10-20  6:16   ` Vinod Koul
2015-10-20  9:02     ` Takashi Iwai

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.