Home
last modified time | relevance | path

Searched refs:AC97_HANDSET_RATE (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/sound/soc/codecs/
Dwm9713.c201 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0f00, 0x0200); in wm9713_voice_shutdown()
203 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0f00, 0x0f00); in wm9713_voice_shutdown()
824 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0080, 0x0080); in wm9713_set_pll()
867 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0080, 0x0000); in wm9713_set_pll()
909 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0f00, div); in wm9713_set_dai_clkdiv()
912 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0002, div); in wm9713_set_dai_clkdiv()
915 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x0004, div); in wm9713_set_dai_clkdiv()
918 snd_soc_component_update_bits(component, AC97_HANDSET_RATE, 0x7000, div); in wm9713_set_dai_clkdiv()
/linux-6.6.21/include/sound/ac97/
Dregs.h49 #define AC97_HANDSET_RATE 0x44 /* Handset DAC/ADC Rate */ macro
/linux-6.6.21/sound/pci/ac97/
Dac97_proc.c323 val = snd_ac97_read(ac97, AC97_HANDSET_RATE); in snd_ac97_proc_read_main()
Dac97_codec.c2229 snd_ac97_write_cache(ac97, AC97_HANDSET_RATE, 8000); in snd_ac97_mixer()