mbox series

[GIT,PULL] ASoC fixes for v5.0

Message ID 20190219111841.GC6319@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fixes for v5.0 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc6

Message

Mark Brown Feb. 19, 2019, 11:18 a.m. UTC
The following changes since commit 860b454c2c0cbda6892954f5cdbbb48931b3c8db:

  ASoC: samsung: Prevent clk_get_rate() calls in atomic context (2019-02-07 14:34:53 +0000)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc6

for you to fetch changes up to 19dd0777773ab17b4d97f7105e836867c0cdecb4:

  ASoC: simple-card: fixup refcount_t underflow (2019-02-18 18:36:52 +0000)

----------------------------------------------------------------
ASoC: Fixes for v5.0

A few small fixes, a driver fix for Samsung, a fix for refcounting of
of_nodes in the simple-card driver that triggered on a lot of systems
and a fix for topology error handling.

----------------------------------------------------------------
Bard liao (1):
      ASoC: topology: free created components in tplg load error

Kuninori Morimoto (1):
      ASoC: simple-card: fixup refcount_t underflow

Sylwester Nawrocki (1):
      ASoC: samsung: i2s: Fix prescaler setting for the secondary DAI

 sound/soc/generic/simple-card.c | 2 +-
 sound/soc/samsung/i2s.c         | 8 +++++++-
 sound/soc/soc-topology.c        | 8 +++++++-
 3 files changed, 15 insertions(+), 3 deletions(-)

Comments

Takashi Iwai Feb. 19, 2019, 12:38 p.m. UTC | #1
On Tue, 19 Feb 2019 12:18:41 +0100,
Mark Brown wrote:
> 
> The following changes since commit 860b454c2c0cbda6892954f5cdbbb48931b3c8db:
> 
>   ASoC: samsung: Prevent clk_get_rate() calls in atomic context (2019-02-07 14:34:53 +0000)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-fix-v5.0-rc6
> 
> for you to fetch changes up to 19dd0777773ab17b4d97f7105e836867c0cdecb4:
> 
>   ASoC: simple-card: fixup refcount_t underflow (2019-02-18 18:36:52 +0000)
> 
> ----------------------------------------------------------------
> ASoC: Fixes for v5.0
> 
> A few small fixes, a driver fix for Samsung, a fix for refcounting of
> of_nodes in the simple-card driver that triggered on a lot of systems
> and a fix for topology error handling.

Pulled now.  Thanks.


Takashi