Searched refs:ac97_update_bits_page (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/sound/pci/ac97/ |
D | ac97_patch.c | 55 static int ac97_update_bits_page(struct snd_ac97 *ac97, unsigned short reg, unsigned short mask, un… in ac97_update_bits_page() function 1118 return ac97_update_bits_page(ac97, AC97_SIGMATEL_OUTSEL, in snd_ac97_stac9758_output_jack_put() 1147 return ac97_update_bits_page(ac97, AC97_SIGMATEL_INSEL, 7 << shift, in snd_ac97_stac9758_input_jack_put() 1172 return ac97_update_bits_page(ac97, AC97_SIGMATEL_IOMISC, 3, in snd_ac97_stac9758_phonesel_put() 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() 2750 return ac97_update_bits_page(ac97, AC97_ALC650_MULTICH, 3 << 12, in alc655_iec958_route_put() 3743 return ac97_update_bits_page(snd_kcontrol_chip(kcontrol), 0x60, in snd_ac97_vt1618_UAJ_put()
|