diff options
| -rw-r--r-- | sound/pci/oxygen/virtuoso.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index bf971f7cfdc6..6ebcb6bdd712 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c | |||
| @@ -635,6 +635,8 @@ static void xonar_d2_resume(struct oxygen *chip) | |||
| 635 | 635 | ||
| 636 | static void xonar_d1_resume(struct oxygen *chip) | 636 | static void xonar_d1_resume(struct oxygen *chip) |
| 637 | { | 637 | { |
| 638 | oxygen_set_bits8(chip, OXYGEN_FUNCTION, OXYGEN_FUNCTION_RESET_CODEC); | ||
| 639 | msleep(1); | ||
| 638 | cs43xx_init(chip); | 640 | cs43xx_init(chip); |
| 639 | xonar_enable_output(chip); | 641 | xonar_enable_output(chip); |
| 640 | } | 642 | } |
