alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ASoC fixes for v4.2
@ 2015-08-07 11:49 Mark Brown
  2015-08-07 12:05 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2015-08-07 11:49 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 74d33293e467df61de1b1d8b2fbe29e550dec33b:

  Linux 4.2-rc5 (2015-08-02 18:34:55 -0700)

are available in the git repository at:

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

for you to fetch changes up to d00a9e02178401433fc386e69c936f2039f07b57:

  Merge remote-tracking branches 'asoc/fix/cs4265', 'asoc/fix/intel' and 'asoc/fix/topology' into asoc-linus (2015-08-06 12:39:07 +0100)

----------------------------------------------------------------
ASoC: Fixes for v4.2

There are a couple of small driver specific fixes here but the
overwhelming bulk of these changes are fixes to the topology ABI that
has been newly introduced in v4.2.  Once this makes it into a release we
will have to firm this up but for now getting enhancements in before
they've made it into a release is the most expedient thing.

----------------------------------------------------------------
Axel Lin (1):
      ASoC: cs4265: Fix setting dai format for Left/Right Justified

Bard Liao (1):
      ASoC: rt5645: Fix lost pin setting for DMIC1

Jie Yang (2):
      ASoC: Intel: haswell: fix initialize 'NULL device *' issue
      ASoC: Intel: sst_byt: fix initialize 'NULL device *' issue

Liam Girdwood (1):
      ASoC: topology: Add private data type and bump ABI version to 3

Mark Brown (3):
      Merge tag 'asoc-fix-v4.2-rc3' into asoc-fix-topology
      Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/cs4265', 'asoc/fix/intel' and 'asoc/fix/topology' into asoc-linus

Mengdong Lin (3):
      ASoC: topology: fix typo in soc_tplg_kcontrol_bind_io()
      ASoC: topology: Update TLV support so we can support more TLV types
      ASoC: topology: Add ops support to byte controls UAPI

Subhransu S. Prusty (1):
      ASoC: topology: Add subsequence in topology

Vinod Koul (1):
      ASoC: topology: add private data to manifest

 include/uapi/sound/asoc.h                   | 35 +++++++++++------
 sound/soc/codecs/cs4265.c                   | 10 ++---
 sound/soc/codecs/rt5645.c                   |  2 +
 sound/soc/codecs/rt5645.h                   |  4 ++
 sound/soc/intel/baytrail/sst-baytrail-ipc.c |  2 +
 sound/soc/intel/haswell/sst-haswell-ipc.c   |  2 +
 sound/soc/soc-topology.c                    | 61 ++++++++++++++++++++---------
 7 files changed, 82 insertions(+), 34 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] 4+ messages in thread

* Re: [GIT PULL] ASoC fixes for v4.2
  2015-08-07 11:49 [GIT PULL] ASoC fixes for v4.2 Mark Brown
