From patchwork Wed Jan 17 15:02:08 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 98606 Received: from am.mirrors.kernel.org ([147.75.80.249]) by www.linuxtv.org with esmtp (Exim 4.96) (envelope-from ) id 1rQ7RG-0001sh-2w for patchwork@linuxtv.org; Wed, 17 Jan 2024 15:02:47 +0000 Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by am.mirrors.kernel.org (Postfix) with ESMTPS id 798941F25B58 for ; Wed, 17 Jan 2024 15:02:44 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id EC38E20DD1; Wed, 17 Jan 2024 15:02:38 +0000 (UTC) X-Original-To: linux-media@vger.kernel.org Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B61AD219F4 for ; Wed, 17 Jan 2024 15:02:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705503758; cv=none; b=Iqjye7r8i8VgOqaaa9VReamS15o43IktrhCcnx0UxfQ4/r9d5JJkWyC0OQPxwWU8Qv5dI2AxwiNFyLPv7rbx7n6lU9CzIs3L1puxz+9isLWgc2Gz+MjDHxryNI9fHXqM0+2uOBwYy/w/l45ZZU2gs2dUB+ezCpCfZM61OQk0vvY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1705503758; c=relaxed/simple; bh=nMLtIwps1Se+QGG7M25eCIEfQ7xv5fEJt38g+ON2m8s=; h=Received:From:To:Cc:Subject:Date:Message-ID:X-Mailer:MIME-Version: Content-Transfer-Encoding; b=EmnOiBC080ImDSj7Nl9wdK2Ef/2eLm2ppdcDnkvgSggyekwcYFbcSV4Jl9nirlZpyVFSrAoX4Eqs8oZq1FZgiRgSwGUVUv5dr72iuu2X+R9gOeyvoLDKFAfv3UY+nV4Md5M19fiNnkwzfqq7fkYr50XcYV8s6+ZZHWo9bKa0Xbs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 Received: by smtp.kernel.org (Postfix) with ESMTPSA id 887C5C433C7; Wed, 17 Jan 2024 15:02:37 +0000 (UTC) From: Hans Verkuil To: linux-media@vger.kernel.org Cc: Shengjiu Wang Subject: [PATCH 00/10] v4l-utils: add v4l-audioX support Date: Wed, 17 Jan 2024 16:02:08 +0100 Message-ID: <20240117150232.1800006-1-hverkuil-cisco@xs4all.nl> X-Mailer: git-send-email 2.42.0 Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-LSpam-Score: -2.0 (--) X-LSpam-Report: No, score=-2.0 required=5.0 tests=ARC_SIGNED=0.001,ARC_VALID=-0.1,DMARC_NONE=0.898,HEADER_FROM_DIFFERENT_DOMAINS=0.5,MAILING_LIST_MULTI=-1,RCVD_IN_DNSWL_MED=-2.3,SPF_HELO_NONE=0.001,SPF_PASS=-0.001 autolearn=ham autolearn_force=no This patch series adds support for v4l-audioX M2M devices. I think this is pretty complete, and it now has support for fixed point control values as well. You can find the git branch here: https://git.linuxtv.org/hverkuil/v4l-utils.git/log/?h=audio Regards, Hans Tested-by: Shengjiu Wang