alsa: pass AES bits to S/PDIF devices

This is the right thing to do and might even fix output to some
devices.
This commit is contained in:
Wim Taymans 2021-09-14 12:42:03 +02:00
parent 7543ad0766
commit 349324b9a6
4 changed files with 31 additions and 9 deletions

View file

@ -218,7 +218,7 @@ int spa_alsa_set_format(struct state *state, struct spa_audio_info *info, uint32
int spa_alsa_init(struct state *state);
int spa_alsa_clear(struct state *state);
int spa_alsa_open(struct state *state);
int spa_alsa_open(struct state *state, const char *params);
int spa_alsa_start(struct state *state);
int spa_alsa_reassign_follower(struct state *state);
int spa_alsa_pause(struct state *state);