Searched refs:AC97_ALC650_CLOCK (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/include/sound/ |
D | ac97_codec.h | 104 #define AC97_ALC650_CLOCK 0x7a macro
|
/linux-6.1.9/sound/pci/ac97/ |
D | ac97_patch.c | 2546 snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12, in alc650_update_jacks() 2593 AC97_SINGLE("IEC958 Input Clock Enable", AC97_ALC650_CLOCK, 0, 1, 0), 2594 AC97_SINGLE("IEC958 Input Pin Enable", AC97_ALC650_CLOCK, 1, 1, 0), 2663 val = snd_ac97_read(ac97, AC97_ALC650_CLOCK); in patch_alc650() 2672 snd_ac97_write_cache(ac97, AC97_ALC650_CLOCK, val); in patch_alc650() 2705 snd_ac97_update_bits(ac97, AC97_ALC650_CLOCK, 1 << 12, in alc655_update_jacks()
|
D | ac97_proc.c | 252 (snd_ac97_read(ac97, AC97_ALC650_CLOCK) & 0x01)) { in snd_ac97_proc_read_main()
|
D | ac97_codec.c | 2811 AC97_SINGLE("Jack Detect", AC97_ALC650_CLOCK, 5, 1, 0);
|