@ 2015-08-07 12:05 ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2015-08-07 12:05 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Fri, 07 Aug 2015 13:49:58 +0200,
Mark Brown wrote:
> 
> The following changes since commit 74d33293e467df61de1b1d8b2fbe29e550dec33b:
> 
>   Linux 4.2-rc5 (2015-08-02 18:34:55 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v4.2-rc5
> 
> for you to fetch changes up to d00a9e02178401433fc386e69c936f2039f07b57:
> 
>   Merge remote-tracking branches 'asoc/fix/cs4265', 'asoc/fix/intel' and 'asoc/fix/topology' into asoc-linus (2015-08-06 12:39:07 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v4.2
> 
> There are a couple of small driver specific fixes here but the
> overwhelming bulk of these changes are fixes to the topology ABI that
> has been newly introduced in v4.2.  Once this makes it into a release we
> will have to firm this up but for now getting enhancements in before
> they've made it into a release is the most expedient thing.

Pulled now.  Thanks!


Takashi

> 
> ----------------------------------------------------------------
> Axel Lin (1):
>       ASoC: cs4265: Fix setting dai format for Left/Right Justified
> 
> Bard Liao (1):
>       ASoC: rt5645: Fix lost pin setting for DMIC1
> 
> Jie Yang (2):
>       ASoC: Intel: haswell: fix initialize 'NULL device *' issue
>       ASoC: Intel: sst_byt: fix initialize 'NULL device *' issue
> 
> Liam Girdwood (1):
>       ASoC: topology: Add private data type and bump ABI version to 3
> 
> Mark Brown (3):
>       Merge tag 'asoc-fix-v4.2-rc3' into asoc-fix-topology
>       Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/cs4265', 'asoc/fix/intel' and 'asoc/fix/topology' into asoc-linus
> 
> Mengdong Lin (3):
>       ASoC: topology: fix typo in soc_tplg_kcontrol_bind_io()
>       ASoC: topology: Update TLV support so we can support more TLV types
>       ASoC: topology: Add ops support to byte controls UAPI
> 
> Subhransu S. Prusty (1):
>       ASoC: topology: Add subsequence in topology
> 
> Vinod Koul (1):
>       ASoC: topology: add private data to manifest
> 
>  include/uapi/sound/asoc.h                   | 35 +++++++++++------
>  sound/soc/codecs/cs4265.c                   | 10 ++---
>  sound/soc/codecs/rt5645.c                   |  2 +
>  sound/soc/codecs/rt5645.h                   |  4 ++
>  sound/soc/intel/baytrail/sst-baytrail-ipc.c |  2 +
>  sound/soc/intel/haswell/sst-haswell-ipc.c   |  2 +
>  sound/soc/soc-topology.c                    | 61 ++++++++++++++++++++---------
>  7 files changed, 82 insertions(+), 34 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

* Re: [GIT PULL] ASoC fixes for v4.2
  2015-07-24 17:20 Mark Brown
@ 2015-07-24 18:12 ` Takashi Iwai
  0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2015-07-24 18:12 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

On Fri, 24 Jul 2015 19:20:58 +0200,
Mark Brown wrote:
> 
> The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc:
> 
>   Linux 4.2-rc3 (2015-07-19 14:45:02 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git asoc-fix-v4.2-rc3
> 
> for you to fetch changes up to 996034b117b467709dec7811ef134063934fa626:
> 
>   Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and 'asoc/fix/zx' into asoc-linus (2015-07-24 16:18:22 +0100)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v4.2
> 
> A lot of small fixes here, a few to the core:
> 
>  - Fix for binding DAPM stream widgets on devices with prefixes assigned
>    to them
>  - Minor fixes for the newly added topology interfaces
>  - Locking and memory leak fixes for DAPM
>  - Driver specific fixes

Thanks, pulled now.


Takashi

> 
> ----------------------------------------------------------------
> Axel Lin (2):
>       ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POP
>       ASoC: pcm1681: Fix setting de-emphasis sampling rate selection
> 
> Ben Zhang (1):
>       ASoC: ssm4567: Keep TDM_BCLKS in ssm4567_set_dai_fmt
> 
> Charles Keepax (1):
>       ASoC: dapm: Fix deadlock on auto-disable mux controls
> 
> Fang, Yang A (1):
>       ASoC: Intel: fix incorrect widget name
> 
> Jeeja KP (1):
>       ASoC: topology: Fix to add dapm mixer info
> 
> Juergen Borleis (1):
>       ASoC: fsl-ssi: Fix bitclock calculation for master mode
> 
> Koro Chen (2):
>       ASoC: mediatek: Fix unbalanced calls to runtime suspend/resume
>       ASoC: mediatek: Use platform_of_node for machine drivers
> 
> Krzysztof Kozlowski (2):
>       ASoC: zx: i2s: Fix devm_ioremap_resource return value check
>       ASoC: zx: spdif: Fix devm_ioremap_resource return value check
> 
> Lars-Peter Clausen (4):
>       ASoC: dapm: Lock during userspace access
>       ASoC: dapm: Fix kcontrol widget name memory management
>       ASoC: Free card DAPM context on snd_soc_instantiate_card() error path
>       ASoC: dapm: Don't add prefix to widget stream name
> 
> Liam Girdwood (1):
>       ASoC: topology: Fix TLV size calculation.
> 
> Mark Brown (6):
>       Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/ssm4567' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/fsl-ssi', 'asoc/fix/intel', 'asoc/fix/intel-kconfig' and 'asoc/fix/mediatek' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and 'asoc/fix/zx' into asoc-linus
> 
> Nicolas Boichat (1):
>       ASoC: rt5645: Check if codec is initialized in workqueue handler
> 
> Shilpa Sreeramalu (1):
>       ASoC: Intel: Get correct usage_count value to load firmware
> 
> Vinod Koul (2):
>       ASoC: topology: fix typos in topology header
>       ASoC: Intel: use CONFIG_SND_SOC for intel boards
> 
>  .../devicetree/bindings/sound/mt8173-max98090.txt  |  2 ++
>  .../bindings/sound/mt8173-rt5650-rt5676.txt        |  2 ++
>  include/uapi/sound/asoc.h                          |  4 +--
>  sound/soc/codecs/pcm1681.c                         |  2 +-
>  sound/soc/codecs/rt5645.c                          |  3 ++
>  sound/soc/codecs/sgtl5000.h                        |  2 +-
>  sound/soc/codecs/ssm4567.c                         |  8 ++++-
>  sound/soc/fsl/fsl_ssi.c                            |  2 +-
>  sound/soc/intel/Makefile                           |  2 +-
>  sound/soc/intel/atom/sst/sst_drv_interface.c       | 14 ++++-----
>  sound/soc/intel/boards/cht_bsw_max98090_ti.c       |  4 +--
>  sound/soc/mediatek/mt8173-max98090.c               | 17 ++++++++---
>  sound/soc/mediatek/mt8173-rt5650-rt5676.c          | 19 +++++++++---
>  sound/soc/mediatek/mtk-afe-pcm.c                   |  2 ++
>  sound/soc/soc-core.c                               |  1 +
>  sound/soc/soc-dapm.c                               | 35 +++++++++++-----------
>  sound/soc/soc-topology.c                           | 23 +++++++-------
>  sound/soc/zte/zx296702-i2s.c                       |  4 +--
>  sound/soc/zte/zx296702-spdif.c                     |  4 +--
>  19 files changed, 93 insertions(+), 57 deletions(-)

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

* [GIT PULL] ASoC fixes for v4.2
@ 2015-07-24 17:20 Mark Brown
  2015-07-24 18:12 ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Mark Brown @ 2015-07-24 17:20 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 52721d9d3334c1cb1f76219a161084094ec634dc:

  Linux 4.2-rc3 (2015-07-19 14:45:02 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git asoc-fix-v4.2-rc3

for you to fetch changes up to 996034b117b467709dec7811ef134063934fa626:

  Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and 'asoc/fix/zx' into asoc-linus (2015-07-24 16:18:22 +0100)

----------------------------------------------------------------
ASoC: Fixes for v4.2

A lot of small fixes here, a few to the core:

 - Fix for binding DAPM stream widgets on devices with prefixes assigned
   to them
 - Minor fixes for the newly added topology interfaces
 - Locking and memory leak fixes for DAPM
 - Driver specific fixes

----------------------------------------------------------------
Axel Lin (2):
      ASoC: sgtl5000: Fix up define for SGTL5000_SMALL_POP
      ASoC: pcm1681: Fix setting de-emphasis sampling rate selection

Ben Zhang (1):
      ASoC: ssm4567: Keep TDM_BCLKS in ssm4567_set_dai_fmt

Charles Keepax (1):
      ASoC: dapm: Fix deadlock on auto-disable mux controls

Fang, Yang A (1):
      ASoC: Intel: fix incorrect widget name

Jeeja KP (1):
      ASoC: topology: Fix to add dapm mixer info

Juergen Borleis (1):
      ASoC: fsl-ssi: Fix bitclock calculation for master mode

Koro Chen (2):
      ASoC: mediatek: Fix unbalanced calls to runtime suspend/resume
      ASoC: mediatek: Use platform_of_node for machine drivers

Krzysztof Kozlowski (2):
      ASoC: zx: i2s: Fix devm_ioremap_resource return value check
      ASoC: zx: spdif: Fix devm_ioremap_resource return value check

Lars-Peter Clausen (4):
      ASoC: dapm: Lock during userspace access
      ASoC: dapm: Fix kcontrol widget name memory management
      ASoC: Free card DAPM context on snd_soc_instantiate_card() error path
      ASoC: dapm: Don't add prefix to widget stream name

Liam Girdwood (1):
      ASoC: topology: Fix TLV size calculation.

Mark Brown (6):
      Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/ssm4567' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/fsl-ssi', 'asoc/fix/intel', 'asoc/fix/intel-kconfig' and 'asoc/fix/mediatek' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/sgtl5000', 'asoc/fix/topology' and 'asoc/fix/zx' into asoc-linus

Nicolas Boichat (1):
      ASoC: rt5645: Check if codec is initialized in workqueue handler

Shilpa Sreeramalu (1):
      ASoC: Intel: Get correct usage_count value to load firmware

Vinod Koul (2):
      ASoC: topology: fix typos in topology header
      ASoC: Intel: use CONFIG_SND_SOC for intel boards

 .../devicetree/bindings/sound/mt8173-max98090.txt  |  2 ++
 .../bindings/sound/mt8173-rt5650-rt5676.txt        |  2 ++
 include/uapi/sound/asoc.h                          |  4 +--
 sound/soc/codecs/pcm1681.c                         |  2 +-
 sound/soc/codecs/rt5645.c                          |  3 ++
 sound/soc/codecs/sgtl5000.h                        |  2 +-
 sound/soc/codecs/ssm4567.c                         |  8 ++++-
 sound/soc/fsl/fsl_ssi.c                            |  2 +-
 sound/soc/intel/Makefile                           |  2 +-
 sound/soc/intel/atom/sst/sst_drv_interface.c       | 14 ++++-----
 sound/soc/intel/boards/cht_bsw_max98090_ti.c       |  4 +--
 sound/soc/mediatek/mt8173-max98090.c               | 17 ++++++++---
 sound/soc/mediatek/mt8173-rt5650-rt5676.c          | 19 +++++++++---
 sound/soc/mediatek/mtk-afe-pcm.c                   |  2 ++
 sound/soc/soc-core.c                               |  1 +
 sound/soc/soc-dapm.c                               | 35 +++++++++++-----------
 sound/soc/soc-topology.c                           | 23 +++++++-------
 sound/soc/zte/zx296702-i2s.c                       |  4 +--
 sound/soc/zte/zx296702-spdif.c                     |  4 +--
 19 files changed, 93 insertions(+), 57 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] 4+ messages in thread

end of thread, other threads:[~2015-08-07 12:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 11:49 [GIT PULL] ASoC fixes for v4.2 Mark Brown
2015-08-07 12:05 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2015-07-24 17:20 Mark Brown
2015-07-24 18:12 ` Takashi Iwai

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).