Home
last modified time | relevance | path

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

/linux-6.3-rc2/sound/pci/hda/
A Dhda_bind.c94 if (codec->bus->core.ext_ops) { in hda_codec_driver_probe()
95 if (WARN_ON(!codec->bus->core.ext_ops->hdev_attach)) in hda_codec_driver_probe()
97 return codec->bus->core.ext_ops->hdev_attach(&codec->core); in hda_codec_driver_probe()
155 if (codec->bus->core.ext_ops) { in hda_codec_driver_remove()
156 if (WARN_ON(!codec->bus->core.ext_ops->hdev_detach)) in hda_codec_driver_remove()
158 return codec->bus->core.ext_ops->hdev_detach(&codec->core); in hda_codec_driver_remove()
/linux-6.3-rc2/sound/hda/ext/
A Dhdac_ext_bus.c31 const struct hdac_ext_bus_ops *ext_ops) in snd_hdac_ext_bus_init() argument
39 bus->ext_ops = ext_ops; in snd_hdac_ext_bus_init()
/linux-6.3-rc2/sound/soc/
A Dsoc-topology.c474 const struct snd_soc_tplg_bytes_ext_ops *ext_ops; in soc_tplg_kcontrol_bind_io() local
505 ext_ops = tplg->bytes_ext_ops; in soc_tplg_kcontrol_bind_io()
509 ext_ops[i].id == le32_to_cpu(be->ext_ops.put)) in soc_tplg_kcontrol_bind_io()
510 sbe->put = ext_ops[i].put; in soc_tplg_kcontrol_bind_io()
512 ext_ops[i].id == le32_to_cpu(be->ext_ops.get)) in soc_tplg_kcontrol_bind_io()
513 sbe->get = ext_ops[i].get; in soc_tplg_kcontrol_bind_io()
/linux-6.3-rc2/sound/soc/intel/skylake/
A Dskl.c872 struct hdac_ext_bus_ops *ext_ops = NULL; in skl_create() local
897 ext_ops = snd_soc_hdac_hda_get_ops(); in skl_create()
899 snd_hdac_ext_bus_init(bus, &pci->dev, NULL, ext_ops); in skl_create()
/linux-6.3-rc2/include/sound/
A Dhdaudio_ext.h11 const struct hdac_ext_bus_ops *ext_ops);
A Dhdaudio.h292 const struct hdac_ext_bus_ops *ext_ops; member
/linux-6.3-rc2/include/uapi/sound/
A Dasoc.h444 struct snd_soc_tplg_io_ops ext_ops; member

Completed in 18 milliseconds