From d5e1c7d7a70638e3b88324689cf1b2575d7b00c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20Lebrun?= Date: Tue, 1 Oct 2024 17:11:38 +0200 Subject: [PATCH] audio: slides: audio-regmap: fix typo (is -> if) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Théo Lebrun --- slides/audio-regmap/audio-regmap.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slides/audio-regmap/audio-regmap.tex b/slides/audio-regmap/audio-regmap.tex index f3a274df63..fddce682bb 100644 --- a/slides/audio-regmap/audio-regmap.tex +++ b/slides/audio-regmap/audio-regmap.tex @@ -94,7 +94,7 @@ \subsection{regmap} for the same purpose. \item \code{reg_read}, \code{reg_write}, \code{reg_update_bits}: Optional callbacks that if filled will be used to perform - accesses. \code{reg_update_bits} should only be provided is + accesses. \code{reg_update_bits} should only be provided if specific locking is required. \item \code{reg_defaults}: Power on reset values for registers (for use with register cache support).