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()
159 int i, layout = 0, rlen, ok = force; in i2sbus_add_dev() local
187 const u32 *id = of_get_property(sound, "layout-id", NULL); in i2sbus_add_dev()
190 layout = *id; in i2sbus_add_dev()
192 "sound-layout-%d", layout); in i2sbus_add_dev()
205 layout = -1; in i2sbus_add_dev()
209 /* for the time being, until we can handle non-layout-id in i2sbus_add_dev()
211 * layout-id property or we haven't been forced to attach. in i2sbus_add_dev()
212 * When there are two i2s busses and only one has a layout-id, in i2sbus_add_dev()
255 if (i2sbus_get_and_fixup_rsrc(np,i,layout,&dev->resources[i])) in i2sbus_add_dev()