diff options
Diffstat (limited to 'sound/pci/oxygen/oxygen.h')
-rw-r--r-- | sound/pci/oxygen/oxygen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/oxygen/oxygen.h b/sound/pci/oxygen/oxygen.h index 09a24b24958b..c10ab077afd8 100644 --- a/sound/pci/oxygen/oxygen.h +++ b/sound/pci/oxygen/oxygen.h | |||
@@ -198,7 +198,7 @@ void oxygen_write_ac97(struct oxygen *chip, unsigned int codec, | |||
198 | void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, | 198 | void oxygen_write_ac97_masked(struct oxygen *chip, unsigned int codec, |
199 | unsigned int index, u16 data, u16 mask); | 199 | unsigned int index, u16 data, u16 mask); |
200 | 200 | ||
201 | void oxygen_write_spi(struct oxygen *chip, u8 control, unsigned int data); | 201 | int oxygen_write_spi(struct oxygen *chip, u8 control, unsigned int data); |
202 | void oxygen_write_i2c(struct oxygen *chip, u8 device, u8 map, u8 data); | 202 | void oxygen_write_i2c(struct oxygen *chip, u8 device, u8 map, u8 data); |
203 | 203 | ||
204 | void oxygen_reset_uart(struct oxygen *chip); | 204 | void oxygen_reset_uart(struct oxygen *chip); |