All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Felipe F. Tonello" <eu@felipetonello.com>
To: alsa-devel@alsa-project.org
Cc: "Felipe F. Tonello" <eu@felipetonello.com>,
	Jaroslav Kysela <perex@perex.cz>, Takashi Iwai <tiwai@suse.de>,
	Mark Brown <broonie@kernel.org>,
	linux-kernel@vger.kernel.org
Subject: [PATCH v2 0/2] ALSA: Implement core jack support for kcontrol
Date: Fri,  2 Aug 2013 00:59:23 -0700	[thread overview]
Message-ID: <1375430365-13232-1-git-send-email-eu@felipetonello.com> (raw)

From: "Felipe F. Tonello" <eu@felipetonello.com>

On this second version I made sure that the patch series can be bisected.
Also, since HDA codec has it's own jack infrastructure, I just disabled the
support of the core ALSA jack in it. Why? Because it's causing duplication of
controls, although the input events works fine. A HDA codec developer might
give us more information about it.

Patch 1) Is the actual implementation and fixes for users that uses the API.
Patch 2) Name fixes. Just to make sure no jack has " Jack" duplicated at the
end of its name.

Felipe F. Tonello (2):
  ALSA: Added jack detection KControl support
  ALSA: SoC: Fix jack names according new API

 include/sound/control.h            |  2 +-
 include/sound/jack.h               |  8 ++--
 include/sound/soc.h                |  2 +-
 sound/core/Kconfig                 |  1 +
 sound/core/ctljack.c               | 15 ++++++-
 sound/core/jack.c                  | 88 +++++++++++++++++++++++++++++++++++---
 sound/pci/hda/Kconfig              |  8 ----
 sound/pci/oxygen/xonar_wm87x6.c    |  2 +-
 sound/soc/fsl/wm1133-ev1.c         |  4 +-
 sound/soc/mid-x86/mfld_machine.c   |  6 +--
 sound/soc/omap/ams-delta.c         |  2 +-
 sound/soc/omap/omap-abe-twl6040.c  |  4 +-
 sound/soc/omap/omap-twl4030.c      |  4 +-
 sound/soc/omap/rx51.c              |  6 +--
 sound/soc/pxa/hx4700.c             |  4 +-
 sound/soc/pxa/palm27x.c            |  4 +-
 sound/soc/pxa/ttc-dkb.c            | 10 ++---
 sound/soc/pxa/z2.c                 |  4 +-
 sound/soc/samsung/goni_wm8994.c    |  7 +--
 sound/soc/samsung/h1940_uda1380.c  |  4 +-
 sound/soc/samsung/littlemill.c     | 10 ++---
 sound/soc/samsung/lowland.c        |  6 +--
 sound/soc/samsung/rx1950_uda1380.c |  4 +-
 sound/soc/samsung/smartq_wm8987.c  |  4 +-
 sound/soc/samsung/speyside.c       |  6 +--
 sound/soc/samsung/tobermory.c      |  4 +-
 sound/soc/soc-jack.c               |  5 ++-
 sound/soc/tegra/tegra_alc5632.c    |  4 +-
 sound/soc/tegra/tegra_rt5640.c     |  4 +-
 sound/soc/tegra/tegra_wm8903.c     |  8 ++--
 30 files changed, 163 insertions(+), 77 deletions(-)

-- 
1.8.3.1


WARNING: multiple messages have this Message-ID (diff)
From: "Felipe F. Tonello" <eu@felipetonello.com>
To: alsa-devel@alsa-project.org
Cc: Takashi Iwai <tiwai@suse.de>,
	linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>,
	"Felipe F. Tonello" <eu@felipetonello.com>
Subject: [PATCH v2 0/2] ALSA: Implement core jack support for kcontrol
Date: Fri,  2 Aug 2013 00:59:23 -0700	[thread overview]
Message-ID: <1375430365-13232-1-git-send-email-eu@felipetonello.com> (raw)

From: "Felipe F. Tonello" <eu@felipetonello.com>

On this second version I made sure that the patch series can be bisected.
Also, since HDA codec has it's own jack infrastructure, I just disabled the
support of the core ALSA jack in it. Why? Because it's causing duplication of
controls, although the input events works fine. A HDA codec developer might
give us more information about it.

Patch 1) Is the actual implementation and fixes for users that uses the API.
Patch 2) Name fixes. Just to make sure no jack has " Jack" duplicated at the
end of its name.

Felipe F. Tonello (2):
  ALSA: Added jack detection KControl support
  ALSA: SoC: Fix jack names according new API

 include/sound/control.h            |  2 +-
 include/sound/jack.h               |  8 ++--
 include/sound/soc.h                |  2 +-
 sound/core/Kconfig                 |  1 +
 sound/core/ctljack.c               | 15 ++++++-
 sound/core/jack.c                  | 88 +++++++++++++++++++++++++++++++++++---
 sound/pci/hda/Kconfig              |  8 ----
 sound/pci/oxygen/xonar_wm87x6.c    |  2 +-
 sound/soc/fsl/wm1133-ev1.c         |  4 +-
 sound/soc/mid-x86/mfld_machine.c   |  6 +--
 sound/soc/omap/ams-delta.c         |  2 +-
 sound/soc/omap/omap-abe-twl6040.c  |  4 +-
 sound/soc/omap/omap-twl4030.c      |  4 +-
 sound/soc/omap/rx51.c              |  6 +--
 sound/soc/pxa/hx4700.c             |  4 +-
 sound/soc/pxa/palm27x.c            |  4 +-
 sound/soc/pxa/ttc-dkb.c            | 10 ++---
 sound/soc/pxa/z2.c                 |  4 +-
 sound/soc/samsung/goni_wm8994.c    |  7 +--
 sound/soc/samsung/h1940_uda1380.c  |  4 +-
 sound/soc/samsung/littlemill.c     | 10 ++---
 sound/soc/samsung/lowland.c        |  6 +--
 sound/soc/samsung/rx1950_uda1380.c |  4 +-
 sound/soc/samsung/smartq_wm8987.c  |  4 +-
 sound/soc/samsung/speyside.c       |  6 +--
 sound/soc/samsung/tobermory.c      |  4 +-
 sound/soc/soc-jack.c               |  5 ++-
 sound/soc/tegra/tegra_alc5632.c    |  4 +-
 sound/soc/tegra/tegra_rt5640.c     |  4 +-
 sound/soc/tegra/tegra_wm8903.c     |  8 ++--
 30 files changed, 163 insertions(+), 77 deletions(-)

-- 
1.8.3.1

             reply	other threads:[~2013-08-02  7:59 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-02  7:59 Felipe F. Tonello [this message]
2013-08-02  7:59 ` [PATCH v2 0/2] ALSA: Implement core jack support for kcontrol Felipe F. Tonello
2013-08-02  7:59 ` [PATCH v2 1/2] ALSA: Added jack detection KControl support Felipe F. Tonello
2013-08-07 16:45   ` Mark Brown
2013-08-07 16:45     ` Mark Brown
2013-08-07 23:06     ` Felipe Tonello
2013-08-08  5:45     ` Takashi Iwai
2013-08-09  6:21   ` [PATCH v3 " Felipe F. Tonello
2013-08-09  6:21     ` Felipe F. Tonello
2013-08-09 13:52     ` Takashi Iwai
2013-08-09 13:52       ` Takashi Iwai
2013-08-09 16:39       ` Mark Brown
2013-08-09 16:51         ` Takashi Iwai
2013-08-09 17:36       ` Felipe Tonello
2013-08-09 17:36         ` Felipe Tonello
2013-08-12 10:39         ` Takashi Iwai
2013-08-12 10:54           ` Mark Brown
2013-08-12 10:54             ` Mark Brown
2013-08-12 18:34           ` Felipe Tonello
2013-08-02  7:59 ` [PATCH v2 2/2] ALSA: SoC: Fix jack names according new API Felipe F. Tonello

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=1375430365-13232-1-git-send-email-eu@felipetonello.com \
    --to=eu@felipetonello.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=perex@perex.cz \
    --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 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.