summaryrefslogtreecommitdiff
path: root/sound/pci/pcxhr/pcxhr_mix22.h
diff options
context:
space:
mode:
authorMarkus Bollinger <bollinger@digigram.com>2012-06-20 10:34:40 +0400
committerTakashi Iwai <tiwai@suse.de>2012-06-20 10:35:37 +0400
commitfdfbaf69e0b9d6843c0da6501caf4ecacec0f775 (patch)
treed8d8104c9b310f87d18d5995ce6da12908211054 /sound/pci/pcxhr/pcxhr_mix22.h
parentd7dc9e32ae64b5db777017344da61a285c2347f8 (diff)
downloadlinux-fdfbaf69e0b9d6843c0da6501caf4ecacec0f775.tar.xz
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_mix22.h')
-rw-r--r--sound/pci/pcxhr/pcxhr_mix22.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/pcxhr/pcxhr_mix22.h b/sound/pci/pcxhr/pcxhr_mix22.h
index 5a37a0007e8f..5971b9933f41 100644
--- a/sound/pci/pcxhr/pcxhr_mix22.h
+++ b/sound/pci/pcxhr/pcxhr_mix22.h
@@ -34,6 +34,7 @@ int hr222_get_external_clock(struct pcxhr_mgr *mgr,
int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value);
int hr222_write_gpo(struct pcxhr_mgr *mgr, int value);
+int hr222_manage_timecode(struct pcxhr_mgr *mgr, int enable);
#define HR222_LINE_PLAYBACK_LEVEL_MIN 0 /* -25.5 dB */
#define HR222_LINE_PLAYBACK_ZERO_LEVEL 51 /* 0.0 dB */