Lines Matching full:layout
31 " no layout-id property is present");
115 int layout, struct resource *res) in i2sbus_get_and_fixup_rsrc() argument
121 /* Machines with layout 76 and 36 (K2 based) have a weird device in i2sbus_get_and_fixup_rsrc()
128 * normal layout in i2sbus_get_and_fixup_rsrc()
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
186 const u32 *id = of_get_property(sound, "layout-id", NULL); in i2sbus_add_dev()
189 layout = *id; in i2sbus_add_dev()
191 "sound-layout-%d", layout); in i2sbus_add_dev()
204 layout = -1; in i2sbus_add_dev()
208 /* for the time being, until we can handle non-layout-id in i2sbus_add_dev()
210 * layout-id property or we haven't been forced to attach. in i2sbus_add_dev()
211 * When there are two i2s busses and only one has a layout-id, in i2sbus_add_dev()
254 if (i2sbus_get_and_fixup_rsrc(np,i,layout,&dev->resources[i])) in i2sbus_add_dev()