From nobody Tue Aug 29 14:33:14 2023 X-Original-To: freebsd-multimedia@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4RZqfX09Yqz4rrrQ for ; Tue, 29 Aug 2023 14:33:24 +0000 (UTC) (envelope-from meka@tilda.center) Received: from c3po.tilda.center (c3po.tilda.center [108.61.164.129]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4RZqfW1ZnFz3Rtp for ; Tue, 29 Aug 2023 14:33:23 +0000 (UTC) (envelope-from meka@tilda.center) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=tilda.center header.s=c3po header.b="qpetzo/F"; spf=pass (mx1.freebsd.org: domain of meka@tilda.center designates 108.61.164.129 as permitted sender) smtp.mailfrom=meka@tilda.center; dmarc=pass (policy=reject) header.from=tilda.center Received: from [192.168.111.193] (meka.rs [109.93.255.137]) by c3po.tilda.center (Postfix) with ESMTPSA id 84AD62F650 for ; Tue, 29 Aug 2023 16:30:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tilda.center; s=c3po; t=1693319442; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=qKgxdyTI/6hEiVl6f/Hs2mdXf1zT9brTzhutl+VEmi8=; b=qpetzo/FcaFxr96zIC/ObUPLHx+tHPvPHJWuTscRNcva7Y395hEeEk4VCLwR3fZyFoSnU3 uvN9lOhts2fgM0MpGLbzllKyEPnA1/WRxLPaZJats1j0l0eJ9dMRWHwIq/S6ZFmOW/2mSB FIHER7MenjU+R7jygVnjTDU0nh/KHbU= Content-Type: multipart/alternative; boundary="------------miN4aSNJfUqfaZpIYUMhfqcn" Message-ID: <1bec9d28-47b3-6ba1-3a35-795c2c5f6ac2@tilda.center> Date: Tue, 29 Aug 2023 16:33:14 +0200 List-Id: Multimedia discussions List-Archive: https://lists.freebsd.org/archives/freebsd-multimedia List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-multimedia@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.15.0 Content-Language: en-US To: freebsd-multimedia@freebsd.org From: =?UTF-8?Q?Goran_Meki=c4=87?= Subject: Code review X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.90 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; R_MIXED_CHARSET(1.00)[subject]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; DMARC_POLICY_ALLOW(-0.50)[tilda.center,reject]; R_DKIM_ALLOW(-0.20)[tilda.center:s=c3po]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; ONCE_RECEIVED(0.10)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-multimedia@freebsd.org]; MIME_TRACE(0.00)[0:+,1:+,2:~]; FROM_EQ_ENVFROM(0.00)[]; ARC_NA(0.00)[]; RCVD_TLS_ALL(0.00)[]; ASN(0.00)[asn:20473, ipnet:108.61.164.0/22, country:US]; TO_DN_NONE(0.00)[]; RCVD_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; MLMMJ_DEST(0.00)[freebsd-multimedia@freebsd.org]; MID_RHS_MATCH_FROM(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; DKIM_TRACE(0.00)[tilda.center:+]; RCVD_VIA_SMTP_AUTH(0.00)[] X-Rspamd-Queue-Id: 4RZqfW1ZnFz3Rtp This is a multi-part message in MIME format. --------------miN4aSNJfUqfaZpIYUMhfqcn Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello, I have two patches that need review: D36795 and D41627 . First one is code example of combining audio and MIDI, second one is decreasing minimal buffer length of USB audio to conform to USB standard. To be honest, I don't know how to pick the reviewer or is it even up to me to do it, so if you know how this workflow should be, please advise for the future. Regards, meka --------------miN4aSNJfUqfaZpIYUMhfqcn Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Hello,

I have two patches that need review: D36795 and D41627. First one is code example of combining audio and MIDI, second one is decreasing minimal buffer length of USB audio to conform to USB standard. To be honest, I don't know how to pick the reviewer or is it even up to me to do it, so if you know how this workflow should be, please advise for the future.

Regards,
meka

--------------miN4aSNJfUqfaZpIYUMhfqcn--