diff options
author | Roman Volkov <v1ron@mail.ru> | 2014-01-24 16:18:09 +0400 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2014-01-29 20:45:47 +0100 |
commit | 3c1611ddd1b67628bd946111edae8f5366a14edf (patch) | |
tree | b230f7510a6e45f6a3b4aac9158ea01ad8e079cb /sound/pci/oxygen/xonar_dg.h | |
parent | bed61935cc5b70f84480dfd465c0e15a060c1f2c (diff) | |
download | op-kernel-dev-3c1611ddd1b67628bd946111edae8f5366a14edf.zip op-kernel-dev-3c1611ddd1b67628bd946111edae8f5366a14edf.tar.gz |
ALSA: oxygen: Xonar DG(X): modify initialization functions
Change CS4245 initialization: different sequence and GPIO values,
according to datasheets and reverse-engineering information.
Change cleanup/resume/suspend functions, since they use
initialization.
Signed-off-by: Roman Volkov <v1ron@mail.ru>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/pci/oxygen/xonar_dg.h')
-rw-r--r-- | sound/pci/oxygen/xonar_dg.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/oxygen/xonar_dg.h b/sound/pci/oxygen/xonar_dg.h index f2fa846..944685e 100644 --- a/sound/pci/oxygen/xonar_dg.h +++ b/sound/pci/oxygen/xonar_dg.h @@ -30,7 +30,6 @@ struct dg { s8 input_vol[4][2]; unsigned int input_sel; u8 hp_vol_att; - u8 cs4245_regs[0x11]; }; extern struct oxygen_model model_xonar_dg; |