Fixes #9
pull/16/head
Andrew Scheller 2021-02-24 10:35:12 +00:00 zatwierdzone przez Graham Sanderson
rodzic 774b07405e
commit 7e93fd7255
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -200,7 +200,7 @@ static void wrap_producer_give(audio_connection_t *connection, audio_buffer_t *b
mono_to_spdif_producer_give(connection, buffer);
#else
stereo_to_spdif_producer_gibe(connection, buffer);
stereo_to_spdif_producer_give(connection, buffer);
#endif
} else {
panic_unsupported();