Applied the same sorting to hard disk controllers, network adapters, SCSI controllers, and sound cards as well.
This commit is contained in:
@@ -100,31 +100,45 @@ static const SOUND_CARD sound_cards[] = {
|
||||
// clang-format off
|
||||
{ &device_none },
|
||||
{ &device_internal },
|
||||
{ &acermagic_s20_device },
|
||||
{ &mirosound_pcm10_device },
|
||||
{ &adlib_device },
|
||||
/* ISA */
|
||||
{ &adgold_device },
|
||||
{ &azt2316a_device },
|
||||
{ &azt1605_device },
|
||||
{ &cms_device },
|
||||
{ &cs4235_device },
|
||||
{ &cs4236b_device },
|
||||
{ &ess_688_device },
|
||||
{ &ess_ess0100_pnp_device },
|
||||
{ &ess_1688_device },
|
||||
{ &ess_ess0102_pnp_device },
|
||||
{ &ess_ess0968_pnp_device },
|
||||
{ &gus_device },
|
||||
{ &gus_max_device },
|
||||
{ &ssi2001_device },
|
||||
{ &mmb_device },
|
||||
{ &pasplus_device },
|
||||
{ &sb_1_device },
|
||||
{ &sb_15_device },
|
||||
{ &sb_2_device },
|
||||
{ &sb_pro_v1_device },
|
||||
{ &sb_pro_v2_device },
|
||||
{ &entertainer_device },
|
||||
{ &pssj_isa_device },
|
||||
{ &tndy_device },
|
||||
#ifdef USE_LIBSERIALPORT /*The following devices required LIBSERIALPORT*/
|
||||
{ &opl2board_device },
|
||||
#endif
|
||||
/* ISA/Sidecar */
|
||||
{ &adlib_device },
|
||||
/* ISA16 */
|
||||
{ &acermagic_s20_device },
|
||||
{ &azt2316a_device },
|
||||
{ &azt1605_device },
|
||||
{ &sb_goldfinch_device },
|
||||
{ &cs4235_device },
|
||||
{ &cs4236b_device },
|
||||
{ &gus_device },
|
||||
{ &gus_max_device },
|
||||
{ &mirosound_pcm10_device },
|
||||
{ &pas16_device },
|
||||
{ &pas16d_device },
|
||||
{ &sb_16_device },
|
||||
{ &sb_16_pnp_device },
|
||||
{ &sb_16_pnp_ide_device },
|
||||
{ &sb_goldfinch_device },
|
||||
{ &sb_32_pnp_device },
|
||||
{ &sb_awe32_device },
|
||||
{ &sb_awe32_pnp_device },
|
||||
@@ -136,15 +150,8 @@ static const SOUND_CARD sound_cards[] = {
|
||||
{ &sb_vibra16cl_device },
|
||||
{ &sb_vibra16s_device },
|
||||
{ &sb_vibra16xv_device },
|
||||
{ &ssi2001_device },
|
||||
{ &entertainer_device },
|
||||
{ &mmb_device },
|
||||
{ &pasplus_device },
|
||||
{ &pas16_device },
|
||||
{ &pas16d_device },
|
||||
{ &pssj_isa_device },
|
||||
{ &tndy_device },
|
||||
{ &wss_device },
|
||||
/* MCA */
|
||||
{ &adlib_mca_device },
|
||||
{ &ess_chipchat_16_mca_device },
|
||||
{ &ncr_business_audio_device },
|
||||
@@ -153,17 +160,16 @@ static const SOUND_CARD sound_cards[] = {
|
||||
{ &sb_16_reply_mca_device },
|
||||
{ &ess_soundpiper_16_mca_device },
|
||||
{ &ess_soundpiper_32_mca_device },
|
||||
/* PCI */
|
||||
{ &cmi8338_device },
|
||||
{ &cmi8738_device },
|
||||
{ &es1370_device },
|
||||
{ &es1371_device },
|
||||
{ &es1373_device },
|
||||
{ &ct5880_device },
|
||||
/* AC97 */
|
||||
{ &ad1881_device },
|
||||
{ &cs4297a_device },
|
||||
#ifdef USE_LIBSERIALPORT /*The following devices required LIBSERIALPORT*/
|
||||
{ &opl2board_device },
|
||||
#endif
|
||||
{ NULL }
|
||||
// clang-format on
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user