Kodi Community Forum
Cannot setup audio hardware. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Cannot setup audio hardware. (/showthread.php?tid=48918)



Cannot setup audio hardware. - kruykaze - 2009-04-14

In both djh and cf2009 branches.That screen is corrupted.
Let me know of you can replicate it.
I just wanted to switch between analog and digital.Works fine in pm3.

EDIT:
This only happens when you use the shortcuts in audio or video settings.If you go to systems settings it works fine.


- CF2009 - 2009-04-14

to fix this open up SettingsCategory.xml

find (second line)
Code:
<defaultcontrol always="true">3</defaultcontrol>

and replace with this
Code:
<defaultcontrol>3</defaultcontrol>



- kruykaze - 2009-04-14

CF2009 Wrote:to fix this open up SettingsCategory.xml

find (second line)
Code:
<defaultcontrol always="true">3</defaultcontrol>

and replace with this
Code:
<defaultcontrol>3</defaultcontrol>

I see you fixed that on github.Thank you.