Changeset 426 for GPL/trunk/alsa-kernel/pci/ac97
- Timestamp:
- May 9, 2009, 11:45:26 AM (17 years ago)
- Location:
- GPL/trunk/alsa-kernel/pci/ac97
- Files:
-
- 2 edited
-
ac97_codec.c (modified) (4 diffs)
-
ac97_proc.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/alsa-kernel/pci/ac97/ac97_codec.c
r410 r426 144 144 { 0x43585421, 0xffffffff, "HSD11246", NULL, NULL }, // SmartMC II 145 145 { 0x43585428, 0xfffffff8, "Cx20468", patch_conexant, NULL }, // SmartAMC fixme: the mask might be different 146 { 0x43585430, 0xffffffff, "Cx20468-31", patch_conexant, NULL }, 146 147 { 0x43585431, 0xffffffff, "Cx20551", patch_cx20551, NULL }, 147 148 { 0x44543031, 0xfffffff0, "DT0398", NULL, NULL }, … … 384 385 EXPORT_SYMBOL(snd_ac97_update_bits); 385 386 386 /* no lock version - see snd_ac97_updat _bits() */387 /* no lock version - see snd_ac97_update_bits() */ 387 388 int snd_ac97_update_bits_nolock(struct snd_ac97 *ac97, unsigned short reg, 388 389 unsigned short mask, unsigned short value) … … 1682 1683 int err, idx; 1683 1684 1684 //printk("AC97_GPIO_CFG = %x\n",snd_ac97_read(ac97,AC97_GPIO_CFG)); 1685 /* 1686 printk(KERN_DEBUG "AC97_GPIO_CFG = %x\n", 1687 snd_ac97_read(ac97,AC97_GPIO_CFG)); 1688 */ 1685 1689 snd_ac97_write(ac97, AC97_GPIO_CFG, 0xffff & ~(AC97_GPIO_LINE1_OH)); 1686 1690 snd_ac97_write(ac97, AC97_GPIO_POLARITY, 0xffff & ~(AC97_GPIO_LINE1_OH)); … … 2162 2166 /* nothing should be in powerdown mode */ 2163 2167 snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0); 2164 end_time = jiffies + msecs_to_jiffies(1 00);2168 end_time = jiffies + msecs_to_jiffies(120); 2165 2169 do { 2166 2170 if ((snd_ac97_read(ac97, AC97_POWERDOWN) & 0x0f) == 0x0f) -
GPL/trunk/alsa-kernel/pci/ac97/ac97_proc.c
r305 r426 125 125 snd_iprintf(buffer, "PCI Subsys Device: 0x%04x\n\n", 126 126 ac97->subsystem_device); 127 128 snd_iprintf(buffer, "Flags: %x\n", ac97->flags); 127 129 128 130 if ((ac97->ext_id & AC97_EI_REV_MASK) >= AC97_EI_REV_23) {
Note:
See TracChangeset
for help on using the changeset viewer.
