On Wed, 2011-03-09 at 13:47 +0200, Jarkko Nikula wrote:
On Wed, 9 Mar 2011 11:34:12 +0000 Mark Brown broonie@opensource.wolfsonmicro.com wrote:
We're not only prefixing all controls, we're also prefixing the widget names in the runtime data. This causes us to add the prefix twice - once when using the widget name to generate the control name and once when adding the control.
Really we shouldn't be prefixing the widget names at all, the matching code should be handing this as we always know which DAPM context a widget came from and always display the widget name in terms of a DAPM context. However, we're quite close to the merge window and that's relatively invasive.
Signed-off-by: Mark Brown broonie@opensource.wolfsonmicro.com
sound/soc/soc-dapm.c | 29 ++++++++++++++++++++++++++--- 1 files changed, 26 insertions(+), 3 deletions(-)
No problem anymore on N900.
Acked-by: Jarkko Nikula jhnikula@gmail.com
Acked-by: Liam Girdwood lrg@ti.com