Date: Friday, January 27, 2012 @ 10:52:29 Author: heftig Revision: 147729
Add fallback, new feature in alsa 1.0.25 Modified: pulseaudio-alsa/trunk/PKGBUILD pulseaudio-alsa/trunk/asound.conf -------------+ PKGBUILD | 12 ++++++------ asound.conf | 15 ++------------- 2 files changed, 8 insertions(+), 19 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-01-27 15:47:24 UTC (rev 147728) +++ PKGBUILD 2012-01-27 15:52:29 UTC (rev 147729) @@ -1,17 +1,17 @@ # $Id$ -# Maintainer: Jan "heftig" Steffens <[email protected]> +# Maintainer: Jan Alexander Steffens (heftig) <[email protected]> + pkgname=pulseaudio-alsa -pkgver=1 -pkgrel=2 +pkgver=2 +pkgrel=1 pkgdesc="ALSA Configuration for PulseAudio" arch=(any) url="http://www.pulseaudio.org" license=(GPL) -depends=(alsa-plugins pulseaudio) +depends=("alsa-plugins>=1.0.25" pulseaudio) backup=(etc/asound.conf) source=(asound.conf) -groups=(pulseaudio-gnome) -md5sums=('2353b904e268150232754326d45ca388') +md5sums=('4703dc0019932e442486942adb6c90a4') build() { install -Dm644 "$srcdir/asound.conf" "$pkgdir/etc/asound.conf" Modified: asound.conf =================================================================== --- asound.conf 2012-01-27 15:47:24 UTC (rev 147728) +++ asound.conf 2012-01-27 15:52:29 UTC (rev 147729) @@ -1,6 +1,7 @@ # Use PulseAudio by default pcm.!default { type pulse + fallback "sysdefault" hint { show on description "Default ALSA Output (currently PulseAudio Sound Server)" @@ -9,19 +10,7 @@ ctl.!default { type pulse + fallback "sysdefault" } -# Explicit PulseAudio device -pcm.pulse { - type pulse - hint { - show on - description "PulseAudio Sound Server" - } -} - -ctl.pulse { - type pulse -} - # vim:set ft=alsaconf:
