ISA version of CS4231A

Hopefully someday will be merged with cs4231.c (SPARC version)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4741 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
malc 2008-06-13 10:48:22 +00:00
parent 214c465f86
commit cc53d26d4d
6 changed files with 693 additions and 2 deletions

10
vl.c
View file

@ -7552,6 +7552,16 @@ struct soundhw soundhw[] = {
{ .init_isa = SB16_init }
},
#ifdef CONFIG_CS4231A
{
"cs4231a",
"CS4231A",
0,
1,
{ .init_isa = cs4231a_init }
},
#endif
#ifdef CONFIG_ADLIB
{
"adlib",