All of lore.kernel.org
 help / color / mirror / Atom feed
* ASoC fixes for v3.19
@ 2015-01-26 11:44 Mark Brown
  2015-01-26 12:38 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2015-01-26 11:44 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce:

  Linux 3.19-rc6 (2015-01-25 20:04:41 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.19-rc6

for you to fetch changes up to 88343ee38d7ae55e39cda74c5d137cb2c454e66c:

  Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fix/ts3a227e', 'asoc/fix/wm8904' and 'asoc/fix/wm8960' into asoc-linus (2015-01-26 11:29:58 +0000)

----------------------------------------------------------------
ASoC: Fixes for v3.19

There's a lot more fixes here than I'd like since I've been lax in
sending things throughout the release cycle but there's only two in
generic code and they've had quite some time to cook in -next so
hopefully on balance are OK.

The two generic fixes are a fix for crashes on capture DAIs in the
compress code and a fix for error handling on probe failures which would
have been harmless in the past but now oopses with the new dynamic probe
code.

----------------------------------------------------------------
Andrew Jackson (1):
      ASoC: adi: Add missing return statement.

Aurelien BOUIN (1):
      ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers

Bard Liao (1):
      ASoC: rt286: set the same format for dac and adc

Bo Shen (1):
      ASoC: wm8904: fix runtime warning

Cheng-Yi Chiang (1):
      ASoC: ts3a227e: Check and report jack status at probe

Fabio Estevam (2):
      ASoC: fsl_ssi: Fix irq error check
      ASoC: fsl: imx-wm8962: Set the card owner field

Geert Uytterhoeven (1):
      ASoC: simple-card: Fix crash in asoc_simple_card_unref()

Jianqun Xu (1):
      ASoC: rockchip: i2s: applys rate symmetry for CPU DAI

Jie Yang (2):
      ASoC: Intel: Don't change offset of block allocator during fixed allocate
      ASoC: Intel: Add NULL checks for the stream pointer

Mark Brown (4):
      Merge remote-tracking branch 'asoc/fix/fsl-esai' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/adi', 'asoc/fix/compress', 'asoc/fix/fsl-ssi', 'asoc/fix/imx', 'asoc/fix/intel', 'asoc/fix/omap', 'asoc/fix/rockchip' and 'asoc/fix/rt286' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fix/ts3a227e', 'asoc/fix/wm8904' and 'asoc/fix/wm8960' into asoc-linus

Oder Chiou (1):
      ASoC: rt5677: Modify the behavior that updates the PLL parameter.

Peter Rosin (1):
      ASoC: pcm512x: Fix DSP program selection

Peter Ujfalusi (1):
      ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration

Qais Yousef (1):
      ASoC: soc-compress.c: fix NULL dereference

Zidan Wang (1):
      ASoC: wm8960: Fix capture sample rate from 11250 to 11025

 sound/soc/adi/axi-i2s.c           |  2 ++
 sound/soc/codecs/pcm512x.c        |  2 +-
 sound/soc/codecs/rt286.c          |  6 ++----
 sound/soc/codecs/rt5677.c         | 18 ++++++++++++++----
 sound/soc/codecs/ts3a227e.c       |  6 ++++++
 sound/soc/codecs/wm8904.c         | 23 +++++++++++++++--------
 sound/soc/codecs/wm8960.c         |  2 +-
 sound/soc/fsl/fsl_esai.h          |  2 +-
 sound/soc/fsl/fsl_ssi.c           |  4 ++--
 sound/soc/fsl/imx-wm8962.c        |  1 +
 sound/soc/generic/simple-card.c   |  7 +++----
 sound/soc/intel/sst-firmware.c    | 13 +++++++------
 sound/soc/intel/sst-haswell-ipc.c | 30 ++++++++++++++++++++++++++++++
 sound/soc/omap/omap-mcbsp.c       |  2 +-
 sound/soc/rockchip/rockchip_i2s.c |  1 +
 sound/soc/soc-compress.c          |  9 ++++++---
 16 files changed, 93 insertions(+), 35 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] 6+ messages in thread

