Added support for con/pro distinction. Fixed pcm_name use

This commit is contained in:
Abramo Bagnara 2001-04-22 14:44:23 +00:00
parent 97a55787e6
commit e334ec438c
3 changed files with 36 additions and 20 deletions

View file

@ -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);