Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mail-b.sr.ht (Postfix) with ESMTPS id A0EA9FF16C for <~postmarketos/upstreaming@lists.sr.ht>; Fri, 24 Jul 2020 14:37:27 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b=eVK6Dlsn Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 38E952065C; Fri, 24 Jul 2020 14:37:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1595601446; bh=kuhbtK/xgw6S+iffhFWjMTNgQZBQEum2vNOAOqlhFXI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=eVK6DlsnirpsoMElQq0X8wZ62fM1oJJJxTIs8fcHafFDKVGbybZUNuXxQJnn7paR8 0BNSpnD0TuntNk+sfMyA00xTzIPGtBisAlkbc7OsJwvid3Ra1ZAdCU0yHqmSo3txK+ O3bIEJmLn1FOGs6wyj/6h0duCWAEp3EPVMb2zxyk= Date: Fri, 24 Jul 2020 15:37:11 +0100 From: Mark Brown To: Stephan Gerhold Cc: Patrick Lai , Srinivas Kandagatla , Liam Girdwood , ~postmarketos/upstreaming@lists.sr.ht, alsa-devel@alsa-project.org, Banajit Goswami , Cheng-Yi Chiang In-Reply-To: <20200723183904.321040-1-stephan@gerhold.net> References: <20200723183904.321040-1-stephan@gerhold.net> Subject: Re: [PATCH 0/7] ASoC: qcom: Use qcom_snd_parse_of() for apq8016_sbc Message-Id: <159560143160.13017.5020230116568554217.b4-ty@kernel.org> On Thu, 23 Jul 2020 20:38:57 +0200, Stephan Gerhold wrote: > At the moment we have two separate functions to parse the sound card > properties from the device tree: qcom_snd_parse_of() for DPCM and > apq8016_sbc_parse_of() without DPCM. These functions are almost identical > except for a few minor differences. > > This patch set extends qcom_snd_parse_of() to handle links without DPCM, > so that we can use one common function for all (qcom) machine drivers. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next Thanks! [1/7] ASoC: qcom: Use devm for resource management commit: ed3b53e7ffe91c32a1277de435e3fcb3ad5e852a [2/7] ASoC: qcom: common: Use snd_soc_dai_link_set_capabilities() commit: 627ab55d745b2a413e0a2856f2ad2e422a697971 [3/7] ASoC: q6afe: Remove unused q6afe_is_rx_port() function commit: 0a8c336a1e020be3832b02e1ddbb92d61da87512 [4/7] ASoC: qcom: common: Support parsing links without DPCM commit: 47ea88488209226e03559bb8baaa0156b4025fee [5/7] ASoC: qcom: common: Parse properties with "qcom," prefix commit: f0d67fdba5dcf48865fc79f2d63b49bd75d36671 [6/7] ASoC: qcom: apq8016_sbc: Use qcom_snd_parse_of() commit: 118205d241ef6fec395086c34f85717a41a8b4a1 [7/7] ASoC: qcom: common: Avoid printing errors for -EPROBE_DEFER commit: a63419beafd4edf20761c37dbefd639a0b1b481e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark