mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-27 01:40:17 -05:00
Added support for con/pro distinction. Fixed pcm_name use
This commit is contained in:
parent
97a55787e6
commit
e334ec438c
3 changed files with 36 additions and 20 deletions
|
|
@ -29,8 +29,8 @@ typedef struct {
|
|||
int bits;
|
||||
int rate;
|
||||
int channels;
|
||||
int spdif: 1;
|
||||
int quiet: 1;
|
||||
enum {SPDIF_NONE = 0, SPDIF_CON, SPDIF_PRO} spdif;
|
||||
} output_t;
|
||||
|
||||
int output_open(output_t *output);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue