[PC-BSD Commits] r2945 - in pcbsd: branches/7.0/system-overlay/PCBSD/soundDetect trunk/system-overlay/PCBSD/soundDetect
svn at pcbsd.org
svn at pcbsd.org
Fri Oct 31 11:33:22 PST 2008
Author: kris
Date: 2008-10-31 12:33:22 -0700 (Fri, 31 Oct 2008)
New Revision: 2945
Modified:
pcbsd/branches/7.0/system-overlay/PCBSD/soundDetect/soundcards.xml
pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml
Log:
Updated the soundcards auto-detect file with 2 new cards:
* Crystal CS4610/14/22/24/30 SoundFusion PCI Audio Accelerator
* Acer Labs 0x546110b9 (May not be supported by FreeBSD yet though)
Modified: pcbsd/branches/7.0/system-overlay/PCBSD/soundDetect/soundcards.xml
===================================================================
--- pcbsd/branches/7.0/system-overlay/PCBSD/soundDetect/soundcards.xml 2008-10-30 13:49:28 UTC (rev 2944)
+++ pcbsd/branches/7.0/system-overlay/PCBSD/soundDetect/soundcards.xml 2008-10-31 19:33:22 UTC (rev 2945)
@@ -153,6 +153,7 @@
<!--Start Acer -->
<x10b9>
<snd_t4dwave>0x545110b9</snd_t4dwave>
+ <snd_t4dwave>0x546110b9</snd_t4dwave>
</x10b9>
<!--End Acer -->
@@ -275,4 +276,11 @@
</x17aa>
<!--End Lenovo subvendor -->
+<!--Start Crystal subvendor -->
+ <x1013>
+ <snd_cma>0x60031013</snd_cma>
+ </x1013>
+<!--End Crystal subvendor -->
+
+
</SoundCard_vendors>
Modified: pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml 2008-10-30 13:49:28 UTC (rev 2944)
+++ pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml 2008-10-31 19:33:22 UTC (rev 2945)
@@ -153,6 +153,7 @@
<!--Start Acer -->
<x10b9>
<snd_t4dwave>0x545110b9</snd_t4dwave>
+ <snd_t4dwave>0x546110b9</snd_t4dwave>
</x10b9>
<!--End Acer -->
@@ -275,4 +276,11 @@
</x17aa>
<!--End Lenovo subvendor -->
+<!--Start Crystal subvendor -->
+ <x1013>
+ <snd_cma>0x60031013</snd_cma>
+ </x1013>
+<!--End Crystal subvendor -->
+
+
</SoundCard_vendors>
More information about the Commits
mailing list