mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-22 08:56:59 -05:00
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:
parent
7543ad0766
commit
349324b9a6
4 changed files with 31 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue