Skip to content

Commit

Permalink
[ALSA] ice1724 - Functioning support for Prodigy 192
Browse files Browse the repository at this point in the history
Fixes:
--------
* correct card specific ice1724 initialization
* working IEC958 output of the card
* renamed capture controls
New features:
------------------
* analog input switch (line-in/mic)
* optional ak4114 based MI/ODI/O card detection & support: IEC958 input,
  digital input switch (toslink/coax)
Unresolved issues
-----------------------
* Analog and digital input enums are listed on playback panel of alsamixer,
  I do not know how to push them onto the capture one.

Signed-off-by: Pavel Hofman <dustin@seznam.cz>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
  • Loading branch information
Pavel Hofman authored and Jaroslav Kysela committed May 11, 2007
1 parent f06934b commit 7d4b438
Show file tree
Hide file tree
Showing 3 changed files with 349 additions and 6 deletions.
3 changes: 3 additions & 0 deletions sound/pci/ice1712/ice1712.h
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,9 @@ struct snd_ice1712 {
struct ak4114 *ak4114;
unsigned int analog: 1;
} juli;
struct {
struct ak4114 *ak4114;
} prodigy192;
} spec;

};
Expand Down
Loading

0 comments on commit 7d4b438

Please sign in to comment.