- Timestamp:
 - Jul 31, 2007, 4:57:19 PM (18 years ago)
 - Location:
 - GPL/trunk/alsa-kernel
 - Files:
 - 
      
- 2 edited
 
- 
          
  include/sound/ac97_codec.h (modified) (1 diff)
 - 
          
  pci/ac97/ac97_codec.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
GPL/trunk/alsa-kernel/include/sound/ac97_codec.h
r86 r229 32 32 #include "info.h" 33 33 34 #define CONFIG_SND_AC97_POWER_SAVE /* experimental !!! */ 34 35 /* 35 36 * AC'97 codec registers  - 
      
GPL/trunk/alsa-kernel/pci/ac97/ac97_codec.c
r133 r229 2405 2405 int i; 2406 2406 2407 #ifdef CONFIG_SND_AC97_POWER_SAVE 2408 if (power_save) 2409 power_up = ac97->power_up; 2410 else { 2411 #endif 2407 2412 power_up = (1 << PWIDX_FRONT) | (1 << PWIDX_ADC); 2408 2413 power_up |= (1 << PWIDX_MIC); … … 2412 2417 power_up |= (1 << PWIDX_CLFE); 2413 2418 #ifdef CONFIG_SND_AC97_POWER_SAVE 2419 } 2414 2420 if (ac97_is_power_save_mode(ac97)) 2415 2421 power_up = ac97->power_up;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  