Re: [33/46] powerpc/configs: Update for CONFIG_SND changes

2017-09-20 Thread Michael Ellerman
On Wed, 2017-08-23 at 05:37:53 UTC, Michael Ellerman wrote: > Commit eb3b705aaed9 ("ALSA: Make CONFIG_SND_OSSEMUL user-selectable") > means we need to set CONFIG_SND_OSSEMUL in our configs, otherwise we > lose some of the SND symbols. > > And commit 0181307abc1d ("ALSA: seq: Reorganize kconfig and

[PATCH 33/46] powerpc/configs: Update for CONFIG_SND changes

2017-08-22 Thread Michael Ellerman
Commit eb3b705aaed9 ("ALSA: Make CONFIG_SND_OSSEMUL user-selectable") means we need to set CONFIG_SND_OSSEMUL in our configs, otherwise we lose some of the SND symbols. And commit 0181307abc1d ("ALSA: seq: Reorganize kconfig and build") reorganised things, which causes the churn. Signed-off-by: M