diff options
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 2f25c8dbaf85..d53c18c6fcd8 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -146,6 +146,7 @@ void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, | |||
146 | unsigned int index, u16 data, u16 mask); | 146 | unsigned int index, u16 data, u16 mask); |
147 | 147 | ||
148 | void oxygen_write_spi(struct oxygen *chip, u8 control, unsigned int data); | 148 | void oxygen_write_spi(struct oxygen *chip, u8 control, unsigned int data); |
149 | void oxygen_write_i2c(struct oxygen *chip, u8 device, u8 map, u8 data); | ||
149 | 150 | ||
150 | static inline void oxygen_set_bits8(struct oxygen *chip, | 151 | static inline void oxygen_set_bits8(struct oxygen *chip, |
151 | unsigned int reg, u8 value) | 152 | unsigned int reg, u8 value) |