Skip to content

Commit

Permalink
audio: slides: audio-regmap: fix typo (is -> if)
Browse files Browse the repository at this point in the history
Signed-off-by: Théo Lebrun <[email protected]>
  • Loading branch information
tleb committed Oct 1, 2024
1 parent b034e09 commit d5e1c7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/audio-regmap/audio-regmap.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit d5e1c7d

Please sign in to comment.