alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/18] ALSA: hdac: move hdac helpers to core
@ 2015-10-06 15:07 Vinod Koul
  2015-10-06 15:07 ` [PATCH 01/18] ALSA: hdac: Copy codec " Vinod Koul
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: Vinod Koul @ 2015-10-06 15:07 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

Hi Takashi,

Here is the second version which updates the users.

This update was done using coccinelle scripts. I also noticed that the
coccinelle is reformaing the change lines, but changes looked good to me so
I have kept them, please do let me know if you would like these to be
removed.

Subhransu S. Prusty (1):
  ALSA: hdac: Copy codec helpers to core

Vinod Koul (17):
  ALSA: hda: move hda beep to use hdac helpers
  ALSA: hda: move hda_eld to use hdac helpers
  ALSA: hda: move hda_generic to use hdac helpers
  ALSA: hda: move hda_hwdep to use hdac helpers
  ALSA: hda: move hda_jack to use hdac helpers
  ALSA: hda: move hda_proc to use hdac helpers
  ALSA: hda: move patch_analog to use hdac helpers
  ALSA: hda: move patch_ca0132.c to use hdac helpers
  ALSA: hda: move patch_cirrus to use hdac helpers
  ALSA: hda: move to use hdac helpers
  ALSA: hda: move patch_hdmi to use hdac helpers
  ALSA: hda: move patch_realtek to use hdac helpers
  ALSA: hda: move patch_si3054 to use hdac helpers
  ALSA: hda: move patch_sigmatel to use hdac helpers
  ALSA: hda: move patch_via to use hdac helpers
  ALSA: hda: move hda_codec to use hdac helpers
  ALSA: hda: remove the old helpers

 include/sound/hdaudio.h        |   6 +
 sound/hda/hdac_device.c        |  81 ++++++++++++
 sound/pci/hda/hda_beep.c       |   4 +-
 sound/pci/hda/hda_codec.c      | 128 +++++++-----------
 sound/pci/hda/hda_codec.h      |   5 -
 sound/pci/hda/hda_eld.c        |  65 +++++++---
 sound/pci/hda/hda_generic.c    |   9 +-
 sound/pci/hda/hda_hwdep.c      |   4 +-
 sound/pci/hda/hda_jack.c       |   8 +-
 sound/pci/hda/hda_local.h      |  13 --
 sound/pci/hda/hda_proc.c       |  80 ++++++------
 sound/pci/hda/patch_analog.c   |  10 +-
 sound/pci/hda/patch_ca0132.c   | 223 ++++++++++++++++----------------
 sound/pci/hda/patch_cirrus.c   |  52 ++++----
 sound/pci/hda/patch_conexant.c |  20 +--
 sound/pci/hda/patch_hdmi.c     | 285 +++++++++++++++++++++--------------------
 sound/pci/hda/patch_realtek.c  | 136 +++++++++++---------
 sound/pci/hda/patch_si3054.c   |  10 +-
 sound/pci/hda/patch_sigmatel.c |  78 +++++------
 sound/pci/hda/patch_via.c      |  14 +-
 20 files changed, 660 insertions(+), 571 deletions(-)

-- 
2.4.3

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

end of thread, other threads:[~2015-10-07 10:52 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 15:07 [PATCH 00/18] ALSA: hdac: move hdac helpers to core Vinod Koul
2015-10-06 15:07 ` [PATCH 01/18] ALSA: hdac: Copy codec " Vinod Koul
2015-10-06 15:07 ` [PATCH 02/18] ALSA: hda: move hda beep to use hdac helpers Vinod Koul
2015-10-06 15:07 ` [PATCH 03/18] ALSA: hda: move hda_eld " Vinod Koul
2015-10-06 15:07 ` [PATCH 04/18] ALSA: hda: move hda_generic " Vinod Koul
2015-10-06 15:07 ` [PATCH 05/18] ALSA: hda: move hda_hwdep " Vinod Koul
2015-10-06 15:07 ` [PATCH 06/18] ALSA: hda: move hda_jack " Vinod Koul
2015-10-06 15:07 ` [PATCH 07/18] ALSA: hda: move hda_proc " Vinod Koul
2015-10-06 15:07 ` [PATCH 08/18] ALSA: hda: move patch_analog " Vinod Koul
2015-10-06 15:07 ` [PATCH 09/18] ALSA: hda: move patch_ca0132.c " Vinod Koul
2015-10-06 15:07 ` [PATCH 10/18] ALSA: hda: move patch_cirrus " Vinod Koul
2015-10-06 15:07 ` [PATCH 11/18] ALSA: hda: move " Vinod Koul
2015-10-06 15:07 ` [PATCH 12/18] ALSA: hda: move patch_hdmi " Vinod Koul
2015-10-06 15:07 ` [PATCH 13/18] ALSA: hda: move patch_realtek " Vinod Koul
2015-10-06 15:07 ` [PATCH 14/18] ALSA: hda: move patch_si3054 " Vinod Koul
2015-10-06 15:07 ` [PATCH 15/18] ALSA: hda: move patch_sigmatel " Vinod Koul
2015-10-06 15:07 ` [PATCH 16/18] ALSA: hda: move patch_via " Vinod Koul
2015-10-06 15:07 ` [PATCH 17/18] ALSA: hda: move hda_codec " Vinod Koul
2015-10-06 15:07 ` [PATCH 18/18] ALSA: hda: remove the old helpers Vinod Koul
2015-10-06 18:12 ` [PATCH 00/18] ALSA: hdac: move hdac helpers to core Takashi Iwai
2015-10-07 10:52   ` Koul, Vinod

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).