summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp')
-rw-r--r--meta/recipes-bsp/alsa-state/alsa-state.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/alsa-state/alsa-state.bb b/meta/recipes-bsp/alsa-state/alsa-state.bb
index 0670556999..cec2272c80 100644
--- a/meta/recipes-bsp/alsa-state/alsa-state.bb
+++ b/meta/recipes-bsp/alsa-state/alsa-state.bb
@@ -62,7 +62,7 @@ pkg_postinst_${PN}() {
62 then 62 then
63 if test -x ${sbindir}/alsactl 63 if test -x ${sbindir}/alsactl
64 then 64 then
65 ${sbindir}/alsactl -f ${localstatedir}/lib/alsa/asound.state restore 65 ${sbindir}/alsactl -g -f ${localstatedir}/lib/alsa/asound.state restore
66 fi 66 fi
67 fi 67 fi
68} 68}