Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 92187
b: refs/heads/master
c: 80060ec
h: refs/heads/master
i:
  92185: 3e031cb
  92183: fed1b3b
v: v3
  • Loading branch information
Clemens Ladisch authored and Takashi Iwai committed Apr 24, 2008
1 parent 1dc2b10 commit 7c35d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 387fb6a206749e13377ef8847f77d5341c281e7b
refs/heads/master: 80060ecc45bd101f3decafed5b7ff0879a188d28
7 changes: 4 additions & 3 deletions trunk/sound/pci/oxygen/virtuoso.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ static void xonar_dx_init(struct oxygen *chip)
data->ext_power_int_reg = OXYGEN_GPI_INTERRUPT_MASK;
data->ext_power_bit = GPI_DX_EXT_POWER;

/* XXX the DACs' datasheets say fast mode is not allowed */
oxygen_set_bits16(chip, OXYGEN_2WIRE_BUS_STATUS,
OXYGEN_2WIRE_SPEED_FAST);
oxygen_write16(chip, OXYGEN_2WIRE_BUS_STATUS,
OXYGEN_2WIRE_LENGTH_8 |
OXYGEN_2WIRE_INTERRUPT_MASK |
OXYGEN_2WIRE_SPEED_FAST);

/* set CPEN (control port mode) and power down */
cs4398_write(chip, 8, CS4398_CPEN | CS4398_PDN);
Expand Down

0 comments on commit 7c35d78

Please sign in to comment.