Searched refs:AC97_DEFAULT_POWER_OFF (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/linux/ |
D | ac97_codec.h | 326 #define AC97_DEFAULT_POWER_OFF 4 /* Needs warm reset to power up */ macro
|
/linux-2.6.39/include/sound/ |
D | ac97_codec.h | 399 #define AC97_DEFAULT_POWER_OFF (1<<8) /* no RESET write */ macro
|
/linux-2.6.39/sound/oss/ |
D | ac97_codec.c | 175 {0x574D4C13, "Wolfson WM9713", &wolfson_ops13, AC97_DEFAULT_POWER_OFF}, 727 if ((codec->flags & AC97_DEFAULT_POWER_OFF) == 0) { in ac97_probe_codec()
|
/linux-2.6.39/sound/pci/ac97/ |
D | ac97_codec.c | 189 { 0x574d4c13, 0xffffffff, "WM9713,WM9714", patch_wolfson13, NULL, AC97_DEFAULT_POWER_OFF}, 2067 if (pid && (pid->flags & AC97_DEFAULT_POWER_OFF)) in snd_ac97_mixer() 2143 if (! (ac97->flags & AC97_DEFAULT_POWER_OFF)) { in snd_ac97_mixer() 2541 if (! (ac97->flags & AC97_DEFAULT_POWER_OFF)) { in snd_ac97_resume()
|