Loading sound/soc/soc-dapm.c +3 −0 Original line number Diff line number Diff line Loading @@ -981,6 +981,9 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event) case SND_SOC_DAPM_STREAM_RESUME: sys_power = 1; break; case SND_SOC_DAPM_STREAM_STOP: sys_power = !!codec->active; break; case SND_SOC_DAPM_STREAM_SUSPEND: sys_power = 0; break; Loading Loading
sound/soc/soc-dapm.c +3 −0 Original line number Diff line number Diff line Loading @@ -981,6 +981,9 @@ static int dapm_power_widgets(struct snd_soc_dapm_context *dapm, int event) case SND_SOC_DAPM_STREAM_RESUME: sys_power = 1; break; case SND_SOC_DAPM_STREAM_STOP: sys_power = !!codec->active; break; case SND_SOC_DAPM_STREAM_SUSPEND: sys_power = 0; break; Loading