Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp375638pxb; Thu, 25 Feb 2021 05:06:07 -0800 (PST) X-Google-Smtp-Source: ABdhPJy8KRmhZJPLm8IZK3PHqcXCBaFwh6KHNKri6QQcOKTNJJjxLlZ2acRlk+Z2AR8chSjc2Utx X-Received: by 2002:aa7:d9c5:: with SMTP id v5mr2803421eds.170.1614258367471; Thu, 25 Feb 2021 05:06:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614258367; cv=none; d=google.com; s=arc-20160816; b=r838KW2GckNDsloeWqNysDVGN9yJYXEnBem2uA5Djk0ivZoBvrKB2cJOBDYRCNY2gv 19Y2zbaMo5UqReHzsgGbEsVTNd0wmzzksJyClhTZrEhQ7cYnd6/5gi6z9sLT8FpRbock L/Up6vlHJZuXY8NkRjer9fTM31pMkqR4kzaL5PFhKQwCBlunvUahTejXyj1Yf+sm8CbJ x4JVstzEOprHdvdg/Q14HGoXDGdSwd4Qzg3qIKYuHZ8NmFswT2GJoHwpG8W9GDsLtMUL amdyx5F5ITRGbHDvn/Jb+CjuSi2aauJq+14BggV355ILGtp+C/geORkEaYW59KDLJmkl +rHw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:references:in-reply-to :subject:cc:to:from:message-id:date; bh=9oJYM827K86HWi0E7EYiOjJWZu1gJ3lBw+eKxLoTKwA=; b=ucafhFIHkzNW8JtqN3p66xaKldjg24vbedsNH4sdLBjfTPgRD0Jhsex5OIKTNFGC28 Z1MlSReuiH4mYPefpvMyireFqs7A6rVJgKKK2S8wawa8YDNcrkY0II+2Om/E0s3QtO+J SKZ4dty1iPXWswqPaA0AI67v1kx0igZsCKGcpH/iEL4CdnPZIOl9WBwHZoSUp9XypTE2 /TWEHgQIqViOYtm45olS32XBU1qnLYTNMn2100l8xWLGOyBTk3N9ycbelIX1TK21x+S8 08n6CCVbRZMPuMIzw80nmfoCGHL+XJP/pYhGEHNc01MUBAWgvrbVwt1glWksSlAq53xN 1DvQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d13si3410088edo.367.2021.02.25.05.05.45; Thu, 25 Feb 2021 05:06:07 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233364AbhBYMv7 (ORCPT + 99 others); Thu, 25 Feb 2021 07:51:59 -0500 Received: from mx2.suse.de ([195.135.220.15]:35508 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233087AbhBYMv6 (ORCPT ); Thu, 25 Feb 2021 07:51:58 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id EC3DDAF5B; Thu, 25 Feb 2021 12:51:16 +0000 (UTC) Date: Thu, 25 Feb 2021 13:51:16 +0100 Message-ID: From: Takashi Iwai To: Anton Yakovlev Cc: , , , "Michael S. Tsirkin" , Jaroslav Kysela , Takashi Iwai , Subject: Re: [PATCH v5 6/9] ALSA: virtio: PCM substream operators In-Reply-To: References: <20210222153444.348390-1-anton.yakovlev@opensynergy.com> <20210222153444.348390-7-anton.yakovlev@opensynergy.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 25 Feb 2021 13:14:37 +0100, Anton Yakovlev wrote: > > On 25.02.2021 11:55, Takashi Iwai wrote: > > On Mon, 22 Feb 2021 16:34:41 +0100, > > Anton Yakovlev wrote: > >> +static int virtsnd_pcm_open(struct snd_pcm_substream *substream) > >> +{ > >> + struct virtio_pcm *vpcm = snd_pcm_substream_chip(substream); > >> + struct virtio_pcm_substream *vss = NULL; > >> + > >> + if (vpcm) { > >> + switch (substream->stream) { > >> + case SNDRV_PCM_STREAM_PLAYBACK: > >> + case SNDRV_PCM_STREAM_CAPTURE: { > > > > The switch() here looks superfluous. The substream->stream must be a > > good value in the callback. If any, you can put WARN_ON() there, but > > I don't think it worth. > > At least it doesn't do any harm. It does -- it makes the readability worse, and that's a very important point. > >> +static int virtsnd_pcm_hw_params(struct snd_pcm_substream *substream, > >> + struct snd_pcm_hw_params *hw_params) > >> +{ > > .... > >> + return virtsnd_pcm_msg_alloc(vss, periods, period_bytes); > > > > We have the allocation, but... > > > >> +static int virtsnd_pcm_hw_free(struct snd_pcm_substream *substream) > >> +{ > >> + return 0; > > > > ... no release at hw_free()? > > I know that the free is present in the allocator, but it's only for > > re-allocation case, I suppose. > > When the substream stops, sync_ptr waits until the device has completed > all pending messages. This wait can be interrupted either by a signal or > due to a timeout. In this case, the device can still access messages > even after calling hw_free(). It can also issue an interrupt, and the > interrupt handler will also try to access message structures. Therefore, > freeing of already allocated messages occurs either in hw_params() or in > dev->release(), since there it is 100% safe. OK, then it's worth to document it about this object lifecycle. The buffer management of this driver is fairly unique, so otherwise it confuses readers. thanks, Takashi