Home
last modified time | relevance | path

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

/sound/aoa/core/
Dcore.c21 static struct aoa_fabric *fabric; variable
32 if (fabric->found_codec) in attach_codec_to_fabric()
33 err = fabric->found_codec(c); in attach_codec_to_fabric()
40 c->fabric = fabric; in attach_codec_to_fabric()
47 c->fabric = NULL; in attach_codec_to_fabric()
48 if (fabric->remove_codec) in attach_codec_to_fabric()
49 fabric->remove_codec(c); in attach_codec_to_fabric()
53 if (fabric->attached_codec) in attach_codec_to_fabric()
54 fabric->attached_codec(c); in attach_codec_to_fabric()
65 if (fabric) in aoa_codec_register()
[all …]
/sound/aoa/
Daoa.h57 struct aoa_fabric *fabric; member
100 aoa_fabric_register(struct aoa_fabric *fabric, struct device *dev);
106 aoa_fabric_unregister(struct aoa_fabric *fabric);
/sound/aoa/fabrics/
DMakefile1 snd-aoa-fabric-layout-objs += layout.o
3 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
DKconfig2 tristate "layout-id fabric"
6 This enables the layout-id fabric for the Apple Onboard
/sound/soc/fsl/
DMakefile38 obj-$(CONFIG_SND_MPC52xx_SOC_PCM030) += pcm030-audio-fabric.o
39 obj-$(CONFIG_SND_MPC52xx_SOC_EFIKA) += efika-audio-fabric.o