[alsa-devel] ASoC: Failed to create component debugfs directory
Lars-Peter Clausen
lars at metafoo.de
Tue Feb 20 20:30:17 CET 2018
On 02/20/2018 08:26 PM, Fabio Estevam wrote:
> On Tue, Feb 20, 2018 at 11:24 AM, Lars-Peter Clausen <lars at metafoo.de> wrote:
>
>>> Any ideas why this second debugfs registration is being attempted?
>>
>> One for the DMA, one for the I2S?
>
> but this second debugfs registration only happens in linux-next.
>
> On master it tries to only register once and it succeeds.
>
> On linux-next it succeeds the first time and it fails the second time
> as it tries to register the same debugfs entry.
>
Because on linux-next they are all components now, before one was a
platform, the other a component. So they were created in different
sub-directories. Now they are created in the same sub-directory.
More information about the Alsa-devel
mailing list