Home
last modified time | relevance | path

Searched hist:"28 e5ca73ef9072ed58dbb81cfff6f908be8e3cd4" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/fsl/
H A Dimx-sgtl5000.cdiff 28e5ca73ef9072ed58dbb81cfff6f908be8e3cd4 Thu Jun 20 16:20:49 CDT 2013 Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> ASoC: imx-sgtl5000: return E_PROBE_DEFER if ssi/codec not found

If the ssi or codec drivers are not loaded (for instance, because spi or i2c
bus drivers are not loaded), returning -EINVAL will for people to unload and
then reload the module to get sound working. Returning E_PROBE_DEFER will
mitigate this.

Signed-off-by: Arnaud Patard <arnaud.patard@rtp-net.org>
Signed-off-by: Mark Brown <broonie@linaro.org>