summaryrefslogtreecommitdiff
path: root/ether.conf
AgeCommit message (Collapse)AuthorFilesLines
2013-05-05misc: move file to source rootDaniel Borkmann1-0/+291
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
tr>authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>2016-04-06 11:21:54 +0100 committerMark Brown <broonie@kernel.org>2016-04-06 10:15:21 -0700 commit5847609edb3c80be07e897e449a9bb579a0fe9d8 (patch) treebd22f1b0a2c93483d5d4278e6a09b4e15cabb7bb parent9771b18a0b374b6e6ecfa84c8b59d5ef79e969b1 (diff)
ASoC: wm_adsp: Improve DSP error handling
If we encounter an error on the DSP side whilst user-space is waiting on the poll we should call snd_compr_fragment_elapsed, although data is not actually available we want to wake user-space such that the error can be propagated out quickly. Additionally some versions of the DSP firmware are not super consistent about actually generating an IRQ if they encounter an error, as such we will check the DSP error status every time we run out of available data as well, to ensure we catch it. Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat