Searched refs:layout (Results 1 – 6 of 6) sorted by relevance
/sound/aoa/fabrics/ |
D | layout.c | 62 struct layout { struct 271 static struct layout layouts[] = { 562 static struct layout *find_layout_by_id(unsigned int id) in find_layout_by_id() 564 struct layout *l; in find_layout_by_id() 575 static struct layout *find_layout_by_device(unsigned int id) in find_layout_by_device() 577 struct layout *l; in find_layout_by_device() 588 static void use_layout(struct layout *l) in use_layout() 611 struct layout *layout; member 825 if (!ldev->layout->codecs[i].name) in layout_found_codec() 827 if (strcmp(ldev->layout->codecs[i].name, codec->name) == 0) { in layout_found_codec() [all …]
|
D | Makefile | 2 snd-aoa-fabric-layout-objs += layout.o 4 obj-$(CONFIG_SND_AOA_FABRIC_LAYOUT) += snd-aoa-fabric-layout.o
|
D | Kconfig | 3 tristate "layout-id fabric" 7 This enables the layout-id fabric for the Apple Onboard 9 based on the device-tree's layout-id property.
|
/sound/aoa/soundbus/i2sbus/ |
D | core.c | 115 int layout, struct resource *res) in i2sbus_get_and_fixup_rsrc() argument 130 if (layout != 76 && layout != 36) in i2sbus_get_and_fixup_rsrc() 158 int i, layout = 0, rlen, ok = force; in i2sbus_add_dev() local 189 layout = *id; in i2sbus_add_dev() 191 "sound-layout-%d", layout); in i2sbus_add_dev() 204 layout = -1; in i2sbus_add_dev() 254 if (i2sbus_get_and_fixup_rsrc(np,i,layout,&dev->resources[i])) in i2sbus_add_dev()
|
/sound/x86/ |
D | intel_hdmi_lpe_audio.h | 108 u32 layout:1; /* LAYOUT[01], see below */ member
|
D | intel_hdmi_audio.c | 365 cfg_val.regx.layout = LAYOUT0; in had_init_audio_ctrl() 367 cfg_val.regx.layout = LAYOUT1; in had_init_audio_ctrl()
|