BMC#8428 is not approved yet Any why not set it Resolved/Fixed? Need another sr's to fix ?
Peter > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Marko Saukko > Sent: Thursday, October 14, 2010 8:11 PM > To: [email protected] > Subject: [meego-commits] 8449: Changes to > MeeGo:1.1:Core:Testing/nokia-n900-configs > > Hi, > I have made the following changes to nokia-n900-configs in project > MeeGo:1.1:Core:Testing. Please review and accept ASAP. > > Thank You, > Marko Saukko > > [This message was auto-generated] > > --- > > Request #8449: > > submit: devel:devices:n900:MeeGo:1.1/nokia-n900-configs(r3) -> > MeeGo:1.1:Core:Testing/nokia-n900-configs > > > Message: > * Thu Oct 14 2010 Marko Saukko <[email protected]> - > 0.6.5.2 > - Rebased default.pa to /etc/pulseaudio/default.pa and changed default route > to fix BMC#8428 > > State: new 2010-10-14T05:10:48 marko.saukko > Comment: None > > > > changes files: > -------------- > --- nokia-n900-configs.changes > +++ nokia-n900-configs.changes > @@ -0,0 +1,3 @@ > +* Thu Oct 14 2010 Marko Saukko <[email protected]> - 0.6.5.2 > +- Rebased default.pa to /etc/pulseaudio/default.pa and changed default route > to fix BMC#8428 > + > > spec files: > ----------- > --- nokia-n900-configs.spec > +++ nokia-n900-configs.spec > @@ -1,5 +1,5 @@ > Name: nokia-n900-configs > -Version: 0.6.5.1 > +Version: 0.6.5.2 > Release: 0 > Summary: Provides configs for Nokia N900 > License: GPLv2 > > other changes: > -------------- > > ++++++ default.pa > --- default.pa > +++ default.pa > @@ -1,95 +1,29 @@ > #!/usr/bin/pulseaudio -nF > -# > -# This file is part of PulseAudio. > -# > -# PulseAudio is free software; you can redistribute it and/or modify it > -# under the terms of the GNU Lesser General Public License as published by > -# the Free Software Foundation; either version 2 of the License, or > -# (at your option) any later version. > -# > -# PulseAudio is distributed in the hope that it will be useful, but > -# WITHOUT ANY WARRANTY; without even the implied warranty of > -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > -# General Public License for more details. > -# > -# You should have received a copy of the GNU Lesser General Public License > -# along with PulseAudio; if not, write to the Free Software Foundation, > -# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. > - > -# This startup script is used only if PulseAudio is started per-user > -# (i.e. not in system mode) > - > -.nofail > - > .fail > > ### Automatically restore the volume of streams and devices > load-module module-device-restore > -### module-card-restore does not work with PA .19 > -## load-module module-stream-restore > +load-module module-stream-restore > load-module module-card-restore > > -### Automatically augment property information from .desktop files > -### stored in /usr/share/application > -load-module module-augment-properties > - > -### Automatically load driver modules depending on the hardware available > -.ifexists module-udev-detect.so > -load-module module-udev-detect > -.else > -### Alternatively use the static hardware detection module (for systems that > -### lack udev support) > -load-module module-detect > -.endif > - > -### Automatically load driver modules for Bluetooth hardware > -.ifexists module-bluetooth-discover.so > -load-module module-bluetooth-discover > -.endif > - > -### Load several protocols > -.ifexists module-esound-protocol-unix.so > -load-module module-esound-protocol-unix socket="/tmp/.esd/socket" > -.endif > -.ifexists module-dbus-protocol.so > -load-module module-dbus-protocol > -.endif > load-module module-native-protocol-unix > > -### Load additional modules from GConf settings. This can be configured with > the paprefs tool. > -### Please keep in mind that the modules configured by paprefs might conflict > with manually > -### loaded modules. > -.ifexists module-gconf.so > -.nofail > -load-module module-gconf > -.fail > -.endif > - > -### Automatically restore the default sink/source when changed by the user > during runtime > -load-module module-default-device-restore > +### Automatically suspend sinks/sources that become idle for too long > +load-module module-suspend-on-idle > > ### Automatically move streams to the default sink if the sink they are > ### connected to dies, similar for sources > load-module module-rescue-streams > > -### Make sure we always have a sink around, even if it is a null sink. > -load-module module-always-sink > - > -### Honour intended role device property > -load-module module-intended-roles > - > -### Automatically suspend sinks/sources that become idle for too long > -load-module module-suspend-on-idle > - > -### If autoexit on idle is enabled we want to make sure we only quit > -### when no local session needs us anymore. > -load-module module-console-kit > - > -### Enable positioned event sounds > -load-module module-position-event-sounds > +### Publish connection data in the X11 root window > +.ifexists module-x11-publish.so > +.nofail > +load-module module-x11-publish > +.fail > +.endif > > -### Cork music streams when a phone stream is active > -load-module module-cork-music-on-phone > +load-module module-udev-detect > +load-module module-bluetooth-discover > > ### Default static drivers > load-module module-alsa-sink-old sink_name=sink.hw0 device=hw:0 > rate=48000 fragment_size=1920 fragments=4 alt_fragment_size=960 > alt_fragments=2 > @@ -121,11 +55,5 @@ > .endif > > ### Make some devices default > -set-default-source source.voice > -set-default-sink sink.voice > set-sink-volume sink.voice 0x10000 > set-source-volume source.voice 0x10000 > - > - > - > - > > _______________________________________________ > Meego-commits mailing list > [email protected] > http://lists.meego.com/listinfo/meego-commits _______________________________________________ MeeGo-packaging mailing list [email protected] http://lists.meego.com/listinfo/meego-packaging
