Ignore:
Timestamp:
May 24, 2007, 6:37:10 AM (18 years ago)
Author:
Brendan Oakley
Message:

Paul's improvements to Makefiles and hda support

Location:
GPL/trunk/alsa-kernel/pci
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/alsa-kernel/pci/emu10k1/emu10k1_main.c

    r84 r111  
    3939#include <sound/core.h>
    4040#include <sound/emu10k1.h>
    41 #include <sound/firmware.h>
     41#include <linux/firmware.h>
    4242#include "p16v.h"
    4343#include "tina2.h"
  • GPL/trunk/alsa-kernel/pci/hda/patch_analog.c

    r88 r111  
    26192619        if (is_rev2(codec))
    26202620                snd_printk(KERN_INFO "patch_analog: AD1988A rev.2 is detected, enable workarounds\n");
    2621 
     2621//paul
     2622                snd_printk(KERN_INFO "patch_analog: Vendor Id: 0x%x\n", codec->vendor_id);
     2623                snd_printk(KERN_INFO "patch_analog: Subsystem Id: 0x%x\n", codec->subsystem_id);
     2624                snd_printk(KERN_INFO "patch_analog: Revision Id: 0x%x\n", codec->revision_id);
     2625                snd_printk(KERN_INFO "patch_analog: Model Name: %s\n", codec->bus->modelname);
     2626//endpaul
    26222627        board_config = snd_hda_check_board_config(codec, AD1988_MODEL_LAST,
    26232628                                                  ad1988_models, NULL);
     
    26382643                }
    26392644        }
    2640 
     2645//paul
     2646        snd_printk(KERN_INFO "patch_analog: board_config: %d\n", board_config);
     2647        board_config = AD1988_3STACK_DIG;
     2648        snd_printk(KERN_INFO "patch_analog: kludged board_config: %d\n", board_config);
     2649//endpaul
    26412650        switch (board_config) {
    26422651        case AD1988_6STACK:
Note: See TracChangeset for help on using the changeset viewer.