[alsa-devel] [PATCH 01/19] ASoC: uda1380: Convert to module_i2c_driver()
Takashi Iwai
tiwai at suse.de
Tue Nov 15 08:30:11 CET 2016
On Tue, 15 Nov 2016 07:42:08 +0100,
Kuninori Morimoto wrote:
>
>
> HI Takashi-san
>
> > > config SND_SOC_UDA1380
> > > tristate
> > > + depends on I2C
> >
> > Note that this doesn't help when it's reverse-selected by others.
> >
> > The same is true for an item with a prompt, but the item like this
> > without prompt is supposed to be reverse-selected only, so adding
> > "depends on" there is merely a placeholder.
> >
> > That being said, currently the only way to guarantee the dependency by
> > a reverse-selection is to put the depends-on to the selecting item,
> > not to the selected item.
> >
> > It's a generic problem of the kbuild implementation, and people know
> > of it over a decade. It was discussed in the previous Plumbers
> > conference, and developers agreed to improve the situation, so it may
> > be a bit better in near future.
>
> Hmm.. indeed thanks for your feedback.
> So, should I send v2 patch ? or as-is is OK at this point ?
I leave the decision to Mark, as he'll gather patches, after all :)
We may add more comments either in the code or in the changelog, too.
Takashi
More information about the Alsa-devel
mailing list