Message ID | 20190508094554.GK14916@sirena.org.uk (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] ASoC fix for v5.2 | expand |
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
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
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 :/
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.
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
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(-)
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