Ignore:
Timestamp:
Oct 6, 2012, 11:20:27 AM (13 years ago)
Author:
Paul Smedley
Message:

Don't build HDA HDMI module - most machines also havea HDA audio card and HDMI gets used by default, which is not what most users want

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-2.1.x/lib32/initcall.h

    r455 r568  
    108108extern_module_init(patch_analog_init)
    109109extern_module_exit(patch_analog_exit)
    110 extern_module_init(patch_atihdmi_init)
    111 extern_module_exit(patch_atihdmi_init)
     110#if 0
     111extern_module_init(patch_hdmi_init)
     112extern_module_exit(patch_hdmi_init)
     113#endif
    112114extern_module_init(patch_cmedia_init)
    113115extern_module_exit(patch_cmedia_exit)
Note: See TracChangeset for help on using the changeset viewer.