USB Audio Class 2.0 support in KSDK2.0

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB Audio Class 2.0 support in KSDK2.0

614 Views
ajaypatel
Contributor I

Hello,

 

I am trying to run the usb audio speaker example application from KSDK2.0 on twr-k64 platform. This example application is running correctly. When I look at the code, I found that USB Audio Class 2.0 is disabled. I have enabled the USB Audio Class 2.0 by doing below code change : 

In usb_device_audio.h file,

/*! @brief Enables/disables the Audio Class 2.0 */
#if USB_DEVICE_CONFIG_AUDIO
#define USBCFG_AUDIO_CLASS_2_0 1 /* enable the 2.0 class */
#endif

 

After above change, I have rebuilt the example application and tried to run it on twr-k64 board. But this time example did not work. USB audio speaker is not detected in PC. 

 

Is there any additional changes are required to add support for USB Audio Class 2.0 ?

Is KSDK2.0 USB Device stack support audio class 2.0 ?

 

Thanks in advance,

Ajay-

Labels (1)
Tags (1)
0 Kudos
0 Replies