diff options
Diffstat (limited to 'abs/core-testing/tweaker')
-rw-r--r-- | abs/core-testing/tweaker/PKGBUILD | 2 | ||||
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_audio.pl | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/abs/core-testing/tweaker/PKGBUILD b/abs/core-testing/tweaker/PKGBUILD index e77d9a6..522127b 100644 --- a/abs/core-testing/tweaker/PKGBUILD +++ b/abs/core-testing/tweaker/PKGBUILD @@ -1,6 +1,6 @@ pkgname=tweaker pkgver=1 -pkgrel=18 +pkgrel=19 pkgdesc="" arch=('i686' 'x86_64') diff --git a/abs/core-testing/tweaker/bin/twk_audio.pl b/abs/core-testing/tweaker/bin/twk_audio.pl index 37b2201..eec7992 100755 --- a/abs/core-testing/tweaker/bin/twk_audio.pl +++ b/abs/core-testing/tweaker/bin/twk_audio.pl @@ -301,10 +301,10 @@ sub implement_option { generate_asound_conf($option); edit_mplayer_conf($option); - edit_xine_conf($option); - reload_modules($option); - set_mixer_values($option); + #edit_xine_conf($option); + #reload_modules($option); edit_mythtv_configuration($option); + set_mixer_values($option); } # Try to get a Recommendation Level for $option. |