From f31639b8c5916f58441b529c9c364715921b29af Mon Sep 17 00:00:00 2001 From: Shin-ya Okada Date: Tue, 23 Oct 2007 15:08:18 +0200 Subject: [ALSA] ice1724 - Add support of Onkyo SE-90PCI and SE-200PCI Added the support for Onkyo SE-90PCI and SE-200PCI boards. Signed-off-by: Shin-ya Okada Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- sound/pci/ice1712/ice1712.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sound/pci/ice1712/ice1712.h') diff --git a/sound/pci/ice1712/ice1712.h b/sound/pci/ice1712/ice1712.h index 58640afa540..3c3cac3dc08 100644 --- a/sound/pci/ice1712/ice1712.h +++ b/sound/pci/ice1712/ice1712.h @@ -400,6 +400,12 @@ struct snd_ice1712 { struct { struct ak4114 *ak4114; } prodigy192; + struct { + struct { + unsigned char ch1, ch2; + } vol[8]; + } se; + } spec; }; -- cgit v1.2.3