linux icon indicating copy to clipboard operation
linux copied to clipboard

the sys virtual fs does not report a default quirk for snd_soc_sof_es8336, but only overriden

Open nnseva opened this issue 2 years ago • 4 comments

After (almost) successful binary drivers installation, the /sys/module/snd_soc_sof_es8336/parameters/quirk reports only overridden quirk value, not the default one. When the override is not set, the /sys/module/snd_soc_sof_es8336/parameters/quirk reports -1 on my host.

The default value itself is reported in the dmesg log. If overloaded, it is said like this:

[ 5.048328] sof-essx8336 sof-essx8336: Overriding quirk 0x1a0 => 0x120

Please fix the doc (or the code) https://thesofproject.github.io/latest/getting_started/intel_debug/suggestions.html#es8336-support.

This ticket has been branched from #4397 by request of developers. You can see there all details, and detailed dmesg reports with and without an overwritten quirk, for the debug switched on.

nnseva avatar Jun 09 '23 12:06 nnseva

We're not going to try to fix this @nnseva, we are swamped with way too many issues that are all root-caused to the codec driver. This is not an SOF problem.

I'll leave this issue open but no one on the SOF side will work on this.

plbossart avatar Jun 09 '23 14:06 plbossart

You could fix your SOF-specific doc IMHO, although it's a minor issue anyway.

nnseva avatar Jun 09 '23 14:06 nnseva

@nnseva could you submit a pull request to https://github.com/thesofproject/sof-docs ?

marc-hb avatar Sep 25 '23 02:09 marc-hb

@marc-hb https://github.com/thesofproject/sof-docs/pull/477

nnseva avatar Sep 25 '23 08:09 nnseva