On Thu, 2017-08-24 at 07:15 -0400, Tom Rini wrote:
On Thu, Aug 24, 2017 at 10:39:09AM +0300, Andy Shevchenko wrote:
On Wed, 2017-08-23 at 20:05 -0400, Tom Rini wrote:
On Wed, Aug 23, 2017 at 01:39:12PM -0400, Tom Rini wrote:
On Wed, Aug 23, 2017 at 05:29:33PM +0300, Andy Shevchenko wrote:
Are you sure the commit ddc9e69b9dc2 ("ASoC: rt5677: Hide platform data in the module sources") does not fix your issue?
As that's not in master yet I can't tell. Can you give me a pointer to somewhere?
It's in ASoC next at least.
Thanks!
OK, my bad, it has a different hash upstream, but no, that change doesn't fix things as I see the problem on top of Linus' tree. Thanks!
Interesting...
The only bug so far I saw is the following one
https://bugzilla.kernel.org/show_bug.cgi?id=196397
...and above commit fixes it.
Can you place somewhere the bundle of the following:
- Output file (tables.dat) of % acpidump -o tables.dat
https://gist.github.com/trini/b9a9a547e37cb812506a22e18cd2aff5
- Output of % cat /proc/interrupts
https://gist.github.com/trini/39a5d88a5ecb9b71336ff5fe9da7c720
- Output of % lspci -vv -xx
https://gist.github.com/trini/e81ab21909eeaa05ea50dc0596d23c14
- Output of % grep -H 15 /sys/bus/acpi/devices/*/status
https://gist.github.com/trini/698dc284634ad9e1cfbafad8e705de5f
Thanks!
I have checked those files and found that device is in the table and pretty much properly defined ACPI I2C slave.
The change in the driver you referred to makes the change to modalias.
Thus, I'm suspecting that your user space helper either has some hard coded values for previous case, or just broken.
Can you also check is the codec module loaded (lsmod) and, if it's not, load it manually and check if sound works again.
P.S. In any case you need the patch mentioned in bug #196397