From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [GIT PULL] ASoC fixes for v4.20 Date: Tue, 27 Nov 2018 16:15:03 +0100 Message-ID: References: <20181127144453.GD3206@sirena.org.uk> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id 8D91D26751A for ; Tue, 27 Nov 2018 16:15:04 +0100 (CET) In-Reply-To: <20181127144453.GD3206@sirena.org.uk> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Mark Brown Cc: alsa-devel@alsa-project.org, Liam Girdwood List-Id: alsa-devel@alsa-project.org On Tue, 27 Nov 2018 15:44:53 +0100, Mark Brown wrote: > > The following changes since commit 6be0f96d799f487f05eb412d362d5a1747d665c2: > > ASoC: stm32: sai: fix master clock naming (2018-10-23 10:51:45 +0100) > > are available in the Git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git tags/asoc-v4.20-rc4 > > for you to fetch changes up to ffdcc3638c58d55a6fa68b6e5dfd4fb4109652eb: > > ASoC: omap-dmic: Add pm_qos handling to avoid overruns with CPU_IDLE (2018-11-23 14:05:30 +0000) > > ---------------------------------------------------------------- > ASoC: Fixes for v4.20 > > Lots of fixes here, the majority of which are driver specific but > there's a couple of core things and one notable driver specific one: > > - A core fix for a DAPM regression introduced during the component > refactoring, we'd lost the code that forced a reevaluation of the > DAPM graph after probe (which we suppress during init to save lots > of recalcuation) and have now restored it. > - A core fix for error handling using the newly added > for_each_rtd_codec_dai_rollback() macro. > - A fix for the names of widgets in the newly introduced pcm3060 > driver, merged as a fix so we don't have a release with legacy names. Pulled now, thanks. Takashi