On Wed, Feb 22, 2012 at 07:59:52PM +0100, Mario 'BitKoenig' Holbe wrote: > ALSA lib conf.c:1220:(parse_def) show is not a compound > ALSA lib conf.c:1686:(snd_config_load1) _toplevel_:24:26:Unexpected char > ALSA lib conf.c:3406:(config_file_open) /usr/share/alsa/pulse-alsa.conf may > be old or corrupted: consider to remove or fix it
The attached patch fixes those errors, but I don't know whether it's
functionally equivalent or not.
Mario
--
This project is so important we can't let things that are more important
interfere with it.
-- Advertising/Marketing manager, United Parcel Service
--- pulse-alsa.conf 2012-02-19 13:55:05.000000000 +0100
+++ /usr/share/alsa/pulse-alsa.conf 2012-02-28 20:56:37.000000000 +0100
@@ -5,10 +5,7 @@
pcm.!default {
type pulse
hint {
- show {
- @func refer
- name defaults.namehint.basic
- }
+ show on
description "Playback/recording through the PulseAudio sound server"
}
}
@@ -20,10 +17,7 @@
pcm.pulse {
type pulse
hint {
- show {
- @func refer
- name defaults.namehint.basic
- }
+ show on
description "Playback/recording through the PulseAudio sound server"
}
}
signature.asc
Description: Digital signature

