* ASoC fixes for v3.18
@ 2014-11-17 16:55 Mark Brown
2014-11-17 21:20 ` Takashi Iwai
0 siblings, 1 reply; 2+ messages in thread
From: Mark Brown @ 2014-11-17 16:55 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel, Liam Girdwood
[-- Attachment #1.1: Type: text/plain, Size: 3592 bytes --]
The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9:
Linux 3.18-rc5 (2014-11-16 16:36:20 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.18-rc5
for you to fetch changes up to cf9a7f7823c67243da44da2ac47ca944a3108282:
Merge remote-tracking branches 'asoc/fix/rt5670', 'asoc/fix/samsung' and 'asoc/fix/sgtl5000' into asoc-linus (2014-11-17 16:41:11 +0000)
----------------------------------------------------------------
ASoC: Fixes for v3.18
As well as the usual driver fixes there's a few other things here:
One is a fix for a race in DPCM which is unfortuantely a rather large
diffstat, this is the result of growing usage of the mainline code and
hence more detailed testing so I'm relatively happy.
The other is a fix for non-DT machine driver matching following some of
the componentization work which is much more focused.
Both have had a while to cook in -next.
----------------------------------------------------------------
Andreas Färber (1):
ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
Axel Lin (1):
ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
Bard Liao (2):
ASoC: rt5670: correct the incorrect default values
ASoC: rt5670: change dapm routes of PLL connection
Charles Keepax (1):
ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use
Dylan Reid (1):
ASoC: max98090: Correct pclk divisor settings
Fabio Estevam (1):
ASoC: sgtl5000: Fix SMALL_POP bit definition
Fang, Yang A (1):
ASoC: rt5645: Mark RT5645_TDM_CTRL_3 as readable
Jianqun (1):
ASoC: rockchip-i2s: fix infinite loop in rockchip_snd_rxctrl
Kuninori Morimoto (2):
ASoC: fsi: remove unsupported PAUSE flag
ASoC: rsnd: remove unsupported PAUSE flag
Lars-Peter Clausen (1):
ASoC: Fix snd_soc_find_dai() matching component by name
Mark Brown (3):
Merge remote-tracking branch 'asoc/fix/core' into asoc-linus
Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/cs41l51', 'asoc/fix/dpcm', 'asoc/fix/es8328', 'asoc/fix/fsl-asrc', 'asoc/fix/max98090', 'asoc/fix/rcar', 'asoc/fix/rockchip' and 'asoc/fix/rt5645' into asoc-linus
Merge remote-tracking branches 'asoc/fix/rt5670', 'asoc/fix/samsung' and 'asoc/fix/sgtl5000' into asoc-linus
Nicolin Chen (1):
ASoC: fsl_asrc: Add reg_defaults for regmap to fix kernel dump
Takashi Iwai (1):
ASoC: dpcm: Fix race between FE/BE updates and trigger
Thomas Petazzoni (1):
ASoC: cs42l51: re-hook of_match_table pointer
include/sound/soc-dpcm.h | 2 ++
sound/soc/codecs/cs42l51-i2c.c | 1 +
sound/soc/codecs/cs42l51.c | 4 ++-
sound/soc/codecs/cs42l51.h | 1 +
sound/soc/codecs/es8328-i2c.c | 2 +-
sound/soc/codecs/max98090.c | 6 ++--
sound/soc/codecs/rt5645.c | 2 ++
sound/soc/codecs/rt5670.c | 36 ++++++++++----------
sound/soc/codecs/sgtl5000.c | 3 +-
sound/soc/codecs/sgtl5000.h | 2 +-
sound/soc/codecs/wm_adsp.c | 1 +
sound/soc/fsl/fsl_asrc.c | 26 ++++++++++++++
sound/soc/rockchip/rockchip_i2s.c | 4 ++-
sound/soc/samsung/snow.c | 1 +
sound/soc/sh/fsi.c | 3 +-
sound/soc/sh/rcar/core.c | 3 +-
sound/soc/soc-core.c | 2 +-
sound/soc/soc-pcm.c | 72 ++++++++++++++++++++++++++++++---------
18 files changed, 123 insertions(+), 48 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 v3.18
2014-11-17 16:55 ASoC fixes for v3.18 Mark Brown
@ 2014-11-17 21:20 ` Takashi Iwai
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2014-11-17 21:20 UTC (permalink / raw)
To: Mark Brown; +Cc: alsa-devel, Liam Girdwood
At Mon, 17 Nov 2014 16:55:27 +0000,
Mark Brown wrote:
>
> The following changes since commit fc14f9c1272f62c3e8d01300f52467c0d9af50f9:
>
> Linux 3.18-rc5 (2014-11-16 16:36:20 -0800)
>
> are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v3.18-rc5
>
> for you to fetch changes up to cf9a7f7823c67243da44da2ac47ca944a3108282:
>
> Merge remote-tracking branches 'asoc/fix/rt5670', 'asoc/fix/samsung' and 'asoc/fix/sgtl5000' into asoc-linus (2014-11-17 16:41:11 +0000)
>
> ----------------------------------------------------------------
> ASoC: Fixes for v3.18
>
> As well as the usual driver fixes there's a few other things here:
>
> One is a fix for a race in DPCM which is unfortuantely a rather large
> diffstat, this is the result of growing usage of the mainline code and
> hence more detailed testing so I'm relatively happy.
>
> The other is a fix for non-DT machine driver matching following some of
> the componentization work which is much more focused.
>
> Both have had a while to cook in -next.
Pulled now, thanks.
Takashi
>
> ----------------------------------------------------------------
> Andreas Färber (1):
> ASoC: samsung: Add MODULE_DEVICE_TABLE for Snow
>
> Axel Lin (1):
> ASoC: es8328-i2c: Fix i2c_device_id name field in es8328_id
>
> Bard Liao (2):
> ASoC: rt5670: correct the incorrect default values
> ASoC: rt5670: change dapm routes of PLL connection
>
> Charles Keepax (1):
> ASoC: wm_adsp: Avoid attempt to free buffers that might still be in use
>
> Dylan Reid (1):
> ASoC: max98090: Correct pclk divisor settings
>
> Fabio Estevam (1):
> ASoC: sgtl5000: Fix SMALL_POP bit definition
>
> Fang, Yang A (1):
> ASoC: rt5645: Mark RT5645_TDM_CTRL_3 as readable
>
> Jianqun (1):
> ASoC: rockchip-i2s: fix infinite loop in rockchip_snd_rxctrl
>
> Kuninori Morimoto (2):
> ASoC: fsi: remove unsupported PAUSE flag
> ASoC: rsnd: remove unsupported PAUSE flag
>
> Lars-Peter Clausen (1):
> ASoC: Fix snd_soc_find_dai() matching component by name
>
> Mark Brown (3):
> Merge remote-tracking branch 'asoc/fix/core' into asoc-linus
> Merge remote-tracking branches 'asoc/fix/adsp', 'asoc/fix/cs41l51', 'asoc/fix/dpcm', 'asoc/fix/es8328', 'asoc/fix/fsl-asrc', 'asoc/fix/max98090', 'asoc/fix/rcar', 'asoc/fix/rockchip' and 'asoc/fix/rt5645' into asoc-linus
> Merge remote-tracking branches 'asoc/fix/rt5670', 'asoc/fix/samsung' and 'asoc/fix/sgtl5000' into asoc-linus
>
> Nicolin Chen (1):
> ASoC: fsl_asrc: Add reg_defaults for regmap to fix kernel dump
>
> Takashi Iwai (1):
> ASoC: dpcm: Fix race between FE/BE updates and trigger
>
> Thomas Petazzoni (1):
> ASoC: cs42l51: re-hook of_match_table pointer
>
> include/sound/soc-dpcm.h | 2 ++
> sound/soc/codecs/cs42l51-i2c.c | 1 +
> sound/soc/codecs/cs42l51.c | 4 ++-
> sound/soc/codecs/cs42l51.h | 1 +
> sound/soc/codecs/es8328-i2c.c | 2 +-
> sound/soc/codecs/max98090.c | 6 ++--
> sound/soc/codecs/rt5645.c | 2 ++
> sound/soc/codecs/rt5670.c | 36 ++++++++++----------
> sound/soc/codecs/sgtl5000.c | 3 +-
> sound/soc/codecs/sgtl5000.h | 2 +-
> sound/soc/codecs/wm_adsp.c | 1 +
> sound/soc/fsl/fsl_asrc.c | 26 ++++++++++++++
> sound/soc/rockchip/rockchip_i2s.c | 4 ++-
> sound/soc/samsung/snow.c | 1 +
> sound/soc/sh/fsi.c | 3 +-
> sound/soc/sh/rcar/core.c | 3 +-
> sound/soc/soc-core.c | 2 +-
> sound/soc/soc-pcm.c | 72 ++++++++++++++++++++++++++++++---------
> 18 files changed, 123 insertions(+), 48 deletions(-)
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-11-17 21:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-17 16:55 ASoC fixes for v3.18 Mark Brown
2014-11-17 21:20 ` Takashi Iwai
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox