aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-02 16:27:25 -0400
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2024-04-02 16:28:48 -0400
commit33af0ce949310a740154b7e20966d27990e73a3b (patch)
tree8b3a476296ab1b6711cdd4c08c031740268e0755
parentf74f6a5cfd50c7a14a4bce6a7bed937e3dd4559a (diff)
iso-tester: Fix Codec Configuration length
The length is actually 16 (0x10) bytes not 17 (0x17).
-rw-r--r--tools/iso-tester.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/iso-tester.c b/tools/iso-tester.c
index b3e6f2f182..560c197697 100644
--- a/tools/iso-tester.c
+++ b/tools/iso-tester.c
@@ -394,7 +394,7 @@ static const uint8_t base_lc3_ac_12[] = {
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 */
@@ -414,7 +414,7 @@ static const uint8_t base_lc3_ac_13[] = {
0x01, /* Number of Subgroups */
0x02, /* 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 */
@@ -441,7 +441,7 @@ static const uint8_t base_lc3_ac_14[] = {
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 */