Home
last modified time | relevance | path

Searched refs:AC97_ALC650_GPIO_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/
H A Dac97_codec.h103 #define AC97_ALC650_GPIO_STATUS 0x78 macro
/linux/sound/pci/ac97/
H A Dac97_patch.c2549 snd_ac97_update_bits(ac97, AC97_ALC650_GPIO_STATUS, 0x100, in alc650_update_jacks()
2656 snd_ac97_write_cache(ac97, AC97_ALC650_GPIO_STATUS, in patch_alc650()
2657 snd_ac97_read(ac97, AC97_ALC650_GPIO_STATUS) | 0x8000); in patch_alc650()
2682 snd_ac97_write_cache(ac97, AC97_ALC650_GPIO_STATUS, in patch_alc650()
2683 (snd_ac97_read(ac97, AC97_ALC650_GPIO_STATUS) | 0x100) & ~0x10); in patch_alc650()