diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2008-01-21 06:59:40 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:30:09 -0500 |
commit | c518b35ea2ef2b7b3dbe6b1cc5299daf0c9de3f7 (patch) | |
tree | d6acf3ba9a709b6d340620bd949678a75d6cefc2 | |
parent | 0de27c10d3524eba9e81f56ff315e97d95b3faa0 (diff) |
[ALSA] oxygen: TempoTec HiFier is probably not supported
The TempoTec HiFier has a somwhat different architecture; remove it from
the list of cards that are known to be supported.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
-rw-r--r-- | Documentation/sound/alsa/ALSA-Configuration.txt | 1 | ||||
-rw-r--r-- | sound/pci/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/sound/alsa/ALSA-Configuration.txt b/Documentation/sound/alsa/ALSA-Configuration.txt index a607111ea5fc..ede4f34bf633 100644 --- a/Documentation/sound/alsa/ALSA-Configuration.txt +++ b/Documentation/sound/alsa/ALSA-Configuration.txt | |||
@@ -1570,7 +1570,6 @@ Prior to version 0.9.0rc4 options had a 'snd_' prefix. This was removed. | |||
1570 | * HT-Omega Claro | 1570 | * HT-Omega Claro |
1571 | * Razer Barracuda AC-1 | 1571 | * Razer Barracuda AC-1 |
1572 | * Sondigo Inferno | 1572 | * Sondigo Inferno |
1573 | * TempoTec HIFIER | ||
1574 | 1573 | ||
1575 | This module supports autoprobe and multiple cards. | 1574 | This module supports autoprobe and multiple cards. |
1576 | 1575 | ||
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig index 5baee6bbdc04..10c36947517e 100644 --- a/sound/pci/Kconfig +++ b/sound/pci/Kconfig | |||
@@ -203,7 +203,6 @@ config SND_OXYGEN | |||
203 | * HT-Omega Claro | 203 | * HT-Omega Claro |
204 | * Razer Barracuda AC-1 | 204 | * Razer Barracuda AC-1 |
205 | * Sondigo Inferno | 205 | * Sondigo Inferno |
206 | * TempoTec HIFIER | ||
207 | 206 | ||
208 | To compile this driver as a module, choose M here: the module | 207 | To compile this driver as a module, choose M here: the module |
209 | will be called snd-oxygen. | 208 | will be called snd-oxygen. |