diff options
| author | Bard Liao <yung-chuan.liao@linux.intel.com> | 2025-04-29 15:23:37 +0300 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2025-06-09 19:12:18 +0300 |
| commit | 393350c1691f1cbf3a0436f2a12c2b4347c4e953 (patch) | |
| tree | cd9b430e4e448872beb77b7fec0907ba81f13e2b /Documentation/driver-api | |
| parent | fdf5596103455c62ab84293ddd95d9bf16f6519a (diff) | |
| download | linux-393350c1691f1cbf3a0436f2a12c2b4347c4e953.tar.xz | |
soundwire: update Intel BPT message length limitation
The limitation of "must be multiples of 32 bytes" does not fit the
requirement of current Intel platforms. Update it to meet the
requirement.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20250429122337.142551-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'Documentation/driver-api')
| -rw-r--r-- | Documentation/driver-api/soundwire/bra.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/soundwire/bra.rst b/Documentation/driver-api/soundwire/bra.rst index 8500253fa3e8..c08ab2591496 100644 --- a/Documentation/driver-api/soundwire/bra.rst +++ b/Documentation/driver-api/soundwire/bra.rst @@ -333,4 +333,4 @@ FIFO sizes to avoid xruns. Alignment requirements are currently not enforced at the core level but at the platform-level, e.g. for Intel the data sizes must be -multiples of 32 bytes. +equal to or larger than 16 bytes. |
