| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-30 | Merge branch 'master' into uac1 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-28 | fix Identifiers that start with '__' or '_[A-Z]' are reserved. | hathach | |
| fix compiling with nuc family | |||
| 2025-10-05 | Use one control buffer as EP0 has no concurrency | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-10-02 | Add UAC1 support to uac2_headset example | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-30 | Update TUD_AUDIO_EP_SIZE macro | Mengsk | |
| Signed-off-by: Mengsk <[email protected]> | |||
| 2025-09-30 | Add basic UAC1 support | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-27 | audio: simplify alt settings management | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-14 | audio: update examples | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-02 | Improve EP IN flow control. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-04-09 | Reduce uac2_headset max sample rate for better compatibility. | HiFiPhile | |
| 2024-04-01 | UAC2: add interrupt volume control to uac2_headset example. | HiFiPhile | |
| 2023-11-14 | Typo fix. | HiFiPhile | |
| 2022-06-06 | more example update | hathach | |
| 2022-02-25 | fix uac2_headset build | hathach | |
| 2022-02-25 | auto detect max rhport speed based on mcu | hathach | |
| 2021-07-08 | add settings for Renesas RX family | kkitayam | |
| 2021-07-04 | Clear FIFO only if enabled... | MasterPhi | |
| Add buffer align | |||
| 2021-07-04 | Add 24bit loopback in example. | MasterPhi | |
| 2021-07-04 | Refactor descriptor, add alt settings support. | MasterPhi | |
| 2021-07-04 | Fix audiod_get_AS_interface_index in audio class. | MasterPhi | |
| Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size. | |||
| 2021-04-15 | Try to resolve include hassle in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset include hassle be declaring value by hand | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix potential bug in support FIFO sizes | Reinhard Panhuber | |
| 2021-04-03 | Fix typo in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix old defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Add missing #defines in uac2_headset example | Reinhard Panhuber | |
| 2021-04-03 | Fix #define error in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Fix error in #defines in uac2_headset | Reinhard Panhuber | |
| 2021-04-03 | Generalize 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-03-13 | move AUDIO_SAMPLE_RATE to example main.c | hathach | |
| 2021-03-10 | Implement audio PCM type I enc./decoding acc. to 2.3.1.5 Audio Streams | Reinhard Panhuber | |
| Extending capabilities of support FIFOs Removing copy from to FIFO Adjusting audio examples Remove peek/read into other FIFO | |||
| 2021-02-12 | Merge remote-tracking branch 'upstream/master' into edpt_ISO_xfer | Reinhard Panhuber | |
| 2021-02-12 | Complete redesign of audio driver. | Reinhard Panhuber | |
| 2021-01-25 | get all device example build with rp2040 (except freeRTOS) | hathach | |
| 2020-10-16 | audio: Add headset example | Jerzy 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. | |||
