Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 61130
Collapse All | Expand All

(-)/tmp/alsasound (-3 / +5 lines)
Lines 191-199 Link Here
191
	ebegin "Unloading ALSA"
191
	ebegin "Unloading ALSA"
192
	terminate
192
	terminate
193
193
194
	einfo "Storing ALSA Mixer Levels"
194
	if [ "${SAVE_ON_STOP}" = "yes" ]; then
195
	if ! save_mixer; then
195
		einfo "Storing ALSA Mixer Levels"
196
		eend 1
196
		if ! save_mixer; then
197
			eend 1
198
		fi
197
	fi
199
	fi
198
200
199
	einfo "Unloading modules"
201
	einfo "Unloading modules"

Return to bug 61130