[yast-commit] r64761 - in /branches/SuSE-Code-11-SP2-Branch/sound: VERSION data/sndcards.ycp package/yast2-sound.changes
![](https://seccdn.libravatar.org/avatar/ff2cb327bf0a83604a58d72935bcf7ff.jpg?s=120&d=mm&r=g)
Author: lslezak Date: Thu Jul 7 17:50:26 2011 New Revision: 64761 URL: http://svn.opensuse.org/viewcvs/yast?rev=64761&view=rev Log: added AudioScience cards to the sound card database (fate#310119) - 2.17.18 Modified: branches/SuSE-Code-11-SP2-Branch/sound/VERSION branches/SuSE-Code-11-SP2-Branch/sound/data/sndcards.ycp branches/SuSE-Code-11-SP2-Branch/sound/package/yast2-sound.changes Modified: branches/SuSE-Code-11-SP2-Branch/sound/VERSION URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/sound/... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/sound/VERSION (original) +++ branches/SuSE-Code-11-SP2-Branch/sound/VERSION Thu Jul 7 17:50:26 2011 @@ -1 +1 @@ -2.17.17 +2.17.18 Modified: branches/SuSE-Code-11-SP2-Branch/sound/data/sndcards.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/sound/... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/sound/data/sndcards.ycp (original) +++ branches/SuSE-Code-11-SP2-Branch/sound/data/sndcards.ycp Thu Jul 7 17:50:26 2011 @@ -534,6 +534,12 @@ 83 : [ "X-Fi, Creative Labs" ], + 84 : [ + "ASI5000, AudioScience", + "ASI6000, AudioScience", + "ASI87xx, AudioScience", + "ASI89xx, AudioScience" + ], 100 : [ "PowerPC, Apple" ], @@ -707,6 +713,10 @@ 28696 : 63, 29954 : 78 ], + 4172 : $[ + 41222 : 84, + 44128 : 84 + ], 4173 : $[ 200708 : 102 ], @@ -1060,6 +1070,7 @@ 81 : "snd-cs5535audio", 82 : "snd-oxygen", 83 : "snd-ctxfi", + 84 : "snd-asihpi", 100 : "snd-powermac", 101 : "snd-aoa", 102 : "snd_ps3" @@ -1266,6 +1277,26 @@ "snd-aoa" : $[ "description" : "Apple PowerPC on-board (Layout ID)" ], + "snd-asihpi" : $[ + "description" : "AudioScience ALSA ASI5000 ASI6000 ASI87xx ASI89xx", + "params" : $[ + "build_info" : $[ + "descr" : "built within ALSA source" + ], + "enable_hpi_hwdep" : $[ + "allows" : "{{0,Disabled},{1,Enabled}}", + "default" : "0", + "descr" : "ALSA enable HPI hwdep for AudioScience soundcard", + "dialog" : "check" + ], + "hpi_debug_level" : $[ + "descr" : "debug verbosity 0..5" + ], + "prealloc_stream_buf" : $[ + "descr" : "preallocate size for per-adapter stream buffer" + ] + ] + ], "snd-atiixp" : $[ "description" : "ATI IXP AC97 controller", "params" : $[ @@ -3843,6 +3874,12 @@ "Prodigy 192", "Prodigy 7.1" ], + "AudioScience" : [ + "ASI5000", + "ASI6000", + "ASI87xx", + "ASI89xx" + ], "Aureal Semiconductor Inc." : [ "Aureal Vortex AU8810", "Aureal Vortex AU8820", Modified: branches/SuSE-Code-11-SP2-Branch/sound/package/yast2-sound.changes URL: http://svn.opensuse.org/viewcvs/yast/branches/SuSE-Code-11-SP2-Branch/sound/... ============================================================================== --- branches/SuSE-Code-11-SP2-Branch/sound/package/yast2-sound.changes (original) +++ branches/SuSE-Code-11-SP2-Branch/sound/package/yast2-sound.changes Thu Jul 7 17:50:26 2011 @@ -2,6 +2,8 @@ Thu Jul 7 15:09:01 UTC 2011 - lslezak@suse.cz - updated sound card database (kernel 2.6.32.41-0.5) +- added AudioScience cards to the sound card database (fate#310119) +- 2.17.18 ------------------------------------------------------------------- Fri Apr 15 16:22:41 UTC 2011 - lslezak@localhost -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org