summaryrefslogtreecommitdiff
path: root/tools/avinfo.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2018-12-23 11:40:19 +0100
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2018-12-28 15:09:41 -0300
commit3ed15179dee363ef281456445df143021dec994c (patch)
treefb0c7f1f4c2653527cd5c0f9c0ca34d82641fdb2 /tools/avinfo.c
parent338bc55c7a1a34e3d8c3afeba1283249cb5930dd (diff)
downloadbluez-3ed15179dee363ef281456445df143021dec994c.tar.gz
a2dp-codecs: Properly define macros and struct for LDAC codec
Diffstat (limited to 'tools/avinfo.c')
-rw-r--r--tools/avinfo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/avinfo.c b/tools/avinfo.c
index 424221f8d..1852b2473 100644
--- a/tools/avinfo.c
+++ b/tools/avinfo.c
@@ -204,8 +204,8 @@ static void print_ldac(a2dp_ldac_t *ldac, uint8_t size)
return;
}
- printf("\n\t\t\tUnknown: %02x %02x", ldac->unknown[0],
- ldac->unknown[1]);
+ printf("\n\t\t\tUnknown: %02x %02x", ldac->frequency,
+ ldac->channel_mode);
printf("\n");
}