From patchwork Mon Nov 13 10:18:41 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans Verkuil X-Patchwork-Id: 13453763 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 9D3B81C2A2 for ; Mon, 13 Nov 2023 10:22:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: by smtp.kernel.org (Postfix) with ESMTPSA id 40302C433C8; Mon, 13 Nov 2023 10:22:07 +0000 (UTC) From: Hans Verkuil To: linux-media@vger.kernel.org Cc: Shengjiu Wang , alsa-devel@alsa-project.org Subject: [RFC PATCH 0/8] v4l-utils: add v4l-audioX support Date: Mon, 13 Nov 2023 11:18:41 +0100 Message-ID: <20231113102202.258725-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 This patch series adds support for v4l-audioX M2M devices. It is an initial version and it needs a bit more work. Mainly adding support for the new V4L2_CTRL_TYPE_FIXED_POINT, but that requires some more work in the driver patch series. At least this series will get the basic support in place and adds a vim2m-audio test to the test-media regression test script. Regards, Hans