Changeset 229 for GPL/trunk/alsa-kernel/pci
- Timestamp:
- Jul 31, 2007, 4:57:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.