bios里的audio table不能用

根据客户提供的audio table,加入到BIOS中。在系统下RW.exe打开查看时,PCI设备中的audio 设备提示codec id和codec ssid错误。
{
{
0x10EC0662, // Vendor ID/Device ID

0x0000, // SubSystem ID

0xFF, // Revision ID
0x02, // Front panel support (1=yes, 2=no)
0x0000, // Number of Rear Jacks = 11
0x0000 // Number of Front Jacks
},
0 // Pointer to verb table data, need to be inited in the code.
}
我需要怎么去配置这个表?

http://www.biosren.com/thread-4206-1-1.html