diff options
author | dvs1 | 2024-11-12 11:56:17 +1000 |
---|---|---|
committer | dvs1 | 2024-11-12 11:56:17 +1000 |
commit | 08d48a21d9545c93e937b3b4640f4f684dfe0177 (patch) | |
tree | 40e151a45010887522b2bb21f810a659edf665e9 | |
parent | Yet another failed attempt to get ALSA sub devices to work at boot time. (diff) | |
download | JackOnAllDevices-08d48a21d9545c93e937b3b4640f4f684dfe0177.zip JackOnAllDevices-08d48a21d9545c93e937b3b4640f4f684dfe0177.tar.gz JackOnAllDevices-08d48a21d9545c93e937b3b4640f4f684dfe0177.tar.bz2 JackOnAllDevices-08d48a21d9545c93e937b3b4640f4f684dfe0177.tar.xz |
TODO++
-rwxr-xr-x | aataaj.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -226,6 +226,7 @@ print(s) | |||
226 | -- io.flush() | 226 | -- io.flush() |
227 | end | 227 | end |
228 | 228 | ||
229 | -- TODO - Need to maximize the volume, and turn on IEC958 for the devices / sub devices. Coz seems they might default to "can't hear it" states. | ||
229 | if 'start' == cmd then | 230 | if 'start' == cmd then |
230 | print('Your ' .. cnt .. ' audio devices are - ') | 231 | print('Your ' .. cnt .. ' audio devices are - ') |
231 | for k,C in pairs(Cards) do | 232 | for k,C in pairs(Cards) do |