diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-05-13 09:19:53 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-05-19 13:19:15 +0200 |
commit | c13650079ba3bed1c0bdd9bf4a13274be7676ff6 (patch) | |
tree | 12e62edd8d57884b29dea1536f0731ba0303ede5 /sound/pci/oxygen/oxygen.h | |
parent | d023dc0aa25d6a4f7dd0d109179a2077d22a7ad2 (diff) | |
download | op-kernel-dev-c13650079ba3bed1c0bdd9bf4a13274be7676ff6.zip op-kernel-dev-c13650079ba3bed1c0bdd9bf4a13274be7676ff6.tar.gz |
[ALSA] oxygen: add symbol for I/O space size
Remove another magic number - add a symbol for the size of the PCI I/O
range.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index a71c6e0..6c6efed 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h @@ -16,6 +16,8 @@ #define PCM_AC97 5 #define PCM_COUNT 6 +#define OXYGEN_IO_SIZE 0x100 + /* model-specific configuration of outputs/inputs */ #define PLAYBACK_0_TO_I2S 0x001 #define PLAYBACK_1_TO_SPDIF 0x004 |