Re: [PATCH] ASoC: soc-core: fix DMI handling

2021-03-12 Thread Jon Hunter
On 10/03/2021 19:39, Pierre-Louis Bossart wrote: > When DMI information is not present, trying to assign the card long > name results in the following warning. > > WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! > > The initial solution suggested was to test if the card dev

Re: [PATCH] ASoC: soc-core: fix DMI handling

2021-03-11 Thread Mark Brown
On Wed, 10 Mar 2021 13:39:27 -0600, Pierre-Louis Bossart wrote: > When DMI information is not present, trying to assign the card long > name results in the following warning. > > WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! > > The initial solution suggested was to test if

Re: [PATCH] ASoC: soc-core: fix DMI handling

2021-03-11 Thread Jean Delvare
On Wed, 10 Mar 2021 13:39:27 -0600, Pierre-Louis Bossart wrote: > When DMI information is not present, trying to assign the card long > name results in the following warning. > > WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! > > The initial solution suggested was to test if

Re: [PATCH] ASoC: soc-core: fix DMI handling

2021-03-10 Thread Takashi Iwai
On Wed, 10 Mar 2021 20:39:27 +0100, Pierre-Louis Bossart wrote: > > When DMI information is not present, trying to assign the card long > name results in the following warning. > > WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! > > The initial solution suggested was to test

[PATCH] ASoC: soc-core: fix DMI handling

2021-03-10 Thread Pierre-Louis Bossart
When DMI information is not present, trying to assign the card long name results in the following warning. WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! The initial solution suggested was to test if the card device is an ACPI one. This causes a regression visible to userspa