]> code.delx.au - pulseaudio/commitdiff
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 88a750626267bd45c85fc1088cf9ebc5d50d731c..18af260cc34267d334aaf9e891599b9dec8d5b34 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;