aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorJames Courtier-Dutton <James@superbug.co.uk>2006-10-10 18:08:45 +0100
committerJaroslav Kysela <perex@suse.cz>2007-02-09 09:00:40 +0100
commitb0dbdaea55d55c05be972cd2a040acfa073b0509 (patch)
treed1bcb3f75e87dd524832a43935c4c6569ca2f76a /include/sound
parent[ALSA] Fix irq handler in soc/at91/at91rm9200-i2s.c (diff)
downloadlinux-dev-b0dbdaea55d55c05be972cd2a040acfa073b0509.tar.xz
linux-dev-b0dbdaea55d55c05be972cd2a040acfa073b0509.zip
[ALSA] snd-emu10k1: Add emu1010 internal clock rate control for 44100 or 48000.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/emu10k1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/emu10k1.h b/include/sound/emu10k1.h
index 7cfa91e7bde8..8b28304f2c42 100644
--- a/include/sound/emu10k1.h
+++ b/include/sound/emu10k1.h
@@ -1392,6 +1392,7 @@ struct snd_emu1010 {
unsigned int input_source[64];
unsigned int adc_pads; /* bit mask */
unsigned int dac_pads; /* bit mask */
+ unsigned int internal_clock; /* 44100 or 48000 */
};
struct snd_emu10k1 {