Advertisement
Guest User

ASUS Essence STX II patch

a guest
Aug 2nd, 2014
689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.29 KB | None | 0 0
  1. diff -rupN linux-3.15.orig/sound/pci/oxygen/virtuoso.c linux-3.15/sound/pci/oxygen/virtuoso.c
  2. --- linux-3.15.orig/sound/pci/oxygen/virtuoso.c»2014-06-08 20:19:54.000000000 +0200
  3. +++ linux-3.15/sound/pci/oxygen/virtuoso.c»»2014-08-02 17:18:51.124486843 +0200
  4. @@ -53,6 +53,7 @@ static DEFINE_PCI_DEVICE_TABLE(xonar_ids
  5.  »{ OXYGEN_PCI_SUBID(0x1043, 0x835e) },
  6.  »{ OXYGEN_PCI_SUBID(0x1043, 0x838e) },
  7.  »{ OXYGEN_PCI_SUBID(0x1043, 0x8522) },
  8. { OXYGEN_PCI_SUBID(0x1043, 0x85f4) },
  9.  »{ OXYGEN_PCI_SUBID_BROKEN_EEPROM },
  10.  »{ }
  11.  };
  12. diff -rupN linux-3.15.orig/sound/pci/oxygen/xonar_pcm179x.c linux-3.15/sound/pci/oxygen/xonar_pcm179x.c
  13. --- linux-3.15.orig/sound/pci/oxygen/xonar_pcm179x.c»»2014-06-08 20:19:54.000000000 +0200
  14. +++ linux-3.15/sound/pci/oxygen/xonar_pcm179x.c»2014-08-02 17:18:51.124486843 +0200
  15. @@ -1138,6 +1138,13 @@ int get_xonar_pcm179x_model(struct oxyge
  16.  »»»chip->model.resume = xonar_stx_resume;
  17.  »»»chip->model.set_dac_params = set_pcm1796_params;
  18.  »»»break;
  19. +»case 0x85f4:
  20. +»»»chip->model = model_xonar_st;
  21. +»»»chip->model.shortname = "Xonar STX II";
  22. +»»»chip->model.init = xonar_stx_init;
  23. +»»»chip->model.resume = xonar_stx_resume;
  24. +»»»chip->model.set_dac_params = set_pcm1796_params;
  25. +»»»break;
  26.  »default:
  27.  »»»return -EINVAL;
  28.  »}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement