21 Jun
2014
21 Jun
'14
10:50 p.m.
On Fri, Jun 20, 2014 at 03:41:11PM +0100, Charles Keepax wrote:
- case SND_SOC_DAPM_PRE_PMD:
ret = arizona_dvfs_down(arizona, ARIZONA_DVFS_ADSP1_RQ);
if (ret != 0)
dev_warn(codec->dev,
"Failed to lower DVFS: %d\n", ret);
break;
I would expect this to be _POST_PMD since it happens...
- default:
break;
- }
- return wm_adsp2_early_event(w, kcontrol, event);
...before we even give the ADSP event a chance to run meaning the voltage will be ramped down prior to halting the DSP. If there are any connected outputs still live this might result in audible issues as the device goes out of spec briefly prior to being halted and there is some remote chance that it could cause problems on next power up I guess (it did go out of spec after all).