mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-25 01:40:21 -05:00
ac3dec - Add -H option for HDMI
The HD-audio can have an independent HDMI PCM device via "hdmi". The option -H is for using hdmi instead of spdif. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
0478bb19e1
commit
1ffbd0ab28
3 changed files with 20 additions and 3 deletions
|
|
@ -30,7 +30,8 @@ typedef struct {
|
|||
int bits;
|
||||
int rate;
|
||||
int channels;
|
||||
int quiet: 1;
|
||||
unsigned int quiet: 1;
|
||||
unsigned int hdmi: 1;
|
||||
enum {SPDIF_NONE = 0, SPDIF_CON, SPDIF_PRO, SPDIF_PCM} spdif;
|
||||
} output_t;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue