Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-29 | Update version of app-controller-submodule submodule. | Loïc Collignon | 1 | -1/+1 | |
Changes of app-controller-submodule: (0f3063b - Romain Forlot) Be able to dispatch required api at the wanted time (1ff524b - Romain Forlot) Change LUA package path at LUA interpreter load (738ae54 - Romain Forlot) Don't load two times a plugin even for LUA (c04f029 - Sebastien Douheret) Fixed hidden bound variable (apiHandle) (cfe3919 - Sebastien Douheret) Fixed null value when push Lua arguments (69c0585 - José Bollo) Adjust to compile with incoming bindings v3 (d7e260c - José Bollo) Remove declaration to not existing functions (8ac6625 - Romain Forlot) Add 2 lua utilities function (d3504bb - Jonathan Aillet) Update README.md for new metadata keys. Change-Id: I794ed0ca3a054e7baf11769207007ef733854474 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh> | |||||
2018-06-26 | Rework the pcm copy loop and save a lot of CPUeel | Thierry Bultel | 1 | -2/+8 | |
- removed the systemd polling usage - uses a while loop for reading - improved the write loop, leveraging the available space at each iteration Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-22 | pcm core: fixed spurious XRUN issues | Thierry Bultel | 1 | -8/+16 | |
This fixes the numerous XRUN issues seen on some cards. The trick is to set the buffer_size & period size in hw parameters. These ones are calculated from an expected maximum latency. Also, the writei is done in a loop to be robust to overruns and partial writes. Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> | |||||
2018-06-11 | Autorize direct zone to point on sndcard | fulup | 1 | -1/+2 | |
2018-06-10 | Added cardid+verb return for capture+playback sndcard | fulup | 1 | -0/+1 | |
2018-06-10 | Cleanup and added return of previous volume when setting new value | fulup | 1 | -2/+7 | |
2018-06-05 | Use attach info verb to build attach response. | fulup | 1 | -2/+2 | |
2018-06-04 | Move to Dynamic Mixer API (work in progress) | Fulup Ar Foll | 1 | -82/+140 | |
2018-05-18 | Implements volume ramping | Fulup Ar Foll | 1 | -12/+61 | |
2018-05-17 | Implemented sub API for stream with volume/pause/toggle/... | Fulup Ar Foll | 1 | -0/+1 | |
2018-05-17 | Initial version with dynamic APIs | Fulup Ar Foll | 1 | -13/+17 | |
2018-05-17 | Cleanup soft vol control creation | Fulup Ar Foll | 1 | -1/+3 | |
2018-05-14 | Move to new Romain controller version | fulup | 1 | -1/+13 | |
2018-05-13 | First testable version. | Fulup Ar Foll | 1 | -7/+20 | |
Mixing with volume and mute per audio role works. | |||||
2018-05-13 | Initial version with softvol,Route,Multi,Dmix | Fulup Ar Foll | 1 | -20/+76 | |
2018-05-11 | Initial version with softvol control and DMIX | Fulup Ar Foll | 1 | -43/+41 | |
2018-05-08 | Fist AlsaLoop model playing music (work in progress) | Fulup Ar Foll | 1 | -7/+51 | |
2018-04-30 | On going effort, now load and support LUA+C plugin | Fulup Ar Foll | 1 | -0/+49 | |