From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 AC64CC3ABB2 for ; Mon, 16 Sep 2024 10:02:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To: Content-Type:MIME-Version:References:Message-ID:Subject:To:From:Date:Reply-To :Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PVcKgmtsHiY6zmy9L9WXJLjM0R6FE0qNoX99Did6GQM=; b=rV9yEvCdHQS/EkFqJOnVKtKnTi WXjzb/fiUwbs4l6BzPhCj0eRVM57W/445wq1NK3hhxCBDZiUBNYYTxiuLxsU2CAqa0uBIYObph7lv yztEETZfQYMPiJKHyKWNxY9RPSM6wBFu+tXqEal+m0cg7voj0FetvpayTUdHoZdxTj7f5rUACtG+v KkrYS1JZiK4aOuaAfUBYPzXq0gFnMeekWgoCxh6VxzRgx4vIxhxVom5jwkMwpCLCGYKgEkMqTOL9W 7vqNKr35vR4z+2oS1eG6vGb/XwU5KtVt2E2t7pFXRD906mqcZvOoN00n08m98uj4raPrtPeppRW4N fEeYP8iQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sq8YY-00000003dsz-0Rwy; Mon, 16 Sep 2024 10:02:06 +0000 Received: from relay8-d.mail.gandi.net ([217.70.183.201]) by bombadil.infradead.org with esmtps (Exim 4.98 #2 (Red Hat Linux)) id 1sq8Wh-00000003dcg-47XW for linux-arm-kernel@lists.infradead.org; Mon, 16 Sep 2024 10:00:13 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id CF3B51BF208; Mon, 16 Sep 2024 10:00:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1726480809; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=PVcKgmtsHiY6zmy9L9WXJLjM0R6FE0qNoX99Did6GQM=; b=O4ETYETgxUUfpMvCpGK0TLhjTTodnCl3fjQh1P7pEW+3zQqfh8d6XdMLf9WLIoOYAS68RE vMc2GkAH78QTrgbizmeJyIw0nRLXkrhK2MMgfndA4tVpHq0lp4HEBiI4A/0JNbCknYfZDv 2+9y994TBls8TJDXetU4jwuToRmSGKJ2rtMTnOd5sTvjDt93KM/JGppcR48QPpoGOGAsE7 1dz3eHHhjdMhjGGQr+jYjzrQ6PqnzODM6CrU1LDkQcPRdGii1SzENOFIm5VY0hjAiKP11m CysVURAD7KhecdypD9YKtsvljbA33yR++yVQ4Gz/VEpKefuePHWjQoA6bWkMiA== Date: Mon, 16 Sep 2024 12:00:06 +0200 From: Alexandre Belloni To: Andrei Simion Subject: Re: [PATCH 1/2] ASoC: atmel: atmel_ssc_dai: Add stream names Message-ID: <20240916100006f2db7b06@mail.local> References: <20240916085214.11083-1-andrei.simion@microchip.com> <20240916085214.11083-2-andrei.simion@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240916085214.11083-2-andrei.simion@microchip.com> X-GND-Sasl: alexandre.belloni@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240916_030012_219955_118987A2 X-CRM114-Status: GOOD ( 13.95 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: alsa-devel@alsa-project.org, lgirdwood@gmail.com, linux-kernel@vger.kernel.org, tiwai@suse.com, linux-sound@vger.kernel.org, perex@perex.cz, broonie@kernel.org, claudiu.beznea@tuxon.dev, Codrin Ciubotariu , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 16/09/2024 11:52:14+0300, Andrei Simion wrote: > From: Codrin Ciubotariu > > Add required stream names for DPCM and future use-cases. > > [andrei.simion@microchip.com: Adjust commit title. Reword commit message.] > > Signed-off-by: Codrin Ciubotariu > Signed-off-by: Andrei Simion Reviewed-by: Alexandre Belloni > --- > sound/soc/atmel/atmel_ssc_dai.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/sound/soc/atmel/atmel_ssc_dai.c b/sound/soc/atmel/atmel_ssc_dai.c > index 3763454436c1..7047f17fe7a8 100644 > --- a/sound/soc/atmel/atmel_ssc_dai.c > +++ b/sound/soc/atmel/atmel_ssc_dai.c > @@ -836,6 +836,7 @@ static const struct snd_soc_dai_ops atmel_ssc_dai_ops = { > > static struct snd_soc_dai_driver atmel_ssc_dai = { > .playback = { > + .stream_name = "Playback", > .channels_min = 1, > .channels_max = 2, > .rates = SNDRV_PCM_RATE_CONTINUOUS, > @@ -843,6 +844,7 @@ static struct snd_soc_dai_driver atmel_ssc_dai = { > .rate_max = 384000, > .formats = ATMEL_SSC_FORMATS,}, > .capture = { > + .stream_name = "Capture", > .channels_min = 1, > .channels_max = 2, > .rates = SNDRV_PCM_RATE_CONTINUOUS, > -- > 2.34.1 > -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com