diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-01-16 02:28:54 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:59 -0500 |
commit | 84aa6b7ba746e6f637444d0e14a9b75c0b49a612 (patch) | |
tree | 39cfa1399116aa6ecf67d458b315b624f6c48825 /sound/pci/oxygen/oxygen.h | |
parent | 31c77643a06313b3a26f4c38c75ceec2a89ad31a (diff) |
[ALSA] oxygen: make SPI configuration configurable
Add a field to the model structure so that it is possible to have a card
where the SPI outputs 4 and 5 are used for an EEPROM.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index 66dee9504340..fb9cb36b87b1 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -83,6 +83,7 @@ struct oxygen_model { | |||
83 | u8 record_from_dma_b; | 83 | u8 record_from_dma_b; |
84 | u8 cd_in_from_video_in; | 84 | u8 cd_in_from_video_in; |
85 | u8 dac_minimum_volume; | 85 | u8 dac_minimum_volume; |
86 | u8 function_flags; | ||
86 | }; | 87 | }; |
87 | 88 | ||
88 | /* oxygen_lib.c */ | 89 | /* oxygen_lib.c */ |