Re: [PATCH] ASoC: soc-core: Prevent warning if no DMI table is present

2021-03-03 Thread Jon Hunter
On 02/03/2021 17:23, Takashi Iwai wrote: > On Tue, 02 Mar 2021 13:49:13 +0100, > Mark Brown wrote: >> >> On Tue, Mar 02, 2021 at 09:27:12AM +, Jon Hunter wrote: >>> Many systems do not provide a DMI table and on these systems a warning, >>> such as the following, is printed on boot ... >>>

Re: [PATCH] ASoC: soc-core: Prevent warning if no DMI table is present

2021-03-02 Thread Takashi Iwai
On Tue, 02 Mar 2021 13:49:13 +0100, Mark Brown wrote: > > On Tue, Mar 02, 2021 at 09:27:12AM +, Jon Hunter wrote: > > Many systems do not provide a DMI table and on these systems a warning, > > such as the following, is printed on boot ... > > > > WARNING KERN tegra-audio-graph-card sound:

Re: [PATCH] ASoC: soc-core: Prevent warning if no DMI table is present

2021-03-02 Thread Mark Brown
On Tue, Mar 02, 2021 at 09:27:12AM +, Jon Hunter wrote: > Many systems do not provide a DMI table and on these systems a warning, > such as the following, is printed on boot ... > > WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! > > If DMI support is enabled in the

[PATCH] ASoC: soc-core: Prevent warning if no DMI table is present

2021-03-02 Thread Jon Hunter
Many systems do not provide a DMI table and on these systems a warning, such as the following, is printed on boot ... WARNING KERN tegra-audio-graph-card sound: ASoC: no DMI vendor name! If DMI support is enabled in the kernel, there is no simple way to detect if a DMI table is table or not.