summaryrefslogtreecommitdiff
path: root/examples/device/uac2_headset/Makefile
AgeCommit message (Collapse)Author
2025-10-14more make refactorhathach
2025-10-14move make.mk to hw/bsp/family_support.mkhathach
2023-11-23move make.mk and rules.mk to build_system/makehathach
2023-03-06integrate top.mk into make.mkhathach
2020-10-16audio: Add headset exampleJerzy Kasenberg
This example code creates USB Audio 2.0 headset device. Device has two audio interfaces first stereo speaker with 48kHz stereo stream. Second interface for microphone with 48kHz mono stream. This example can be used to start working on audio device. It can be also used to verify ISO endpoints for boards. Speaker adaptive clock (bound to SOF). Microphone for now has asynchronous clock. Volume and mute control while present are not used for data stream modification.