Skip to content

Commit

Permalink
Merge branch 'fix/oxygen' into for-linus
Browse files Browse the repository at this point in the history
* fix/oxygen:
  sound: virtuoso: fix Xonar D1/DX silence after resume
  • Loading branch information
Takashi Iwai committed Jul 2, 2009
2 parents 4413c8d + 8263907 commit dbe45d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/pci/oxygen/virtuoso.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ static void xonar_d2_resume(struct oxygen *chip)

static void xonar_d1_resume(struct oxygen *chip)
{
oxygen_set_bits8(chip, OXYGEN_FUNCTION, OXYGEN_FUNCTION_RESET_CODEC);
msleep(1);
cs43xx_init(chip);
xonar_enable_output(chip);
}
Expand Down

0 comments on commit dbe45d0

Please sign in to comment.