src/modules/alsa/alsa-sink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3179ed71c5134c27e6e3ef2e5609cb01d27562ca Author: Arun Raghavan <arun.ragha...@collabora.co.uk> Date: Thu Aug 18 10:23:55 2011 +0530 alsa: Fix bad function name I've no idea how that slipped by. diff --git a/src/modules/alsa/alsa-sink.c b/src/modules/alsa/alsa-sink.c index 88a7506..18af260 100644 --- a/src/modules/alsa/alsa-sink.c +++ b/src/modules/alsa/alsa-sink.c @@ -997,7 +997,7 @@ static int unsuspend(struct userdata *u) { pa_log_info("Trying resume..."); - if ((is_spdif(u) || is_hdmi(u)) && pa_sink_is_passthrough(u->sink)) { + if ((is_iec958(u) || is_hdmi(u)) && pa_sink_is_passthrough(u->sink)) { /* Need to open device in NONAUDIO mode */ int len = strlen(u->device_name) + 8; _______________________________________________ pulseaudio-commits mailing list pulseaudio-commits@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits