diff mbox series

[v3,3/3] client/player: Update Codec Config size in BASE

Message ID 20230818133552.20673-4-silviu.barbulescu@nxp.com (mailing list archive)
State New, archived
Headers show
Series Configure broadcast endpoint with BASE | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
tedd_an/CheckPatch success CheckPatch PASS
tedd_an/GitLint success Gitlint PASS
tedd_an/IncrementalBuild success Incremental Build PASS

Commit Message

Silviu Florian Barbulescu Aug. 18, 2023, 1:35 p.m. UTC
client/player: Update Codec Specific Configuration size from the base structure

---
 client/player.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/client/player.c b/client/player.c
index 3611a8dfe..97ad4dbf5 100644
--- a/client/player.c
+++ b/client/player.c
@@ -111,7 +111,7 @@  static const uint8_t base_lc3_16_2_1[] = {
 	0x01, /* Number of Subgroups */
 	0x01, /* Number of BIS */
 	0x06, 0x00, 0x00, 0x00, 0x00, /* Code ID = LC3 (0x06) */
-	0x11, /* Codec Specific Configuration */
+	0x10, /* Codec Specific Configuration */
 	0x02, 0x01, 0x03, /* 16 KHZ */
 	0x02, 0x02, 0x01, /* 10 ms */
 	0x05, 0x03, 0x01, 0x00, 0x00, 0x00,  /* Front Left */