Home
last modified time | relevance | path

Searched refs:AC97_PCI_SID (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/base/regmap/
Dregmap-ac97.c45 case AC97_PCI_SID: in regmap_ac97_default_volatile()
/linux-4.4.14/sound/soc/codecs/
Dwm9712.c550 xsle = ac97_read(codec, AC97_PCI_SID); in ac97_aux_prepare()
551 ac97_write(codec, AC97_PCI_SID, xsle | 0x8000); in ac97_aux_prepare()
Dwm9713.c1036 xsle = ac97_read(codec, AC97_PCI_SID); in ac97_aux_prepare()
1037 ac97_write(codec, AC97_PCI_SID, xsle | 0x8000); in ac97_aux_prepare()
/linux-4.4.14/include/sound/
Dac97_codec.h94 #define AC97_PCI_SID 0x64 /* PCI Subsystem ID */ macro
/linux-4.4.14/sound/pci/ac97/
Dac97_proc.c139 snd_ac97_read(ac97, AC97_PCI_SID)); in snd_ac97_proc_read_main()