Merge branch 'asoc-4.19' into asoc-4.20 Cirrus conflict

This commit is contained in:
Mark Brown
2018-09-10 18:55:12 +01:00
5 zmienionych plików z 40 dodań i 3 usunięć

Wyświetl plik

@@ -241,6 +241,10 @@ static int rsnd_dmaen_attach(struct rsnd_dai_stream *io,
/* try to get DMAEngine channel */
chan = rsnd_dmaen_request_channel(io, mod_from, mod_to);
if (IS_ERR_OR_NULL(chan)) {
/* Let's follow when -EPROBE_DEFER case */
if (PTR_ERR(chan) == -EPROBE_DEFER)
return PTR_ERR(chan);
/*
* DMA failed. try to PIO mode
* see