Searched refs:AC97_ALC650_MULTICH (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_patch.c | 2541 snd_ac97_update_bits(ac97, AC97_ALC650_MULTICH, 1 << 9, in alc650_update_jacks() 2549 snd_ac97_update_bits(ac97, AC97_ALC650_MULTICH, 1 << 10, in alc650_update_jacks() 2572 AC97_SINGLE("Duplicate Front", AC97_ALC650_MULTICH, 0, 1, 0), 2573 AC97_SINGLE("Surround Down Mix", AC97_ALC650_MULTICH, 1, 1, 0), 2679 snd_ac97_write_cache(ac97, AC97_ALC650_MULTICH, 0); in patch_alc650() 2700 ac97_update_bits_page(ac97, AC97_ALC650_MULTICH, 1 << 9, in alc655_update_jacks() 2707 ac97_update_bits_page(ac97, AC97_ALC650_MULTICH, 1 << 10, in alc655_update_jacks() 2738 val = ac97->regs[AC97_ALC650_MULTICH]; in alc655_iec958_route_get() 2750 return ac97_update_bits_page(ac97, AC97_ALC650_MULTICH, 3 << 12, in alc655_iec958_route_put() 2829 snd_ac97_write_cache(ac97, AC97_ALC650_MULTICH, 1<<15); in patch_alc655() [all …]
|
/openbmc/linux/include/sound/ |
H A D | ac97_codec.h | 96 #define AC97_ALC650_MULTICH 0x6a macro
|