Home
last modified time | relevance | path

Searched refs:AC97_DEFAULT_POWER_OFF (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/include/linux/
Dac97_codec.h326 #define AC97_DEFAULT_POWER_OFF 4 /* Needs warm reset to power up */ macro
/linux-2.6.39/include/sound/
Dac97_codec.h399 #define AC97_DEFAULT_POWER_OFF (1<<8) /* no RESET write */ macro
/linux-2.6.39/sound/oss/
Dac97_codec.c175 {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/
Dac97_codec.c189 { 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()