From 748e4f3d702def1a4bff191e0cf93b6a05340f01 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:41:34 +0000 Subject: [PATCH] add gpio led uart --- kernel/Documentation/driver-api/soundwire/locking.rst | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/kernel/Documentation/driver-api/soundwire/locking.rst b/kernel/Documentation/driver-api/soundwire/locking.rst index 253f735..3a7ffb3 100644 --- a/kernel/Documentation/driver-api/soundwire/locking.rst +++ b/kernel/Documentation/driver-api/soundwire/locking.rst @@ -44,7 +44,9 @@ b. Transfer message (Read/Write) to Slave1 or broadcast message on Bus in case of bank switch. - c. Release Message lock :: + c. Release Message lock + + :: +----------+ +---------+ | | | | -- Gitblit v1.6.2