Searched refs:AC97_ALC650_CLOCK (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/include/sound/ |
D | ac97_codec.h | 356 #define AC97_ALC650_CLOCK 0x7a macro
|
/linux-2.6.39/sound/pci/ac97/ |
D | ac97_patch.c | 2587 snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12, in alc650_update_jacks() 2612 AC97_SINGLE("IEC958 Input Clock Enable", AC97_ALC650_CLOCK, 0, 1, 0), 2613 AC97_SINGLE("IEC958 Input Pin Enable", AC97_ALC650_CLOCK, 1, 1, 0), 2680 val = snd_ac97_read(ac97, AC97_ALC650_CLOCK); in patch_alc650() 2689 snd_ac97_write_cache(ac97, AC97_ALC650_CLOCK, val); in patch_alc650() 2722 snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12, in alc655_update_jacks()
|
D | ac97_proc.c | 267 (snd_ac97_read(ac97, AC97_ALC650_CLOCK) & 0x01)) { in snd_ac97_proc_read_main()
|
D | ac97_codec.c | 2731 AC97_SINGLE("Jack Detect", AC97_ALC650_CLOCK, 5, 1, 0);
|