Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 738578 | Differences between
and this patch

Collapse All | Expand All

(-)advancemame-3.9/advance/linux/salsa.c.orig (-1 / +1 lines)
Lines 163-169 Link Here
163
		goto err_close;
163
		goto err_close;
164
	}
164
	}
165
165
166
	r = snd_pcm_hw_params_set_format(alsa_state.handle, hw_params, SND_PCM_FORMAT_S16_LE);
166
	r = snd_pcm_hw_params_set_format(alsa_state.handle, hw_params, SND_PCM_FORMAT_S16);
167
	if (r < 0) {
167
	if (r < 0) {
168
		log_std(("ERROR:sound:alsa: Couldn't set audio format: %s\n", snd_strerror(r)));
168
		log_std(("ERROR:sound:alsa: Couldn't set audio format: %s\n", snd_strerror(r)));
169
		goto err_close;
169
		goto err_close;

Return to bug 738578