Home
last modified time | relevance | path

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

/linux-4.4.14/sound/hda/
Dhdac_sysfs.c111 struct widget_attribute *wid_attr = in widget_attr_show() local
116 if (!wid_attr->show) in widget_attr_show()
121 return wid_attr->show(codec, nid, wid_attr, buf); in widget_attr_show()
127 struct widget_attribute *wid_attr = in widget_attr_store() local
132 if (!wid_attr->store) in widget_attr_store()
137 return wid_attr->store(codec, nid, wid_attr, buf, count); in widget_attr_store()