j
k
j a
j l
On Thu, Aug 27, 2015 at 04:31:06PM +0100, Charles Keepax wrote:
switch (event) { case SND_SOC_DAPM_POST_PMU: val = 1 << w->shift; break; case SND_SOC_DAPM_PRE_PMD: val = 1 << (w->shift + 1); default:
val = 1 << w->shift;
break;
val = 1 << (w->shift + 1);
It looks like there's a missing break here.
Attachments:
Back to the thread
Back to the list