summaryrefslogtreecommitdiff
path: root/link.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18debian: define SPEED_UNKNOWN if missing in linux/ethtool.hJesper Dangaard Brouer1-0/+4
Debian's version of linux/ethtool.h seems to be outdated and does not contain define SPEED_UNKNOWN, fix this by a manual define. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
2013-06-04link: add link management functionsDaniel Borkmann1-0/+18
Same here as usual, break out link functions from xutils. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
f0df7d9abca54468033df8764'>patch) tree56367cfe4845808bff4770a22764bbd6018e8e34 /sound/soc parent6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae (diff)
ASoC: adsp: Use async writes where possible
This will allow a marginal speed improvement when used with a bus that supports async I/O by reducing the amount of context thrashing between writes, allowing the bus to be more fully utilised. Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')