mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
alsa: Fix bad function name
I've no idea how that slipped by.
This commit is contained in:
parent
358d92170a
commit
3179ed71c5
1 changed files with 1 additions and 1 deletions
|
|
@ -997,7 +997,7 @@ static int unsuspend(struct userdata *u) {
|
||||||
|
|
||||||
pa_log_info("Trying resume...");
|
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 */
|
/* Need to open device in NONAUDIO mode */
|
||||||
int len = strlen(u->device_name) + 8;
|
int len = strlen(u->device_name) + 8;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue