mbox series

[GIT,PULL] ASoC fix for v5.2

Message ID 20190508094554.GK14916@sirena.org.uk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] ASoC fix for v5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2-4

Message

Mark Brown May 8, 2019, 9:45 a.m. UTC
The following changes since commit ce38a75089f70f6380fc63a5478a7659b4eb3f47:

  ASoC: SOF: core: fix undefined nocodec reference (2019-05-08 15:42:00 +0900)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2-4

for you to fetch changes up to 2a79e3d342e4b8883ff7fe2cf1b3e9192c26f61a:

  ASoC: SOF: Fix unused variable warnings (2019-05-08 18:33:34 +0900)

----------------------------------------------------------------
ASoC: ...and one more

This didn't get applied as quickly as expected due to a missing list CC
and I didn't notice my scripts delaying it.

----------------------------------------------------------------
Emil Renner Berthing (1):
      spi: rockchip: turn down tx dma bursts

Libin Yang (1):
      ASoC: codec: hdac_hdmi: no checking monitor in hw_params

Olivier Moysan (1):
      ASoC: stm32: i2s: update pcm hardware constraints

Takashi Iwai (1):
      ASoC: SOF: Fix unused variable warnings

Tzung-Bi Shih (3):
      ASoC: mediatek: mt6358: initialize setting when ramping volume
      ASoC: mediatek: mt6358: save output volume for mixer controls
      ASoC: mediatek: mt6358: save PGA for mixer control

 drivers/spi/spi-rockchip.c   |   4 +-
 sound/soc/codecs/hdac_hdmi.c |  13 -----
 sound/soc/codecs/mt6358.c    | 131 +++++++++++++++++++++++++++----------------
 sound/soc/sof/core.c         |   2 +
 sound/soc/stm/stm32_i2s.c    |   3 +-
 5 files changed, 89 insertions(+), 64 deletions(-)

Comments

Takashi Iwai May 8, 2019, 9:58 a.m. UTC | #1
On Wed, 08 May 2019 11:45:54 +0200,
Mark Brown wrote:
> 
> The following changes since commit ce38a75089f70f6380fc63a5478a7659b4eb3f47:
> 
>   ASoC: SOF: core: fix undefined nocodec reference (2019-05-08 15:42:00 +0900)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2-4
> 
> for you to fetch changes up to 2a79e3d342e4b8883ff7fe2cf1b3e9192c26f61a:
> 
>   ASoC: SOF: Fix unused variable warnings (2019-05-08 18:33:34 +0900)
> 
> ----------------------------------------------------------------
> ASoC: ...and one more
> 
> This didn't get applied as quickly as expected due to a missing list CC
> and I didn't notice my scripts delaying it.

Merged now.  Thanks.


Takashi
Takashi Iwai May 8, 2019, 10:27 a.m. UTC | #2
On Wed, 08 May 2019 11:45:54 +0200,
Mark Brown wrote:
> 
> Emil Renner Berthing (1):
>       spi: rockchip: turn down tx dma bursts

BTW, is this commit intended to be in sound git repo?
Or was it applied to a wrong branch?  Just for confirmation...


thanks,

Takashi
Mark Brown May 8, 2019, 10:31 a.m. UTC | #3
On Wed, May 08, 2019 at 12:27:32PM +0200, Takashi Iwai wrote:
> On Wed, 08 May 2019 11:45:54 +0200,
> Mark Brown wrote:

> > Emil Renner Berthing (1):
> >       spi: rockchip: turn down tx dma bursts

> BTW, is this commit intended to be in sound git repo?
> Or was it applied to a wrong branch?  Just for confirmation...

No, that's a mistake :/
Mark Brown May 8, 2019, 10:33 a.m. UTC | #4
On Wed, May 08, 2019 at 07:31:50PM +0900, Mark Brown wrote:
> On Wed, May 08, 2019 at 12:27:32PM +0200, Takashi Iwai wrote:
> > On Wed, 08 May 2019 11:45:54 +0200,
> > Mark Brown wrote:
> 
> > > Emil Renner Berthing (1):
> > >       spi: rockchip: turn down tx dma bursts
> 
> > BTW, is this commit intended to be in sound git repo?
> > Or was it applied to a wrong branch?  Just for confirmation...
> 
> No, that's a mistake :/

My train's almost arrived, probably the easiest thing to do is if you
rebase it out.
Takashi Iwai May 8, 2019, 10:36 a.m. UTC | #5
On Wed, 08 May 2019 12:31:50 +0200,
Mark Brown wrote:
> 
> On Wed, May 08, 2019 at 12:27:32PM +0200, Takashi Iwai wrote:
> > On Wed, 08 May 2019 11:45:54 +0200,
> > Mark Brown wrote:
> 
> > > Emil Renner Berthing (1):
> > >       spi: rockchip: turn down tx dma bursts
> 
> > BTW, is this commit intended to be in sound git repo?
> > Or was it applied to a wrong branch?  Just for confirmation...
> 
> No, that's a mistake :/

OK, I can reset the repo and re-pull if you want...


Takashi
Mark Brown May 9, 2019, 2:23 a.m. UTC | #6
On Wed, May 08, 2019 at 12:36:12PM +0200, Takashi Iwai wrote:

> OK, I can reset the repo and re-pull if you want...

The following changes since commit ce38a75089f70f6380fc63a5478a7659b4eb3f47:

  ASoC: SOF: core: fix undefined nocodec reference (2019-05-08 15:42:00 +0900)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2-5

for you to fetch changes up to 7f6647ced298d56027218e47619b7f0d925fc83e:

  ASoC: SOF: Fix unused variable warnings (2019-05-09 11:18:57 +0900)

----------------------------------------------------------------
ASoC: Updates for v5.2

Redone to remove the misfiled SPI commit

----------------------------------------------------------------
Libin Yang (1):
      ASoC: codec: hdac_hdmi: no checking monitor in hw_params

Olivier Moysan (1):
      ASoC: stm32: i2s: update pcm hardware constraints

Takashi Iwai (1):
      ASoC: SOF: Fix unused variable warnings

Tzung-Bi Shih (3):
      ASoC: mediatek: mt6358: initialize setting when ramping volume
      ASoC: mediatek: mt6358: save output volume for mixer controls
      ASoC: mediatek: mt6358: save PGA for mixer control

 sound/soc/codecs/hdac_hdmi.c |  13 -----
 sound/soc/codecs/mt6358.c    | 131 +++++++++++++++++++++++++++----------------
 sound/soc/sof/core.c         |   2 +
 sound/soc/stm/stm32_i2s.c    |   3 +-
 4 files changed, 87 insertions(+), 62 deletions(-)
Takashi Iwai May 9, 2019, 5:15 a.m. UTC | #7
On Thu, 09 May 2019 04:23:41 +0200,
Mark Brown wrote:
> 
> On Wed, May 08, 2019 at 12:36:12PM +0200, Takashi Iwai wrote:
> 
> > OK, I can reset the repo and re-pull if you want...
> 
> The following changes since commit ce38a75089f70f6380fc63a5478a7659b4eb3f47:
> 
>   ASoC: SOF: core: fix undefined nocodec reference (2019-05-08 15:42:00 +0900)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v5.2-5
> 
> for you to fetch changes up to 7f6647ced298d56027218e47619b7f0d925fc83e:
> 
>   ASoC: SOF: Fix unused variable warnings (2019-05-09 11:18:57 +0900)
> 
> ----------------------------------------------------------------
> ASoC: Updates for v5.2
> 
> Redone to remove the misfiled SPI commit

OK, re-pulled now.  Thanks.


Takashi