[PC-BSD Commits] r2448 - pcbsd/trunk/system-overlay/PCBSD/soundDetect
svn at pcbsd.org
svn at pcbsd.org
Fri Jul 25 04:25:02 PDT 2008
Author: melkor
Date: 2008-07-25 04:25:02 -0700 (Fri, 25 Jul 2008)
New Revision: 2448
Modified:
pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml
Log:
Add sound_detect support for ati vendors (SB460 and SB600) with snd_hda driver
Modified: pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml
===================================================================
--- pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml 2008-07-25 02:11:27 UTC (rev 2447)
+++ pcbsd/trunk/system-overlay/PCBSD/soundDetect/soundcards.xml 2008-07-25 11:25:02 UTC (rev 2448)
@@ -11,18 +11,18 @@
<SoundCard_vendors>
<!--Nvidia -->
- <x10de>
- <snd_ich>0x01b110de</snd_ich>
- <snd_ich>0x006a10de</snd_ich>
- <snd_ich>0x008a10de</snd_ich>
- <snd_ich>0x00da10de</snd_ich>
- <snd_ich>0x026b10de</snd_ich>
- <snd_ich>0x00ea10de</snd_ich>
+ <x10de>
+ <snd_ich>0x01b110de</snd_ich>
+ <snd_ich>0x006a10de</snd_ich>
+ <snd_ich>0x008a10de</snd_ich>
+ <snd_ich>0x00da10de</snd_ich>
+ <snd_ich>0x026b10de</snd_ich>
+ <snd_ich>0x00ea10de</snd_ich>
<snd_ich>0x005910de</snd_ich>
- <snd_hda>0x00da10de</snd_hda>
- <snd_hda>0x03f010de</snd_hda>
- <snd_hda>0x037110de</snd_hda>
- </x10de>
+ <snd_hda>0x00da10de</snd_hda>
+ <snd_hda>0x03f010de</snd_hda>
+ <snd_hda>0x037110de</snd_hda>
+ </x10de>
<!--End Nvidia -->
<!--Start AMD -->
@@ -44,7 +44,7 @@
<snd_hda>0x293e8086</snd_hda>
<snd_hda>0x27d88086</snd_hda>
<snd_hda>0x26688086</snd_hda>
- <snd_hda>0x284b8086</snd_hda>
+ <snd_hda>0x284b8086</snd_hda>
</x8086>
<!--End intel -->
@@ -67,8 +67,8 @@
<x1102>
<snd_emu10k1>0x00021102</snd_emu10k1>
<snd_emu10k1>0x00041102</snd_emu10k1>
- <snd_emu10k1>0x00071102</snd_emu10k1>
- <snd_emu10kx>0x00081102</snd_emu10kx>
+ <snd_emu10k1>0x00071102</snd_emu10k1>
+ <snd_emu10kx>0x00081102</snd_emu10kx>
<snd_emu10k1>0x10211102</snd_emu10k1>
<snd_es137x>0x89381102</snd_es137x>
</x1102>
@@ -159,11 +159,16 @@
<!--End Aureal -->
<!--Start C-Media -->
- <x13f6>
- <snd_cmi>0x011113f6</snd_cmi>
- </x13f6>
+ <x13f6>
+ <snd_cmi>0x011113f6</snd_cmi>
+ </x13f6>
<!--End C-Media -->
+<!--Start ATI -->
+ <x1002>
+ <snd_hda>0x437b1002</snd_hsa>
+ <snd_hda>0x43831002</snd_hda>
+ </x1002>
+<!--End ATI -->
-
</SoundCard_vendors>
More information about the Commits
mailing list