alsa: Fix bad function name

I've no idea how that slipped by.
This commit is contained in:
Arun Raghavan 2011-08-18 10:23:55 +05:30
parent 358d92170a
commit 3179ed71c5

View 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;