commit | 6e30b2e68281ff0258140a1414bc8c975d0ba333 | [log] [tgz] |
---|---|---|
author | Liam Girdwood <lrg@ti.com> | Fri Jun 03 18:13:02 2011 +0100 |
committer | Sebastien Guiriec <s-guiriec@ti.com> | Sun Jul 24 21:32:06 2011 +0200 |
tree | 6e48cff5ed380ff8bede1de13de64593f30e65d5 | |
parent | 767dfac7a5c5b6276fbab5183aeaf5e658ae9d9c [diff] [blame] |
ASoC: core - improve probe/remove ordering To be SQUASHED Signed-off-by: Liam Girdwood <lrg@ti.com>
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index 3082c4e..bda171e 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h
@@ -213,8 +213,8 @@ unsigned int symmetric_rates:1; /* probe ordering - for components with runtime dependencies */ - bool late_probe; - bool early_remove; + int probe_order; + int remove_order; }; /*