summaryrefslogtreecommitdiffstats
path: root/sound/pci/oxygen/cs4245.h
Commit message (Collapse)AuthorAgeFilesLines
* ALSA: oxygen: Xonar DG(X): add new CS4245 SPI functionsRoman Volkov2014-01-291-2/+5
| | | | | | | | | | | | | Add the new SPI write and read functions. The SPI read function is used for creating initial registers dump and may be used for debugging purposes. SPI operations are cached, so there is a new function to manage the cache (shadow). I have to remove the shift from the CS4245_SPI_* constants, since when we are performing the reading, we need to shift by 8 instead of 16. Signed-off-by: Roman Volkov <v1ron@mail.ru> Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
* ALSA: oxygen: add Xonar DG supportClemens Ladisch2011-01-101-0/+107
Add experimental support for the Asus Xonar DG sound card. Signed-off-by: Clemens Ladisch <clemens@ladisch.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>