All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v4.0
@ 2015-03-17 11:36 Mark Brown
  2015-03-17 15:32 ` Takashi Iwai
  2015-03-18  9:09 ` Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: Mark Brown @ 2015-03-17 11:36 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


[-- Attachment #1.1: Type: text/plain, Size: 4104 bytes --]

The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:

  Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.0-rc4

for you to fetch changes up to 33484c67398295108ab31e17b50b5a6fba1f5eef:

  Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus (2015-03-16 12:03:17 +0000)

----------------------------------------------------------------
ASoC: Fixes for v4.0

As well as the usual collection of driver specific fixes there's a few
more generic things:

 - Lots of fixes from Takashi for drivers using the wrong field in the
   control union to communicate with userspace, leading to potential
   errors on 64 bit systems.
 - A fix from Lars for locking of the lists of devices we maintain,
   mostly only likely to trigger during device probe and removal.

----------------------------------------------------------------
Bard Liao (1):
      ASoC: rt286: Change the DMI mapping for Dino

Eric Nelson (1):
      ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP

Lars-Peter Clausen (4):
      ASoC: ak4671: Fix control-less DAPM routes
      ASoC: da732x: Fix control-less DAPM routes
      ASoC: sn95031: Fix control-less DAPM routes
      ASoC: Fix component lists locking

Lu, Han (1):
      ASoC: Intel: remove conflicts when load/unload multiple firmware images

Maciej S. Szmigiero (1):
      fsl_ssi: fix of_property_read_u32_array return value check

Mark Brown (3):
      Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/ak4671', 'asoc/fix/control', 'asoc/fix/da732x', 'asoc/fix/fsl-ssi', 'asoc/fix/lock' and 'asoc/fix/rt286' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus

Nicolin Chen (1):
      ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation

Takashi Iwai (14):
      ASoC: adav80x: Fix wrong value references for boolean kctl
      ASoC: ak4641: Fix wrong value references for boolean kctl
      ASoC: cs4271: Fix wrong value references for boolean kctl
      ASoC: es8238: Fix wrong value references for boolean kctl
      ASoC: pcm1681: Fix wrong value references for boolean kctl
      ASoC: tas5086: Fix wrong value references for boolean kctl
      ASoC: wm2000: Fix wrong value references for boolean kctl
      ASoC: wm8731: Fix wrong value references for boolean kctl
      ASoC: wm8903: Fix wrong value references for boolean kctl
      ASoC: wm8904: Fix wrong value references for boolean kctl
      ASoC: wm8955: Fix wrong value references for boolean kctl
      ASoC: wm8960: Fix wrong value references for boolean kctl
      ASoC: wm9712: Fix wrong value references for boolean kctl
      ASoC: wm9713: Fix wrong value references for boolean kctl

 sound/soc/codecs/adav80x.c        |  4 ++--
 sound/soc/codecs/ak4641.c         |  4 ++--
 sound/soc/codecs/ak4671.c         | 44 +++++++++++++++++++--------------------
 sound/soc/codecs/cs4271.c         |  4 ++--
 sound/soc/codecs/da732x.c         |  8 +++----
 sound/soc/codecs/es8328.c         |  4 ++--
 sound/soc/codecs/pcm1681.c        |  4 ++--
 sound/soc/codecs/rt286.c          |  2 +-
 sound/soc/codecs/sgtl5000.c       |  8 +------
 sound/soc/codecs/sn95031.c        |  4 ++--
 sound/soc/codecs/tas5086.c        |  4 ++--
 sound/soc/codecs/wm2000.c         |  8 +++----
 sound/soc/codecs/wm8731.c         |  4 ++--
 sound/soc/codecs/wm8903.c         |  4 ++--
 sound/soc/codecs/wm8904.c         |  4 ++--
 sound/soc/codecs/wm8955.c         |  4 ++--
 sound/soc/codecs/wm8960.c         |  4 ++--
 sound/soc/codecs/wm9712.c         |  6 +++---
 sound/soc/codecs/wm9713.c         |  6 +++---
 sound/soc/fsl/fsl_ssi.c           |  4 ++--
 sound/soc/intel/sst-haswell-dsp.c |  3 ---
 sound/soc/intel/sst-haswell-ipc.c | 32 +++++++++++++++++++++-------
 sound/soc/soc-core.c              | 41 ++++++++++++++++++++++++++----------
 23 files changed, 118 insertions(+), 92 deletions(-)

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

* Re: [GIT PULL] ASoC fixes for v4.0
  2015-03-17 11:36 [GIT PULL] ASoC fixes for v4.0 Mark Brown
@ 2015-03-17 15:32 ` Takashi Iwai
  2015-03-18  9:09 ` Takashi Iwai
  1 sibling, 0 replies; 5+ messages in thread
From: Takashi Iwai @ 2015-03-17 15:32 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Tue, 17 Mar 2015 11:36:35 +0000,
Mark Brown wrote:
> 
> The following changes since commit 06e5801b8cb3fc057d88cb4dc03c0b64b2744cda:
> 
>   Linux 4.0-rc4 (2015-03-15 17:38:20 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.0-rc4
> 
> for you to fetch changes up to 33484c67398295108ab31e17b50b5a6fba1f5eef:
> 
>   Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus (2015-03-16 12:03:17 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v4.0
> 
> As well as the usual collection of driver specific fixes there's a few
> more generic things:
> 
>  - Lots of fixes from Takashi for drivers using the wrong field in the
>    control union to communicate with userspace, leading to potential
>    errors on 64 bit systems.
>  - A fix from Lars for locking of the lists of devices we maintain,
>    mostly only likely to trigger during device probe and removal.

Thanks, pulled.


Takashi

> 
> ----------------------------------------------------------------
> Bard Liao (1):
>       ASoC: rt286: Change the DMI mapping for Dino
> 
> Eric Nelson (1):
>       ASoC: sgtl5000: remove useless register write clearing CHRGPUMP_POWERUP
> 
> Lars-Peter Clausen (4):
>       ASoC: ak4671: Fix control-less DAPM routes
>       ASoC: da732x: Fix control-less DAPM routes
>       ASoC: sn95031: Fix control-less DAPM routes
>       ASoC: Fix component lists locking
> 
> Lu, Han (1):
>       ASoC: Intel: remove conflicts when load/unload multiple firmware images
> 
> Maciej S. Szmigiero (1):
>       fsl_ssi: fix of_property_read_u32_array return value check
> 
> Mark Brown (3):
>       Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/ak4671', 'asoc/fix/control', 'asoc/fix/da732x', 'asoc/fix/fsl-ssi', 'asoc/fix/lock' and 'asoc/fix/rt286' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/sgtl5000' and 'asoc/fix/sn95031' into asoc-linus
> 
> Nicolin Chen (1):
>       ASoC: fsl_ssi: Don't try to round-up for PM divisor calculation
> 
> Takashi Iwai (14):
>       ASoC: adav80x: Fix wrong value references for boolean kctl
>       ASoC: ak4641: Fix wrong value references for boolean kctl
>       ASoC: cs4271: Fix wrong value references for boolean kctl
>       ASoC: es8238: Fix wrong value references for boolean kctl
>       ASoC: pcm1681: Fix wrong value references for boolean kctl
>       ASoC: tas5086: Fix wrong value references for boolean kctl
>       ASoC: wm2000: Fix wrong value references for boolean kctl
>       ASoC: wm8731: Fix wrong value references for boolean kctl
>       ASoC: wm8903: Fix wrong value references for boolean kctl
>       ASoC: wm8904: Fix wrong value references for boolean kctl
>       ASoC: wm8955: Fix wrong value references for boolean kctl
>       ASoC: wm8960: Fix wrong value references for boolean kctl
>       ASoC: wm9712: Fix wrong value references for boolean kctl
>       ASoC: wm9713: Fix wrong value references for boolean kctl
> 
>  sound/soc/codecs/adav80x.c        |  4 ++--
>  sound/soc/codecs/ak4641.c         |  4 ++--
>  sound/soc/codecs/ak4671.c         | 44 +++++++++++++++++++--------------------
>  sound/soc/codecs/cs4271.c         |  4 ++--
>  sound/soc/codecs/da732x.c         |  8 +++----
>  sound/soc/codecs/es8328.c         |  4 ++--
>  sound/soc/codecs/pcm1681.c        |  4 ++--
>  sound/soc/codecs/rt286.c          |  2 +-
>  sound/soc/codecs/sgtl5000.c       |  8 +------
>  sound/soc/codecs/sn95031.c        |  4 ++--
>  sound/soc/codecs/tas5086.c        |  4 ++--
>  sound/soc/codecs/wm2000.c         |  8 +++----
>  sound/soc/codecs/wm8731.c         |  4 ++--
>  sound/soc/codecs/wm8903.c         |  4 ++--
>  sound/soc/codecs/wm8904.c         |  4 ++--
>  sound/soc/codecs/wm8955.c         |  4 ++--
>  sound/soc/codecs/wm8960.c         |  4 ++--
>  sound/soc/codecs/wm9712.c         |  6 +++---
>  sound/soc/codecs/wm9713.c         |  6 +++---
>  sound/soc/fsl/fsl_ssi.c           |  4 ++--
>  sound/soc/intel/sst-haswell-dsp.c |  3 ---
>  sound/soc/intel/sst-haswell-ipc.c | 32 +++++++++++++++++++++-------
>  sound/soc/soc-core.c              | 41 ++++++++++++++++++++++++++----------
>  23 files changed, 118 insertions(+), 92 deletions(-)

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

* Re: [GIT PULL] ASoC fixes for v4.0
  2015-03-17 11:36 [GIT PULL] ASoC fixes for v4.0 Mark Brown
  2015-03-17 15:32 ` Takashi Iwai
@ 2015-03-18  9:09 ` Takashi Iwai
  2015-03-18  9:17   ` Lars-Peter Clausen
  1 sibling, 1 reply; 5+ messages in thread
From: Takashi Iwai @ 2015-03-18  9:09 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Lars-Peter Clausen, Liam Girdwood

At Tue, 17 Mar 2015 11:36:35 +0000,
Mark Brown wrote:
> 
> Lars-Peter Clausen (4):
>       ASoC: ak4671: Fix control-less DAPM routes
>       ASoC: da732x: Fix control-less DAPM routes
>       ASoC: sn95031: Fix control-less DAPM routes

BTW, there are still "NULL" routes.

% git grep '"NULL"' sound/soc/
sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "LLINEIN"},
sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "RLINEIN"},
sound/soc/codecs/tlv320aic23.c: {"Mic Input", "NULL", "MICIN"},
 

Takashi

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

* Re: [GIT PULL] ASoC fixes for v4.0
  2015-03-18  9:09 ` Takashi Iwai
@ 2015-03-18  9:17   ` Lars-Peter Clausen
  2015-03-18 10:12     ` Mark Brown
  0 siblings, 1 reply; 5+ messages in thread
From: Lars-Peter Clausen @ 2015-03-18  9:17 UTC (permalink / raw)
  To: Takashi Iwai, Mark Brown; +Cc: alsa-devel, Gabriel Dobato, Liam Girdwood

On 03/18/2015 10:09 AM, Takashi Iwai wrote:
> At Tue, 17 Mar 2015 11:36:35 +0000,
> Mark Brown wrote:
>>
>> Lars-Peter Clausen (4):
>>        ASoC: ak4671: Fix control-less DAPM routes
>>        ASoC: da732x: Fix control-less DAPM routes
>>        ASoC: sn95031: Fix control-less DAPM routes
>
> BTW, there are still "NULL" routes.
>
> % git grep '"NULL"' sound/soc/
> sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "LLINEIN"},
> sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "RLINEIN"},
> sound/soc/codecs/tlv320aic23.c: {"Mic Input", "NULL", "MICIN"},

Gabriel send a patch for this a while ago, which was actually the reason why 
I started to look for more of them. Looks like the patch had some formality 
issues and wasn't applied yet.

- Lars

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

* Re: [GIT PULL] ASoC fixes for v4.0
  2015-03-18  9:17   ` Lars-Peter Clausen
@ 2015-03-18 10:12     ` Mark Brown
  0 siblings, 0 replies; 5+ messages in thread
From: Mark Brown @ 2015-03-18 10:12 UTC (permalink / raw)
  To: Lars-Peter Clausen
  Cc: Takashi Iwai, alsa-devel, Gabriel Dobato, Liam Girdwood


[-- Attachment #1.1: Type: text/plain, Size: 713 bytes --]

On Wed, Mar 18, 2015 at 10:17:12AM +0100, Lars-Peter Clausen wrote:
> On 03/18/2015 10:09 AM, Takashi Iwai wrote:

> >% git grep '"NULL"' sound/soc/
> >sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "LLINEIN"},
> >sound/soc/codecs/tlv320aic23.c: {"Line Input", "NULL", "RLINEIN"},
> >sound/soc/codecs/tlv320aic23.c: {"Mic Input", "NULL", "MICIN"},

> Gabriel send a patch for this a while ago, which was actually the reason why
> I started to look for more of them. Looks like the patch had some formality
> issues and wasn't applied yet.

Trawling the alsa-devel archives it seems the patch was flagged as ARM:
and got some other replies so I'll most likely just have deleted it
unread.  

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



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

end of thread, other threads:[~2015-03-18 10:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-17 11:36 [GIT PULL] ASoC fixes for v4.0 Mark Brown
2015-03-17 15:32 ` Takashi Iwai
2015-03-18  9:09 ` Takashi Iwai
2015-03-18  9:17   ` Lars-Peter Clausen
2015-03-18 10:12     ` Mark Brown

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.