Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp5094461imm; Tue, 31 Jul 2018 05:31:33 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfUDc+U+cXdWrhqM4f+Ekcb9hyuvM0OCJlnEEK0vK/HkmO/Gwn/kw2pqWQehA9M6JUnHozi X-Received: by 2002:a17:902:988c:: with SMTP id s12-v6mr20401724plp.199.1533040293361; Tue, 31 Jul 2018 05:31:33 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533040293; cv=none; d=google.com; s=arc-20160816; b=wPse6UqU+co8/SxqDcpXG2PEAZtM6emfaH1NJaZN6cw/xaMO/MlHMBfesNWQ+7XLtL F9yyti9ItRJL63exkV7KtVU6jeFEOW69+gteao6Ne7O2iWn/rF/JdnOEsdGdSobsL0TV F2fdrBJnRkYmattOSvNOiRde8LWAC4tCRool+ykT3dulW1QymlD0bVvyLx73xkwOrIgk yg27ov27EfeP22NuyNuVpTMyRzdTPGhotV4YUtDbJxNluEKYyxXMPapL8xc78VCgEjPT UAkHVn0JNgywzx2UwAy7NHxIM+m4l2OfnVE1SVfHMtmjQ3wf3C2IUgFUxMj81Un/Lhxm 3GlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=xlTd5VYoJ3ldOXGxhb99hr8Oz1GWdZ0oDLAKWXTNLmI=; b=PnWgOlbGbHw4JIhsEgidLrYfM6ITljQ/wyOpIH21xO03eWxmt/8KI76J82veUyVxGF Nj7oNkKN+yru9QF6ZF08i6BIx2VycyQiXNYuwjzWSyWecG223sa8WFwPZ6Nzq9UNomns GcSqNAmaI5iCC5EPVpqofjnRPLUsf6ijLDq1c+7EDjG+VuHmIM1YUnxcWPmh325lSrJC 7UvtmmYmKSPKpLq3qrBSe3bieje9Xz3iUgpAntZycmw9EXrP02mGrRDbWyZ/NstCSVYA PQl6b0kDmqEJc2mH173y0ciZFEnfY3YcbnMbl7RcGSgqFoEIYOgYN/IaW7oHCwB4rFQN /DMw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 15-v6si13371113pgo.574.2018.07.31.05.31.19; Tue, 31 Jul 2018 05:31:33 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=codethink.co.uk Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732204AbeGaOJA (ORCPT + 99 others); Tue, 31 Jul 2018 10:09:00 -0400 Received: from imap1.codethink.co.uk ([176.9.8.82]:34907 "EHLO imap1.codethink.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732069AbeGaOI7 (ORCPT ); Tue, 31 Jul 2018 10:08:59 -0400 Received: from [148.252.241.226] (helo=ct-lt-1121.office.codethink.co.uk) by imap1.codethink.co.uk with esmtpsa (Exim 4.84_2 #1 (Debian)) id 1fkTli-0000tp-5U; Tue, 31 Jul 2018 13:28:50 +0100 From: Jorge Sanjuan To: tiwai@suse.de Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 4/4] ALSA: usb-audio: Operate UAC3 Power Domains in PCM callbacks Date: Tue, 31 Jul 2018 13:28:45 +0100 Message-Id: <20180731122845.4859-5-jorge.sanjuan@codethink.co.uk> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20180731122845.4859-1-jorge.sanjuan@codethink.co.uk> References: <20180719112215.4219-1-jorge.sanjuan@codethink.co.uk> <20180731122845.4859-1-jorge.sanjuan@codethink.co.uk> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Make use of UAC3 Power Domains associated to an Audio Streaming path within the PCM's logic. This means, when there is no audio being transferred (pcm is closed), the host will set the Power Domain associated to that substream to state D1. When audio is being transferred (from hw_params onwards), the Power Domain will be set to D0 state. This is the way the host lets the device know which Terminal is going to be actively used and it is for the device to manage its own internal resources on that UAC3 Power Domain. Note the resume method now sets the Power Domain to D1 state as resuming the device doesn't mean audio streaming will occur. Signed-off-by: Jorge Sanjuan --- sound/usb/pcm.c | 24 +++++++++++++++++++----- sound/usb/stream.c | 6 +++++- 2 files changed, 24 insertions(+), 6 deletions(-) diff --git a/sound/usb/pcm.c b/sound/usb/pcm.c index 99ec9d5caa58..bbc7116c9543 100644 --- a/sound/usb/pcm.c +++ b/sound/usb/pcm.c @@ -748,11 +748,11 @@ int snd_usb_pcm_resume(struct snd_usb_stream *as) { int ret; - ret = snd_usb_pcm_change_state(&as->substream[0], UAC3_PD_STATE_D0); + ret = snd_usb_pcm_change_state(&as->substream[0], UAC3_PD_STATE_D1); if (ret < 0) return ret; - ret = snd_usb_pcm_change_state(&as->substream[1], UAC3_PD_STATE_D0); + ret = snd_usb_pcm_change_state(&as->substream[1], UAC3_PD_STATE_D1); if (ret < 0) return ret; @@ -803,16 +803,22 @@ static int snd_usb_hw_params(struct snd_pcm_substream *substream, ret = snd_usb_lock_shutdown(subs->stream->chip); if (ret < 0) return ret; + + ret = snd_usb_pcm_change_state(subs, UAC3_PD_STATE_D0); + if (ret < 0) + goto unlock; + ret = set_format(subs, fmt); - snd_usb_unlock_shutdown(subs->stream->chip); if (ret < 0) - return ret; + goto unlock; subs->interface = fmt->iface; subs->altset_idx = fmt->altset_idx; subs->need_setup_ep = true; - return 0; + unlock: + snd_usb_unlock_shutdown(subs->stream->chip); + return ret; } /* @@ -869,6 +875,10 @@ static int snd_usb_pcm_prepare(struct snd_pcm_substream *substream) snd_usb_endpoint_sync_pending_stop(subs->sync_endpoint); snd_usb_endpoint_sync_pending_stop(subs->data_endpoint); + ret = snd_usb_pcm_change_state(subs, UAC3_PD_STATE_D0); + if (ret < 0) + goto unlock; + ret = set_format(subs, subs->cur_audiofmt); if (ret < 0) goto unlock; @@ -1313,6 +1323,7 @@ static int snd_usb_pcm_close(struct snd_pcm_substream *substream) int direction = substream->stream; struct snd_usb_stream *as = snd_pcm_substream_chip(substream); struct snd_usb_substream *subs = &as->substream[direction]; + int ret; stop_endpoints(subs, true); @@ -1321,7 +1332,10 @@ static int snd_usb_pcm_close(struct snd_pcm_substream *substream) !snd_usb_lock_shutdown(subs->stream->chip)) { usb_set_interface(subs->dev, subs->interface, 0); subs->interface = -1; + ret = snd_usb_pcm_change_state(subs, UAC3_PD_STATE_D1); snd_usb_unlock_shutdown(subs->stream->chip); + if (ret < 0) + return ret; } subs->pcm_substream = NULL; diff --git a/sound/usb/stream.c b/sound/usb/stream.c index c0567fa1e84b..8fe3b0e00e45 100644 --- a/sound/usb/stream.c +++ b/sound/usb/stream.c @@ -110,8 +110,12 @@ static void snd_usb_init_substream(struct snd_usb_stream *as, if (fp->channels > subs->channels_max) subs->channels_max = fp->channels; - if (pd) + if (pd) { subs->str_pd = pd; + /* Initialize Power Domain to idle status D1 */ + snd_usb_power_domain_set(subs->stream->chip, pd, + UAC3_PD_STATE_D1); + } snd_usb_preallocate_buffer(subs); } -- 2.11.0