Parent: 477c41c683ead6be0aa26975a446be8ce4c8b6f3
Author: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Committer: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Date: 2023-12-11 19:04:59
Tree: c55945f8fa5031a3c58f5b0c7b687f75010fa59e
shared/vcp: Fix notification endianness 4db4d5fa1c4f ("shared/vcp: Fix endianness errors") does attempt to fix the endianness of stored volume offset but in the process it broke the notification since the value is no longer stored in the Bluetooth byte order (Little Endian) but instead in the cpu byte order which is then used in the notification as is, to fix this instead of notifying using the stored value it now uses a dedicated variable which does use the value from the request itself.
Diffstat
| M | src/shared/vcp.c | | | 10 | +++++++- - - |
1 files changed, 7 insertions(+), 3 deletions(-)