@@ -42,8 +42,8 @@ tusb_desc_device_t const desc_device = {
4242 .bDeviceProtocol = MISC_PROTOCOL_IAD ,
4343 .bMaxPacketSize0 = CFG_TUD_ENDPOINT0_SIZE ,
4444
45- .idVendor = CONFIG_TUSB_VID ,
46- .idProduct = CONFIG_TUSB_PID ,
45+ .idVendor = CONFIG_UAC_TUSB_VID ,
46+ .idProduct = CONFIG_UAC_TUSB_PID ,
4747 .bcdDevice = 0x0100 ,
4848
4949 .iManufacturer = 0x01 ,
@@ -91,9 +91,9 @@ uint8_t const *tud_descriptor_configuration_cb(uint8_t index)
9191// array of pointer to string descriptors
9292char const * string_desc_arr [] = {
9393 (const char []) { 0x09 , 0x04 }, // 0: is supported language is English (0x0409)
94- CONFIG_TUSB_MANUFACTURER , // 1: Manufacturer
95- CONFIG_TUSB_PRODUCT , // 2: Product
96- CONFIG_TUSB_SERIAL_NUM , // 3: Serials, should use chip ID
94+ CONFIG_UAC_TUSB_MANUFACTURER , // 1: Manufacturer
95+ CONFIG_UAC_TUSB_PRODUCT , // 2: Product
96+ CONFIG_UAC_TUSB_SERIAL_NUM , // 3: Serials, should use chip ID
9797 "usb uac" , // 4: UAC control Interface
9898#if SPEAK_CHANNEL_NUM
9999 "speaker" , // 5: Speak Interface
0 commit comments