Home
last modified time | relevance | path

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

/linux/sound/ac97/
H A Dbus.c60 ac97_codec_find(struct ac97_controller *ac97_ctrl, unsigned int codec_num) in ac97_codec_find() argument
65 return ac97_ctrl->codecs[codec_num]; in ac97_codec_find()
69 ac97_of_get_child_device(struct ac97_controller *ac97_ctrl, int idx, in ac97_of_get_child_device() argument
79 for_each_child_of_node(ac97_ctrl->parent->of_node, node) { in ac97_of_get_child_device()
92 struct ac97_controller *ac97_ctrl; in ac97_codec_release() local
95 ac97_ctrl = adev->ac97_ctrl; in ac97_codec_release()
96 ac97_ctrl->codecs[adev->num] = NULL; in ac97_codec_release()
101 static int ac97_codec_add(struct ac97_controller *ac97_ctrl, int idx, in ac97_codec_add() argument
110 ac97_ctrl->codecs[idx] = codec; in ac97_codec_add()
114 codec->dev.parent = &ac97_ctrl->adap; in ac97_codec_add()
[all …]
H A Dsnd_ac97_compat.c23 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset()
32 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset()
42 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write()
51 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read()
102 struct ac97_controller *actrl = adev->ac97_ctrl; in snd_ac97_reset()
/linux/include/sound/ac97/
H A Dcontroller.h66 void snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl);
78 snd_ac97_controller_unregister(struct ac97_controller *ac97_ctrl) in snd_ac97_controller_unregister() argument
H A Dcodec.h52 struct ac97_controller *ac97_ctrl; member
/linux/sound/pci/trident/
H A Dtrident.h359 unsigned int ac97_ctrl; member