summaryrefslogtreecommitdiff
path: root/examples/device/audio_test/src/usb_descriptors.c
AgeCommit message (Collapse)Author
2021-04-03Generalize audio driver for 3 audio functions plus a lot more.Reinhard Panhuber
- Audio format and parameters are parsed from descriptors thus user no longer needs to give them explicitely - Tested for 4 channel software type I PCM encoding with 16 bit with 1 channel per FIFO and 2 channels per FIFO (this is I2S specific)
2021-02-12Complete redesign of audio driver.Reinhard Panhuber
2020-10-09Extend example s.t. a saw tooth is sent.Reinhard Panhuber
2020-08-19Commit before sharing.Reinhard Panhuber
Setup a test example - UNTESTED! Missing: Start transmitting audio data in set_interface.