commit | dcf0fa27a56025793a700e81edd261ee3369e294 | [log] [tgz] |
---|---|---|
author | Jean-Francois Moine <moinejf@free.fr> | Fri Jan 03 09:19:18 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Tue Jan 07 17:11:07 2014 +0000 |
tree | b0a89e76e8a308ac9ef8efe27ec767d97c0b4a39 | |
parent | 002220a90db8ab9a6313887934dec25b54404cbd [diff] |
ASoC: pcm: Fix lack of platform bespoke_trigger() call When the platform driver has no ops, the platform function bespoke_trigger() is no more called. The problem was introduced by the commit c5914b0aaea6494aaa9e415cbd32f8b7eb604af0 "ASoC: pcm: Check for ops before deferencing them" Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mark Brown <broonie@linaro.org>