Ooops that was intended for the list.
On 12/11/10 12:21 PM, Stefan Reinauer wrote:
On 12/11/10 3:49 AM, Uwe Hermann wrote:
The following files can be safely dropped as they don't match the ID of the audio codec and thus will never get actually used (you'll see "HDA: no verb!" or similar in the coreboot logs). Even if the ID matched, the rest of the table would be incorrect anyway because the values are highly board-specific.
./src/mainboard/gigabyte/m57sli/hda_verb.h ./src/mainboard/msi/ms7260/hda_verb.h ./src/mainboard/msi/ms9652_fam10/hda_verb.h ./src/mainboard/msi/ms9282/hda_verb.h
Please leave those in until we can find the correct ones. A FIXME message would be appropriate though.
The following files can be safely dropped as these are server boards and don't have HD audio (or other audio) at all:
./src/mainboard/supermicro/h8dmr/hda_verb.h ./src/mainboard/supermicro/h8qme_fam10/hda_verb.h ./src/mainboard/supermicro/h8dme/hda_verb.h ./src/mainboard/supermicro/h8dmr_fam10/hda_verb.h ./src/mainboard/tyan/s2912/hda_verb.h ./src/mainboard/tyan/s2912_fam10/hda_verb.h
That part is Acked-by: Stefan Reinauer stepan@coreboot.org
The following two are correct and can stay:
./src/mainboard/nvidia/l1_2pvv/hda_verb.h ./src/mainboard/getac/p470/hda_verb.h
Thanks for taking the time of finding this out.