alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: alsa-devel@alsa-project.org
Cc: liam.r.girdwood@linux.intel.com, tiwai@suse.de,
	broonie@kernel.org, Vinod Koul <vinod.koul@intel.com>,
	patches.audio@intel.com
Subject: [PATCH 00/18] ALSA: hdac: move hdac helpers to core
Date: Tue,  6 Oct 2015 16:07:37 +0100	[thread overview]
Message-ID: <1444144075-28963-1-git-send-email-vinod.koul@intel.com> (raw)

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

             reply	other threads:[~2015-10-06 15:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-06 15:07 Vinod Koul [this message]
2015-10-06 15:07 ` [PATCH 01/18] ALSA: hdac: Copy codec helpers to core 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

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=1444144075-28963-1-git-send-email-vinod.koul@intel.com \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=patches.audio@intel.com \
    --cc=tiwai@suse.de \
    /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 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).