Home
last modified time | relevance | path

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

/Linux-v4.19/sound/hda/ext/
Dhdac_ext_bus.c93 const struct hdac_ext_bus_ops *ext_ops) in snd_hdac_ext_bus_init() argument
106 bus->ext_ops = ext_ops; in snd_hdac_ext_bus_init()
/Linux-v4.19/include/sound/
Dhdaudio_ext.h10 const struct hdac_ext_bus_ops *ext_ops);
Dhdaudio.h304 const struct hdac_ext_bus_ops *ext_ops; member
/Linux-v4.19/sound/soc/
Dsoc-topology.c545 const struct snd_soc_tplg_bytes_ext_ops *ext_ops; in soc_tplg_kcontrol_bind_io() local
564 ext_ops = tplg->bytes_ext_ops; in soc_tplg_kcontrol_bind_io()
567 if (!sbe->put && ext_ops[i].id == be->ext_ops.put) in soc_tplg_kcontrol_bind_io()
568 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()
569 if (!sbe->get && ext_ops[i].id == be->ext_ops.get) in soc_tplg_kcontrol_bind_io()
570 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
/Linux-v4.19/include/uapi/sound/
Dasoc.h442 struct snd_soc_tplg_io_ops ext_ops; member