Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81453
b: refs/heads/master
c: f31639b
h: refs/heads/master
i:
  81451: e0e72fb
v: v3
  • Loading branch information
Shin-ya Okada authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 31a46b5 commit 088d9de
Show file tree
Hide file tree
Showing 7 changed files with 730 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18fe4ac25811ff4006844b6e575acdc9103cbaba
refs/heads/master: f31639b8c5916f58441b529c9c364715921b29af
5 changes: 4 additions & 1 deletion trunk/Documentation/sound/alsa/ALSA-Configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1157,11 +1157,14 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed.
* Chaintech 9CJS
* Chaintech AV-710
* Shuttle SN25P
* Onkyo SE-90PCI
* Onkyo SE-200PCI

model - Use the given board model, one of the following:
revo51, revo71, amp2000, prodigy71, prodigy71lt,
prodigy192, aureon51, aureon71, universe, ap192,
k8x800, phase22, phase28, ms300, av710
k8x800, phase22, phase28, ms300, av710, se200pci,
se90pci

This module supports multiple cards and autoprobe.

Expand Down
2 changes: 1 addition & 1 deletion trunk/sound/pci/ice1712/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

snd-ice17xx-ak4xxx-objs := ak4xxx.o
snd-ice1712-objs := ice1712.o delta.o hoontech.o ews.o
snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o juli.o phase.o wtm.o
snd-ice1724-objs := ice1724.o amp.o revo.o aureon.o vt1720_mobo.o pontis.o prodigy192.o juli.o phase.o wtm.o se.o

# Toplevel Module Dependency
obj-$(CONFIG_SND_ICE1712) += snd-ice1712.o snd-ice17xx-ak4xxx.o
Expand Down
6 changes: 6 additions & 0 deletions trunk/sound/pci/ice1712/ice1712.h
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,12 @@ struct snd_ice1712 {
struct {
struct ak4114 *ak4114;
} prodigy192;
struct {
struct {
unsigned char ch1, ch2;
} vol[8];
} se;

} spec;

};
Expand Down
3 changes: 3 additions & 0 deletions trunk/sound/pci/ice1712/ice1724.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
#include "juli.h"
#include "phase.h"
#include "wtm.h"
#include "se.h"

MODULE_AUTHOR("Jaroslav Kysela <perex@perex.cz>");
MODULE_DESCRIPTION("VIA ICEnsemble ICE1724/1720 (Envy24HT/PT)");
Expand All @@ -65,6 +66,7 @@ MODULE_SUPPORTED_DEVICE("{"
JULI_DEVICE_DESC
PHASE_DEVICE_DESC
WTM_DEVICE_DESC
SE_DEVICE_DESC
"{VIA,VT1720},"
"{VIA,VT1724},"
"{ICEnsemble,Generic ICE1724},"
Expand Down Expand Up @@ -1933,6 +1935,7 @@ static struct snd_ice1712_card_info *card_tables[] __devinitdata = {
snd_vt1724_juli_cards,
snd_vt1724_phase_cards,
snd_vt1724_wtm_cards,
snd_vt1724_se_cards,
NULL,
};

Expand Down
Loading

0 comments on commit 088d9de

Please sign in to comment.