From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752135AbeBTRom (ORCPT ); Tue, 20 Feb 2018 12:44:42 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:42253 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750829AbeBTRok (ORCPT ); Tue, 20 Feb 2018 12:44:40 -0500 X-Google-Smtp-Source: AH8x225Eo7ZKU7NzS28vqSKw8NYzmAxuRkKdt+NtqjBsKtqc+URTVyomRsTBUr7dnVYrnMvViV6LSg== From: Kirill Marinushkin To: linux-kernel@vger.kernel.org Cc: Kirill Marinushkin , Mark Brown , Takashi Sakamoto , Takashi Iwai , Jaroslav Kysela , Liam Girdwood , alsa-devel@alsa-project.org Subject: [RESEND PATCH v2 0/2] ASoC: topology: Add parsing clock gating Date: Tue, 20 Feb 2018 18:44:44 +0100 Message-Id: <20180220174446.7784-1-k.marinushkin@gmail.com> X-Mailer: git-send-email 2.13.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch series adds parsing the topology clock gating parameter, which is currently can be set by alsa-lib, but ignored by kernel. The patch 1/2 modifies the UAPI header. If it is applied, the corresponded patch should be applied in alsa-lib [2]. Related, but not required alsa-lib patch: [1]. [1]. [alsa-lib,v2,1/2] topology: Fix parsing config with multiple hw_configs [2]. [alsa-lib,v2,2/2] ASoC: topology: Add defines for snd_soc_tplg_hw_config.clock_gated Signed-off-by: Kirill Marinushkin Cc: Mark Brown Cc: Takashi Sakamoto Cc: Takashi Iwai Cc: Jaroslav Kysela Cc: Liam Girdwood Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org Kirill Marinushkin (2): ASoC: topology: Add defines for snd_soc_tplg_hw_config.clock_gated ASoC: topology: Add missing clock gating parameter when parsing hw_configs include/uapi/sound/asoc.h | 7 ++++++- sound/soc/soc-topology.c | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -- 2.13.6 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kirill Marinushkin Subject: [RESEND PATCH v2 0/2] ASoC: topology: Add parsing clock gating Date: Tue, 20 Feb 2018 18:44:44 +0100 Message-ID: <20180220174446.7784-1-k.marinushkin@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wr0-f193.google.com (mail-wr0-f193.google.com [209.85.128.193]) by alsa0.perex.cz (Postfix) with ESMTP id 27FF5267502 for ; Tue, 20 Feb 2018 18:44:39 +0100 (CET) Received: by mail-wr0-f193.google.com with SMTP id 34so16744710wre.13 for ; Tue, 20 Feb 2018 09:44:39 -0800 (PST) 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: linux-kernel@vger.kernel.org Cc: alsa-devel@alsa-project.org, Takashi Iwai , Liam Girdwood , Mark Brown , Takashi Sakamoto , Kirill Marinushkin List-Id: alsa-devel@alsa-project.org This patch series adds parsing the topology clock gating parameter, which is currently can be set by alsa-lib, but ignored by kernel. The patch 1/2 modifies the UAPI header. If it is applied, the corresponded patch should be applied in alsa-lib [2]. Related, but not required alsa-lib patch: [1]. [1]. [alsa-lib,v2,1/2] topology: Fix parsing config with multiple hw_configs [2]. [alsa-lib,v2,2/2] ASoC: topology: Add defines for snd_soc_tplg_hw_config.clock_gated Signed-off-by: Kirill Marinushkin Cc: Mark Brown Cc: Takashi Sakamoto Cc: Takashi Iwai Cc: Jaroslav Kysela Cc: Liam Girdwood Cc: alsa-devel@alsa-project.org Cc: linux-kernel@vger.kernel.org Kirill Marinushkin (2): ASoC: topology: Add defines for snd_soc_tplg_hw_config.clock_gated ASoC: topology: Add missing clock gating parameter when parsing hw_configs include/uapi/sound/asoc.h | 7 ++++++- sound/soc/soc-topology.c | 7 +++++++ 2 files changed, 13 insertions(+), 1 deletion(-) -- 2.13.6