From patchwork Fri Jun 10 02:35:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Liao, Bard" X-Patchwork-Id: 580671 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 59585C43334 for ; Fri, 10 Jun 2022 02:37:02 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id CD8FC20E0; Fri, 10 Jun 2022 04:36:10 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz CD8FC20E0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1654828620; bh=p7WLU+IK69OBzOtjzZZocvi403jXX7hShBwzlKgpaEc=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=tK6fmL/ZXf/mmoRhOHZTb5h4hjsL+x7NGDpoS6MC6RfNIgRMQeGHFnV4PQYW9q551 fF+4no0CeYHy9hThwDJMiKD/jOouwp7gWLUU7Th7FqwYQNAA0j1xOHvh6uxc7pv1wb ODGjzMzzOSalF1ujZppHTg7pjO+4fMu88+2zIUM8= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 59104F804D8; Fri, 10 Jun 2022 04:36:10 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 0ADBAF804D8; Fri, 10 Jun 2022 04:36:09 +0200 (CEST) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id C108DF800DF for ; Fri, 10 Jun 2022 04:36:01 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz C108DF800DF Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="ZvyIMwGJ" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654828564; x=1686364564; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=p7WLU+IK69OBzOtjzZZocvi403jXX7hShBwzlKgpaEc=; b=ZvyIMwGJ7+bgPj7brSAqHS0Xwp+sN4Xx1lBDhfJyypVYsKA6tgVS3NSk iPsOC+ifPy4G+8T6w7eo3LtEb2rOp9R9H8KsRSQVtE7nRNujcI0E3GLTH DhSK56nisPseUBz4w3OYYem+EZvUkY0VRItoTKZCWS6IbBcJ630V6FQMO 0imLvx157tv+QbWx+ubhsuGfXbm5cArmHpgUgIBSXBQZLvgl43gWjQ1fy J1ueVeuipnYIE4QG37nqR01hKAhT1ncS2gn3cbjfsijy22gvWSQtRwhjO i5cq69IxpZkJQnr7QZTElIAT/eoI+uoDHuQocWII5n4yzEy/8oQKEUX6m Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10373"; a="266258662" X-IronPort-AV: E=Sophos;i="5.91,288,1647327600"; d="scan'208";a="266258662" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2022 19:35:48 -0700 X-IronPort-AV: E=Sophos;i="5.91,288,1647327600"; d="scan'208";a="637874939" Received: from bard-ubuntu.sh.intel.com ([10.239.185.57]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Jun 2022 19:35:45 -0700 From: Bard Liao To: alsa-devel@alsa-project.org, vkoul@kernel.org Subject: [PATCH 0/2] soundwire: Intel: add trigger callback Date: Fri, 10 Jun 2022 10:35:35 +0800 Message-Id: <20220610023537.27223-1-yung-chuan.liao@linux.intel.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Cc: vinod.koul@linaro.org, tiwai@suse.de, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org, pierre-louis.bossart@linux.intel.com, broonie@kernel.org, srinivas.kandagatla@linaro.org, sanyog.r.kale@intel.com, bard.liao@intel.com X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" The .trigger callback will be used in ASoC. Hi Vinod, Could you provied a tag so that Mark can take the tag to his tree? Bard Liao (1): soundwire: Intel: add trigger callback Pierre-Louis Bossart (1): soundwire: intel: uniquify debug message drivers/soundwire/intel.c | 36 ++++++++++++++++++----------- include/linux/soundwire/sdw_intel.h | 1 + 2 files changed, 23 insertions(+), 14 deletions(-)