* Re: ASoC fixes for v3.19
  2015-01-26 11:44 ASoC fixes for v3.19 Mark Brown
@ 2015-01-26 12:38 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2015-01-26 12:38 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 26 Jan 2015 11:44:00 +0000,
Mark Brown wrote:
> 
> The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce:
> 
>   Linux 3.19-rc6 (2015-01-25 20:04:41 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.19-rc6
> 
> for you to fetch changes up to 88343ee38d7ae55e39cda74c5d137cb2c454e66c:
> 
>   Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fix/ts3a227e', 'asoc/fix/wm8904' and 'asoc/fix/wm8960' into asoc-linus (2015-01-26 11:29:58 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v3.19
> 
> There's a lot more fixes here than I'd like since I've been lax in
> sending things throughout the release cycle but there's only two in
> generic code and they've had quite some time to cook in -next so
> hopefully on balance are OK.
> 
> The two generic fixes are a fix for crashes on capture DAIs in the
> compress code and a fix for error handling on probe failures which would
> have been harmless in the past but now oopses with the new dynamic probe
> code.

Thanks, pulled now.


Takashi

> 
> ----------------------------------------------------------------
> Andrew Jackson (1):
>       ASoC: adi: Add missing return statement.
> 
> Aurelien BOUIN (1):
>       ASoC: fsl_esai: Fix incorrect xDC field width of xCCR registers
> 
> Bard Liao (1):
>       ASoC: rt286: set the same format for dac and adc
> 
> Bo Shen (1):
>       ASoC: wm8904: fix runtime warning
> 
> Cheng-Yi Chiang (1):
>       ASoC: ts3a227e: Check and report jack status at probe
> 
> Fabio Estevam (2):
>       ASoC: fsl_ssi: Fix irq error check
>       ASoC: fsl: imx-wm8962: Set the card owner field
> 
> Geert Uytterhoeven (1):
>       ASoC: simple-card: Fix crash in asoc_simple_card_unref()
> 
> Jianqun Xu (1):
>       ASoC: rockchip: i2s: applys rate symmetry for CPU DAI
> 
> Jie Yang (2):
>       ASoC: Intel: Don't change offset of block allocator during fixed allocate
>       ASoC: Intel: Add NULL checks for the stream pointer
> 
> Mark Brown (4):
>       Merge remote-tracking branch 'asoc/fix/fsl-esai' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/adi', 'asoc/fix/compress', 'asoc/fix/fsl-ssi', 'asoc/fix/imx', 'asoc/fix/intel', 'asoc/fix/omap', 'asoc/fix/rockchip' and 'asoc/fix/rt286' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/simple', 'asoc/fix/ts3a227e', 'asoc/fix/wm8904' and 'asoc/fix/wm8960' into asoc-linus
> 
> Oder Chiou (1):
>       ASoC: rt5677: Modify the behavior that updates the PLL parameter.
> 
> Peter Rosin (1):
>       ASoC: pcm512x: Fix DSP program selection
> 
> Peter Ujfalusi (1):
>       ASoC: omap-mcbsp: Correct CBM_CFS dai format configuration
> 
> Qais Yousef (1):
>       ASoC: soc-compress.c: fix NULL dereference
> 
> Zidan Wang (1):
>       ASoC: wm8960: Fix capture sample rate from 11250 to 11025
> 
>  sound/soc/adi/axi-i2s.c           |  2 ++
>  sound/soc/codecs/pcm512x.c        |  2 +-
>  sound/soc/codecs/rt286.c          |  6 ++----
>  sound/soc/codecs/rt5677.c         | 18 ++++++++++++++----
>  sound/soc/codecs/ts3a227e.c       |  6 ++++++
>  sound/soc/codecs/wm8904.c         | 23 +++++++++++++++--------
>  sound/soc/codecs/wm8960.c         |  2 +-
>  sound/soc/fsl/fsl_esai.h          |  2 +-
>  sound/soc/fsl/fsl_ssi.c           |  4 ++--
>  sound/soc/fsl/imx-wm8962.c        |  1 +
>  sound/soc/generic/simple-card.c   |  7 +++----
>  sound/soc/intel/sst-firmware.c    | 13 +++++++------
>  sound/soc/intel/sst-haswell-ipc.c | 30 ++++++++++++++++++++++++++++++
>  sound/soc/omap/omap-mcbsp.c       |  2 +-
>  sound/soc/rockchip/rockchip_i2s.c |  1 +
>  sound/soc/soc-compress.c          |  9 ++++++---
>  16 files changed, 93 insertions(+), 35 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

* Re: ASoC fixes for v3.19
  2015-02-05 19:43 Mark Brown
@ 2015-02-05 20:45 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2015-02-05 20:45 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Thu, 5 Feb 2015 19:43:17 +0000,
Mark Brown wrote:
> 
> The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:
> 
>   Linux 3.19-rc7 (2015-02-01 20:07:21 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.19-rc7
> 
> for you to fetch changes up to c503ca52a57cfe24f8937ca145a96ba94f6bb112:
> 
>   Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus (2015-02-05 19:36:29 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v3.19
> 
> A few last minute fixes for v3.19, all driver specific.  None of them
> stand out particularly - it's all the standard people who are affected
> will care stuff.
> 
> The Samsung fix is a DT only fix for the audio controller, it's being
> merged via the ASoC tree due to process messups (the submitter sent it
> at the end of a tangentally related series rather than separately to the
> ARM folks) in order to make sure that it gets to people sooner.

Thanks, pulled.


Takashi

> 
> ----------------------------------------------------------------
> Bo Shen (2):
>       ASoC: atmel_ssc_dai: fix start event for I2S mode
>       ASoC: atmel_ssc_dai: fix the setting for DSP mode
> 
> Eric Nelson (1):
>       ASoC: sgtl5000: add delay before first I2C access
> 
> Filip Brozovic (1):
>       ASoC: sgtl5000: Use shift mask when setting codec mode
> 
> Jarkko Nikula (1):
>       ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail
> 
> Jie Yang (2):
>       ASoC: Intel: Used lock version to update shim registers
>       MAINTAINERS: ASoC: add maintainer for Intel BDW/HSW ASoC driver
> 
> Manuel Lauss (1):
>       ASoC: wm8731: init mutex in i2c init path
> 
> Mark Brown (7):
>       Merge remote-tracking branch 'asoc/fix/atmel' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/rt5640' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/wm8731' into asoc-linus
>       Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus
> 
> Peter Ujfalusi (1):
>       ASoC: tlv320aic3x: Fix data delay configuration
> 
> Sylwester Nawrocki (1):
>       ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs
> 
>  MAINTAINERS                       | 10 ++++++++++
>  arch/arm/boot/dts/exynos4.dtsi    |  4 ++--
>  sound/soc/atmel/atmel_ssc_dai.c   | 24 +++++++-----------------
>  sound/soc/codecs/rt5640.c         |  1 +
>  sound/soc/codecs/sgtl5000.c       | 13 ++++++++-----
>  sound/soc/codecs/tlv320aic3x.c    |  2 +-
>  sound/soc/codecs/wm8731.c         |  2 ++
>  sound/soc/intel/sst-haswell-ipc.c |  4 ++--
>  8 files changed, 33 insertions(+), 27 deletions(-)

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

* ASoC fixes for v3.19
@ 2015-02-05 19:43 Mark Brown
  2015-02-05 20:45 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2015-02-05 19:43 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e:

  Linux 3.19-rc7 (2015-02-01 20:07:21 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.19-rc7

for you to fetch changes up to c503ca52a57cfe24f8937ca145a96ba94f6bb112:

  Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus (2015-02-05 19:36:29 +0000)

----------------------------------------------------------------
ASoC: Fixes for v3.19

A few last minute fixes for v3.19, all driver specific.  None of them
stand out particularly - it's all the standard people who are affected
will care stuff.

The Samsung fix is a DT only fix for the audio controller, it's being
merged via the ASoC tree due to process messups (the submitter sent it
at the end of a tangentally related series rather than separately to the
ARM folks) in order to make sure that it gets to people sooner.

----------------------------------------------------------------
Bo Shen (2):
      ASoC: atmel_ssc_dai: fix start event for I2S mode
      ASoC: atmel_ssc_dai: fix the setting for DSP mode

Eric Nelson (1):
      ASoC: sgtl5000: add delay before first I2C access

Filip Brozovic (1):
      ASoC: sgtl5000: Use shift mask when setting codec mode

Jarkko Nikula (1):
      ASoC: rt5640: Add RT5642 ACPI ID for Intel Baytrail

Jie Yang (2):
      ASoC: Intel: Used lock version to update shim registers
      MAINTAINERS: ASoC: add maintainer for Intel BDW/HSW ASoC driver

Manuel Lauss (1):
      ASoC: wm8731: init mutex in i2c init path

Mark Brown (7):
      Merge remote-tracking branch 'asoc/fix/atmel' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/rt5640' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/tlv320aic3x' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/wm8731' into asoc-linus
      Merge remote-tracking branch 'asoc/fix/samsung' into asoc-linus

Peter Ujfalusi (1):
      ASoC: tlv320aic3x: Fix data delay configuration

Sylwester Nawrocki (1):
      ARM: dts: Fix I2S1, I2S2 compatible for exynos4 SoCs

 MAINTAINERS                       | 10 ++++++++++
 arch/arm/boot/dts/exynos4.dtsi    |  4 ++--
 sound/soc/atmel/atmel_ssc_dai.c   | 24 +++++++-----------------
 sound/soc/codecs/rt5640.c         |  1 +
 sound/soc/codecs/sgtl5000.c       | 13 ++++++++-----
 sound/soc/codecs/tlv320aic3x.c    |  2 +-
 sound/soc/codecs/wm8731.c         |  2 ++
 sound/soc/intel/sst-haswell-ipc.c |  4 ++--
 8 files changed, 33 insertions(+), 27 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] 6+ messages in thread

* Re: ASoC fixes for v3.19
  2014-12-29 15:59 Mark Brown
@ 2014-12-30 15:46 ` Takashi Iwai
  0 siblings, 0 replies; 6+ messages in thread
From: Takashi Iwai @ 2014-12-30 15:46 UTC (permalink / raw)
  To: Mark Brown; +Cc: alsa-devel, Liam Girdwood

At Mon, 29 Dec 2014 15:59:12 +0000,
Mark Brown wrote:
> 
> [1  <text/plain; us-ascii (7bit)>]
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.19-rc2
> 
> for you to fetch changes up to f2ec1d3b25776051a9205289dab12e9401d33f8a:
> 
>   Merge remote-tracking branches 'asoc/fix/dwc', 'asoc/fix/intel', 'asoc/fix/rockchip' and 'asoc/fix/rt5677' into asoc-linus (2014-12-24 12:56:32 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v3.19
> 
> A few fixes for v3.19, a few driver specifics and one core fix which
> fixes a boot crash on OMAP if deferred probing kicks in due to
> attempting to modify static data.

Thanks, pulled.


Takashi

> 
> ----------------------------------------------------------------
> Andrew Jackson (2):
>       ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap
>       ASoC: dwc: Iterate over all channels
> 
> Fang, Yang A (1):
>       ASoC: rt5677: fixed rt5677_dsp_vad_put rt5677_dsp_vad_get panic
> 
> Jarkko Nikula (3):
>       ASoC: Intel: Add I2C dependency to two new machines
>       ASoC: Intel: Fix BYTCR firmware name
>       ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS
> 
> Jianqun Xu (2):
>       ASoC: rockchip: i2s: fix error defination of transmit data level
>       ASoC: rockchip: i2s: fix maxburst of dma data to 4
> 
> Jie Yang (1):
>       ASoC: Intel: correct the fixed free block allocation
> 
> Mark Brown (3):
>       ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe
>       Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
>       Merge remote-tracking branches 'asoc/fix/dwc', 'asoc/fix/intel', 'asoc/fix/rockchip' and 'asoc/fix/rt5677' into asoc-linus
> 
>  sound/soc/codecs/rt5677.c           |  9 ++++---
>  sound/soc/dwc/designware_i2s.c      | 49 +++++++++++++++++++++++--------------
>  sound/soc/intel/Kconfig             |  4 +--
>  sound/soc/intel/bytcr_dpcm_rt5640.c |  2 +-
>  sound/soc/intel/sst-firmware.c      |  6 ++++-
>  sound/soc/intel/sst/sst_acpi.c      |  2 +-
>  sound/soc/rockchip/rockchip_i2s.c   |  4 +--
>  sound/soc/rockchip/rockchip_i2s.h   |  2 +-
>  sound/soc/soc-core.c                | 14 ++++-------
>  9 files changed, 52 insertions(+), 40 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
> 

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

* ASoC fixes for v3.19
@ 2014-12-29 15:59 Mark Brown
  2014-12-30 15:46 ` Takashi Iwai
  0 siblings, 1 reply; 6+ messages in thread
From: Mark Brown @ 2014-12-29 15:59 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood


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

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v3.19-rc2

for you to fetch changes up to f2ec1d3b25776051a9205289dab12e9401d33f8a:

  Merge remote-tracking branches 'asoc/fix/dwc', 'asoc/fix/intel', 'asoc/fix/rockchip' and 'asoc/fix/rt5677' into asoc-linus (2014-12-24 12:56:32 +0000)

----------------------------------------------------------------
ASoC: Fixes for v3.19

A few fixes for v3.19, a few driver specifics and one core fix which
fixes a boot crash on OMAP if deferred probing kicks in due to
attempting to modify static data.

----------------------------------------------------------------
Andrew Jackson (2):
      ASoC: dwc: Ensure FIFOs are flushed to prevent channel swap
      ASoC: dwc: Iterate over all channels

Fang, Yang A (1):
      ASoC: rt5677: fixed rt5677_dsp_vad_put rt5677_dsp_vad_get panic

Jarkko Nikula (3):
      ASoC: Intel: Add I2C dependency to two new machines
      ASoC: Intel: Fix BYTCR firmware name
      ASoC: Intel: Fix BYTCR machine driver MODULE_ALIAS

Jianqun Xu (2):
      ASoC: rockchip: i2s: fix error defination of transmit data level
      ASoC: rockchip: i2s: fix maxburst of dma data to 4

Jie Yang (1):
      ASoC: Intel: correct the fixed free block allocation

Mark Brown (3):
      ASoC: dapm: Remove snd_soc_of_parse_audio_routing() due to deferred probe
      Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
      Merge remote-tracking branches 'asoc/fix/dwc', 'asoc/fix/intel', 'asoc/fix/rockchip' and 'asoc/fix/rt5677' into asoc-linus

 sound/soc/codecs/rt5677.c           |  9 ++++---
 sound/soc/dwc/designware_i2s.c      | 49 +++++++++++++++++++++++--------------
 sound/soc/intel/Kconfig             |  4 +--
 sound/soc/intel/bytcr_dpcm_rt5640.c |  2 +-
 sound/soc/intel/sst-firmware.c      |  6 ++++-
 sound/soc/intel/sst/sst_acpi.c      |  2 +-
 sound/soc/rockchip/rockchip_i2s.c   |  4 +--
 sound/soc/rockchip/rockchip_i2s.h   |  2 +-
 sound/soc/soc-core.c                | 14 ++++-------
 9 files changed, 52 insertions(+), 40 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] 6+ messages in thread

end of thread, other threads:[~2015-02-05 20:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-26 11:44 ASoC fixes for v3.19 Mark Brown
2015-01-26 12:38 ` Takashi Iwai
  -- strict thread matches above, loose matches on Subject: below --
2015-02-05 19:43 Mark Brown
2015-02-05 20:45 ` Takashi Iwai
2014-12-29 15:59 Mark Brown
2014-12-30 15:46 ` Takashi Iwai

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.