JackOfAll wrote:
> Triode,
>
> >
Code:
--------------------
> >
> ---
jivelite-0.1-64b0b4a/share/jive/applets/SetupSqueezelite/SetupSqueezeliteApplet.lua~
2013-04-07 17:51:59.000000000 +0100
> +++
jivelite-0.1-64b0b4a/share/jive/applets/SetupSqueezelite/SetupSqueezeliteApplet.lua
2013-04-19 06:43:10.370379588 +0100
> @@ -485,9 +485,9 @@
> wrote_params = true
> elseif string.match(line, "MAX_RATE") then
> if current.maxrate then
> - outconf:write('ALSA_PARAMS="-r ' ..
current.maxrate .. '"\n')
> + outconf:write('MAX_RATE="-r ' ..
current.maxrate .. '"\n')
> else
> - outconf:write('# ALSA_PARAMS=""\n')
> + outconf:write('# MAX_RATE=""\n')
> end
> wrote_rate = true
> else
>
--------------------
> >
Line 505 needs a similar change.
Code:
--------------------
--- ./share/jive/applets/SetupSqueezelite/SetupSqueezeliteApplet.lua~
2013-04-19 06:53:57.000000000 +0100
+++ ./share/jive/applets/SetupSqueezelite/SetupSqueezeliteApplet.lua
2013-04-22 04:27:59.819286732 +0100
@@ -505,7 +505,7 @@
(current.format or "") .. ":" ..
(current.mmap or "") .. '"\n')
end
if current.maxrate and not wrote_rate then
- outconf:write('ALSA_PARAMS="-r ' .. current.maxrate .. '"\n')
+ outconf:write('MAX_RATE="-r ' .. current.maxrate .. '"\n')
end
outconf:close()
--------------------
+-------------------------------------------------------------------+
|Filename: patch.txt |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=14737|
+-------------------------------------------------------------------+
------------------------------------------------------------------------
dsdreamer's Profile: http://forums.slimdevices.com/member.php?userid=12588
View this thread: http://forums.slimdevices.com/showthread.php?t=98544
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix