I have made the following changes intended for : CE:Adaptation:N950-N9 / nokia-n950-configs
Please review and accept or decline. BOSS has already run some checks on this request. See the "Messages from BOSS" section below. https://build.pub.meego.com//request/show/7486 Thank You, Juho Hämäläinen [This message was auto-generated] --- Request # 7486: Messages from BOSS: State: review at 2012-12-03T13:39:22 by bossbot Reviews: accepted by bossbot : Prechecks succeeded. new for CE-maintainers : Please replace this text with a review and approve/reject the review (not the SR). BOSS will take care of the rest Changes: submit: home:jhamalai:branches:CE:Adaptation:N950-N9 / nokia-n950-configs -> CE:Adaptation:N950-N9 / nokia-n950-configs changes files: -------------- --- nokia-n950-configs.changes +++ nokia-n950-configs.changes @@ -0,0 +1,3 @@ +* Mon Dec 03 2012 Juho Hamalainen <[email protected]> - 0.3.4 +- Drop obsolete asound state file. + old: ---- asound_n950.state spec files: ----------- --- nokia-n950-configs.spec +++ nokia-n950-configs.spec @@ -1,13 +1,12 @@ Name: nokia-n950-configs Summary: Nokia N950-specific configuration files -Version: 0.3.3 +Version: 0.3.4 Release: 0 Group: System/Startup Services License: GPLv2 BuildArch: noarch Source0: n950-input-rules.conf Source1: n950-xkb-hack.desktop -Source2: asound_n950.state Source3: meegotouch-N950.conf Source4: camera-pipelines.conf Source5: enable_gprs.desktop @@ -36,7 +35,6 @@ rm -rf %{buildroot} install -D -m 644 %{SOURCE0} $RPM_BUILD_ROOT/%{_sysconfdir}/X11/xorg.conf.d/90-input-n950.conf install -D -m 644 %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/xdg/autostart/n950-xkb-hack.desktop -install -D -m 644 %{SOURCE2} $RPM_BUILD_ROOT/%{_sysconfdir}/asound_n950.state install -D -m 644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/meegotouch/targets/N950.conf install -D -m 644 %{SOURCE4} $RPM_BUILD_ROOT/%{_sysconfdir}/camera/pipelines.conf install -D -m 755 %{SOURCE6} $RPM_BUILD_ROOT/%{_bindir}/enable_gprs.sh @@ -70,7 +68,6 @@ %defattr(-,root,root,-) %config %{_sysconfdir}/X11/xorg.conf.d/90-input-n950.conf %config %{_sysconfdir}/xdg/autostart/n950-xkb-hack.desktop -%config %{_sysconfdir}/asound_n950.state %attr(755,root,root) %{_sbindir}/%{name}.sh %{_datadir}/meegotouch/targets/* %config %{_sysconfdir}/camera/pipelines.conf other changes: -------------- ++++++ nokia-n950-configs.sh --- nokia-n950-configs.sh +++ nokia-n950-configs.sh @@ -3,12 +3,6 @@ encswap="/dev/mapper/encswap" start() { - echo "Setting alsamixer: loading N950 defaults" - alsactl restore 0 -f /etc/asound_n950.state - if [ $? -ne 0 ]; then - echo "WARNING: Failed to set alsamixer settings for N950." - fi - echo -n "Loading N950 camera modules" RETVAL=0 #/sbin/modprobe iommu2 || RETVAL=1 ++++++ deleted files: --- asound_n950.state
