alsa: Fix bad function name
authorArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 18 Aug 2011 04:53:55 +0000 (10:23 +0530)
committerArun Raghavan <arun.raghavan@collabora.co.uk>
Thu, 18 Aug 2011 04:53:55 +0000 (10:23 +0530)
I've no idea how that slipped by.

src/modules/alsa/alsa-sink.c

index 88a7506..18af260 100644 (file)
@@ -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;