diff options
author | Markus Bollinger <bollinger@digigram.com> | 2012-06-20 08:34:40 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-06-20 08:35:37 +0200 |
commit | fdfbaf69e0b9d6843c0da6501caf4ecacec0f775 (patch) | |
tree | d8d8104c9b310f87d18d5995ce6da12908211054 /sound/pci/pcxhr/pcxhr.h | |
parent | ALSA: pcxhr: Fix a counter wrap (diff) | |
download | linux-fdfbaf69e0b9d6843c0da6501caf4ecacec0f775.tar.xz linux-fdfbaf69e0b9d6843c0da6501caf4ecacec0f775.zip |
ALSA: pcxhr: Add LTC support
add LTC (linear timecode) read function via proc interface to the pcxhr driver
Signed-off-by: Markus Bollinger <bollinger@digigram.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/pcxhr/pcxhr.h')
-rw-r--r-- | sound/pci/pcxhr/pcxhr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/pcxhr/pcxhr.h b/sound/pci/pcxhr/pcxhr.h index bda776c49884..a4c602c45173 100644 --- a/sound/pci/pcxhr/pcxhr.h +++ b/sound/pci/pcxhr/pcxhr.h @@ -103,6 +103,7 @@ struct pcxhr_mgr { unsigned int board_has_mic:1; /* if 1 the board has microphone input */ unsigned int board_aes_in_192k:1;/* if 1 the aes input plugs do support 192kHz */ unsigned int mono_capture:1; /* if 1 the board does mono capture */ + unsigned int capture_ltc:1; /* if 1 the board captures LTC input */ struct snd_dma_buffer hostport; |