Searched refs:AC97_ALC650_CLOCK (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/sound/ |
D | ac97_codec.h | 356 #define AC97_ALC650_CLOCK 0x7a macro
|
/linux-4.1.27/sound/pci/ac97/ |
D | ac97_patch.c | 2529 snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12, in alc650_update_jacks() 2576 AC97_SINGLE("IEC958 Input Clock Enable", AC97_ALC650_CLOCK, 0, 1, 0), 2577 AC97_SINGLE("IEC958 Input Pin Enable", AC97_ALC650_CLOCK, 1, 1, 0), 2644 val = snd_ac97_read(ac97, AC97_ALC650_CLOCK); in patch_alc650() 2653 snd_ac97_write_cache(ac97, AC97_ALC650_CLOCK, val); in patch_alc650() 2686 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 | 2746 AC97_SINGLE("Jack Detect", AC97_ALC650_CLOCK, 5, 1, 0);
|