diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:36:19 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-03-24 00:36:19 +0100 |
commit | 7df4f694356a125e4553ca35b215fd9e88e858c5 (patch) | |
tree | b153e8aeb6439c3f7bc150ad9e6e3ff9d57849a0 /sound/pci/pcxhr/pcxhr_mix22.h | |
parent | b54fc8dd2c43888f2754505cca2b6e88604a8ffa (diff) | |
parent | d563ffa6b319a4e401d096db9014a947590ca081 (diff) | |
download | op-kernel-dev-7df4f694356a125e4553ca35b215fd9e88e858c5.zip op-kernel-dev-7df4f694356a125e4553ca35b215fd9e88e858c5.tar.gz |
Merge branch 'topic/pcxhr' into for-linus
Diffstat (limited to 'sound/pci/pcxhr/pcxhr_mix22.h')
-rw-r--r-- | sound/pci/pcxhr/pcxhr_mix22.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/pcxhr/pcxhr_mix22.h b/sound/pci/pcxhr/pcxhr_mix22.h index 6b318b2..5a37a00 100644 --- a/sound/pci/pcxhr/pcxhr_mix22.h +++ b/sound/pci/pcxhr/pcxhr_mix22.h @@ -32,6 +32,9 @@ int hr222_get_external_clock(struct pcxhr_mgr *mgr, enum pcxhr_clock_type clock_type, int *sample_rate); +int hr222_read_gpio(struct pcxhr_mgr *mgr, int is_gpi, int *value); +int hr222_write_gpo(struct pcxhr_mgr *mgr, int value); + #define HR222_LINE_PLAYBACK_LEVEL_MIN 0 /* -25.5 dB */ #define HR222_LINE_PLAYBACK_ZERO_LEVEL 51 /* 0.0 dB */ #define HR222_LINE_PLAYBACK_LEVEL_MAX 99 /* +24.0 dB */ |