summaryrefslogtreecommitdiff
path: root/die.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-05die: Rename *_panic_func to *_panic_handlerVadim Kochan1-2/+2
2015-05-04trafgen: Delete rfmon mac80211 device on panicVadim Kochan1-9/+18
2015-04-21netsniff-ng: Delete rfmon mac80211 device in case of panicVadim Kochan1-0/+31
h>committerMark Brown <broonie@kernel.org>2016-08-08 15:57:07 +0100 commit72dce368926167811c10ef094deba524e1ca274f (patch) treedaf30d29021dc5d41af4f370fbc5e05e89f10484 /Documentation parent8799af0d823512c2ce6ba52259dedfebc84793e2 (diff)
ASoC: da7218: Improve driver efficiency with regards to MCLK usage
Currently MCLK remains enabled during bias STANDBY state, and this is not necessary. This patch updates the code to handle enabling and disabling of MCLK, if provided, when moving between STANDBY and PREPARE states, therefore saving power when no active streams present. Signed-off-by: Adam Thomson <Adam.Thomson.Opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')