Changeset 230
- Timestamp:
- Aug 1, 2007, 7:12:26 AM (18 years ago)
- Location:
- GPL/branches/alsa-resync1/alsa-kernel
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified GPL/branches/alsa-resync1/alsa-kernel/include/sound/ac97_codec.h ¶
r86 r230 32 32 #include "info.h" 33 33 34 #define CONFIG_SND_AC97_POWER_SAVE /* experimental !!! */ 34 35 /* 35 36 * AC'97 codec registers -
TabularUnified GPL/branches/alsa-resync1/alsa-kernel/pci/ac97/ac97_codec.c ¶
r206 r230 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.