summaryrefslogtreecommitdiff
path: root/sound/pci/oxygen/xonar_dg.h
diff options
context:
space:
mode:
authorRoman Volkov <v1ron@mail.ru>2014-01-24 16:18:09 +0400
committerClemens Ladisch <clemens@ladisch.de>2014-01-29 20:45:47 +0100
commit3c1611ddd1b67628bd946111edae8f5366a14edf (patch)
treeb230f7510a6e45f6a3b4aac9158ea01ad8e079cb /sound/pci/oxygen/xonar_dg.h
parentbed61935cc5b70f84480dfd465c0e15a060c1f2c (diff)
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/oxygen/xonar_dg.h b/sound/pci/oxygen/xonar_dg.h
index f2fa846d7246..944685edfce4 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;