* ASoC fixes for v4.1
@ 2015-04-30 14:37 Mark Brown
2015-04-30 18:25 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2015-04-30 14:37 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 3256 bytes --]
The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.1-rc1
for you to fetch changes up to d839c98f98826f0c13e46d5a4cecb46dd357b50e:
Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'asoc/fix/tfa9879' into asoc-linus (2015-04-29 13:37:31 +0100)
----------------------------------------------------------------
ASoC: Fixes for v4.1
A few fixes for v4.1, none earth shattering and mostly driver related
except for one change to fix !PM builds for Intel platforms which is
done by adding stubs in the core so other platforms don't run into the
same issue.
----------------------------------------------------------------
Axel Lin (1):
ASoC: rt5645: Fix mask for setting RT5645_DMIC_2_DP_GPIO12 bit
Bard Liao (2):
ASoC: rt5677: add register patch for PLL
ASoC: rt5677: fixed wrong DMIC ref clock
Charles Keepax (1):
ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE
Fabio Estevam (1):
ASoC: fsl_ssi: Fix platform_get_irq() error handling
Fang, Yang A (1):
ASoC: rt5645: Add ACPI match ID
Jie Yang (1):
ASoC: add static inline funcs to fix a compiling issue
Jin Yao (1):
ASoC: Intel: Remove invalid kfree of devm allocated data
Kuninori Morimoto (1):
ASoC: rsnd: set dmaen->chan = NULL when error case
Mark Brown (5):
Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
Merge remote-tracking branches 'asoc/fix/email', 'asoc/fix/fsl-ssi', 'asoc/fix/pm', 'asoc/fix/qcom' and 'asoc/fix/rcar' into asoc-linus
Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'asoc/fix/tfa9879' into asoc-linus
Rajeev Kumar (1):
ASoC: Update email-id of Rajeev Kumar
Takashi Iwai (1):
ASoC: qcom: Return an error for invalid PCM trigger command
Vinod Koul (1):
ASoC: Intel: fix the makefile for atom code
Wei Yongjun (3):
ASoC: tfa9879: Fix return value check in tfa9879_i2c_probe()
ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()
ASoC: Intel: sst_byt: remove kfree for memory allocated with devm_kzalloc
include/sound/designware_i2s.h | 2 +-
include/sound/soc-dapm.h | 2 +-
include/sound/soc.h | 12 ++++++++++++
include/sound/spear_dma.h | 2 +-
sound/soc/codecs/rt5645.c | 13 ++++++++++++-
sound/soc/codecs/rt5677.c | 5 ++++-
sound/soc/codecs/tfa9879.c | 4 ++--
sound/soc/fsl/fsl_ssi.c | 2 +-
sound/soc/intel/Makefile | 2 +-
sound/soc/intel/baytrail/sst-baytrail-ipc.c | 1 -
sound/soc/intel/haswell/sst-haswell-ipc.c | 1 -
sound/soc/qcom/lpass-cpu.c | 2 +-
sound/soc/samsung/s3c24xx-i2s.c | 4 ++--
sound/soc/sh/rcar/dma.c | 1 +
14 files changed, 39 insertions(+), 14 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] 2+ messages in thread
* Re: ASoC fixes for v4.1
2015-04-30 14:37 ASoC fixes for v4.1 Mark Brown
@ 2015-04-30 18:25 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2015-04-30 18:25 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Thu, 30 Apr 2015 15:37:50 +0100,
Mark Brown wrote:
>
> The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:
>
> Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.1-rc1
>
> for you to fetch changes up to d839c98f98826f0c13e46d5a4cecb46dd357b50e:
>
> Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'asoc/fix/tfa9879' into asoc-linus (2015-04-29 13:37:31 +0100)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v4.1
>
> A few fixes for v4.1, none earth shattering and mostly driver related
> except for one change to fix !PM builds for Intel platforms which is
> done by adding stubs in the core so other platforms don't run into the
> same issue.
Thanks, pulled.
Takashi
>
> ----------------------------------------------------------------
> Axel Lin (1):
> ASoC: rt5645: Fix mask for setting RT5645_DMIC_2_DP_GPIO12 bit
>
> Bard Liao (2):
> ASoC: rt5677: add register patch for PLL
> ASoC: rt5677: fixed wrong DMIC ref clock
>
> Charles Keepax (1):
> ASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE
>
> Fabio Estevam (1):
> ASoC: fsl_ssi: Fix platform_get_irq() error handling
>
> Fang, Yang A (1):
> ASoC: rt5645: Add ACPI match ID
>
> Jie Yang (1):
> ASoC: add static inline funcs to fix a compiling issue
>
> Jin Yao (1):
> ASoC: Intel: Remove invalid kfree of devm allocated data
>
> Kuninori Morimoto (1):
> ASoC: rsnd: set dmaen->chan = NULL when error case
>
> Mark Brown (5):
> Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
> Merge remote-tracking branch 'asoc/fix/intel' into asoc-linus
> Merge remote-tracking branch 'asoc/fix/rt5645' into asoc-linus
> Merge remote-tracking branches 'asoc/fix/email', 'asoc/fix/fsl-ssi', 'asoc/fix/pm', 'asoc/fix/qcom' and 'asoc/fix/rcar' into asoc-linus
> Merge remote-tracking branches 'asoc/fix/rt5677', 'asoc/fix/samsung' and 'asoc/fix/tfa9879' into asoc-linus
>
> Rajeev Kumar (1):
> ASoC: Update email-id of Rajeev Kumar
>
> Takashi Iwai (1):
> ASoC: qcom: Return an error for invalid PCM trigger command
>
> Vinod Koul (1):
> ASoC: Intel: fix the makefile for atom code
>
> Wei Yongjun (3):
> ASoC: tfa9879: Fix return value check in tfa9879_i2c_probe()
> ASoC: samsung: s3c24xx-i2s: Fix return value check in s3c24xx_iis_dev_probe()
> ASoC: Intel: sst_byt: remove kfree for memory allocated with devm_kzalloc
>
> include/sound/designware_i2s.h | 2 +-
> include/sound/soc-dapm.h | 2 +-
> include/sound/soc.h | 12 ++++++++++++
> include/sound/spear_dma.h | 2 +-
> sound/soc/codecs/rt5645.c | 13 ++++++++++++-
> sound/soc/codecs/rt5677.c | 5 ++++-
> sound/soc/codecs/tfa9879.c | 4 ++--
> sound/soc/fsl/fsl_ssi.c | 2 +-
> sound/soc/intel/Makefile | 2 +-
> sound/soc/intel/baytrail/sst-baytrail-ipc.c | 1 -
> sound/soc/intel/haswell/sst-haswell-ipc.c | 1 -
> sound/soc/qcom/lpass-cpu.c | 2 +-
> sound/soc/samsung/s3c24xx-i2s.c | 4 ++--
> sound/soc/sh/rcar/dma.c | 1 +
> 14 files changed, 39 insertions(+), 14 deletions(-)
> [2 Digital signature <application/pgp-signature (7bit)>]
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-04-30 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-30 14:37 ASoC fixes for v4.1 Mark Brown
2015-04-30 18:25 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox