diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/sound/es1688.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'include/sound/es1688.h')
-rw-r--r-- | include/sound/es1688.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/sound/es1688.h b/include/sound/es1688.h index 1d636a2d889..3ec7ecbe250 100644 --- a/include/sound/es1688.h +++ b/include/sound/es1688.h | |||
@@ -22,14 +22,13 @@ | |||
22 | * | 22 | * |
23 | */ | 23 | */ |
24 | 24 | ||
25 | #include <sound/control.h> | 25 | #include "control.h" |
26 | #include <sound/pcm.h> | 26 | #include "pcm.h" |
27 | #include <linux/interrupt.h> | 27 | #include <linux/interrupt.h> |
28 | 28 | ||
29 | #define ES1688_HW_AUTO 0x0000 | 29 | #define ES1688_HW_AUTO 0x0000 |
30 | #define ES1688_HW_688 0x0001 | 30 | #define ES1688_HW_688 0x0001 |
31 | #define ES1688_HW_1688 0x0002 | 31 | #define ES1688_HW_1688 0x0002 |
32 | #define ES1688_HW_UNDEF 0x0003 | ||
33 | 32 | ||
34 | struct snd_es1688 { | 33 | struct snd_es1688 { |
35 | unsigned long port; /* port of ESS chip */ | 34 | unsigned long port; /* port of ESS chip */ |