Re: [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id

2021-11-24 Thread Dmitry Osipenko
23.11.2021 01:21, Arnd Bergmann пишет: > From: Arnd Bergmann > > The DMA resource is never set up anywhere, and passing this as slave_id > has not been the proper procedure in a long time. > > As a preparation for removing all slave_id references from the ALSA code, > remove this one. > > Accor

Re: [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id

2021-11-24 Thread Dmitry Osipenko
24.11.2021 19:47, Arnd Bergmann пишет: > On Wed, Nov 24, 2021 at 5:32 PM Dmitry Osipenko wrote: >> 23.11.2021 01:21, Arnd Bergmann пишет: >> >> The commit message is correct, however you could remove even more code >> here. But there is no need to make a v3 just because this patch because >> I alr

Re: [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id

2021-11-24 Thread Arnd Bergmann
On Wed, Nov 24, 2021 at 5:32 PM Dmitry Osipenko wrote: > 23.11.2021 01:21, Arnd Bergmann пишет: > > The commit message is correct, however you could remove even more code > here. But there is no need to make a v3 just because this patch because > I already prepared patchset that revives this S/PDI

Re: [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id

2021-11-24 Thread Dmitry Osipenko
23.11.2021 01:21, Arnd Bergmann пишет: > From: Arnd Bergmann > > The DMA resource is never set up anywhere, and passing this as slave_id > has not been the proper procedure in a long time. > > As a preparation for removing all slave_id references from the ALSA code, > remove this one. > > Accor

[PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id

2021-11-22 Thread Arnd Bergmann
From: Arnd Bergmann The DMA resource is never set up anywhere, and passing this as slave_id has not been the proper procedure in a long time. As a preparation for removing all slave_id references from the ALSA code, remove this one. According to Dmitry Osipenko, this driver has never been used