Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2018-01-02 Thread Pavel Machek
Hi! > > > > > > pavel@amd:~$ > > > > > > > > > > > > Again, mplayer has problems, mpg123 works. This time mplayer started > > > > > > playing video (w/o sound) after long delay. > > > > > > > > > > > > Uh. huh. And now problems appeared in mpg123, too, and then went > > > > > > away > > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2018-01-02 Thread Pavel Machek
Hi! > > > > > > pavel@amd:~$ > > > > > > > > > > > > Again, mplayer has problems, mpg123 works. This time mplayer started > > > > > > playing video (w/o sound) after long delay. > > > > > > > > > > > > Uh. huh. And now problems appeared in mpg123, too, and then went > > > > > > away > > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-28 Thread vcaputo
On Thu, Dec 28, 2017 at 11:41:45AM +0100, Thomas Gleixner wrote: > On Sun, 24 Dec 2017, vcap...@pengaru.com wrote: > > On Sat, Dec 23, 2017 at 09:33:37PM +0100, Thomas Gleixner wrote: > > > > It seems like the affinity changes are assuming a strict adherence to > > > > the CPU mask when the

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-28 Thread vcaputo
On Thu, Dec 28, 2017 at 11:41:45AM +0100, Thomas Gleixner wrote: > On Sun, 24 Dec 2017, vcap...@pengaru.com wrote: > > On Sat, Dec 23, 2017 at 09:33:37PM +0100, Thomas Gleixner wrote: > > > > It seems like the affinity changes are assuming a strict adherence to > > > > the CPU mask when the

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-28 Thread Thomas Gleixner
On Sun, 24 Dec 2017, vcap...@pengaru.com wrote: > On Sat, Dec 23, 2017 at 09:33:37PM +0100, Thomas Gleixner wrote: > > > It seems like the affinity changes are assuming a strict adherence to > > > the CPU mask when the underlying hardware is treating it more as a hint. > > > Perhaps handlers still

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-28 Thread Thomas Gleixner
On Sun, 24 Dec 2017, vcap...@pengaru.com wrote: > On Sat, Dec 23, 2017 at 09:33:37PM +0100, Thomas Gleixner wrote: > > > It seems like the affinity changes are assuming a strict adherence to > > > the CPU mask when the underlying hardware is treating it more as a hint. > > > Perhaps handlers still

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-25 Thread Pavel Machek
Hi! > It's this allocation domain mask hook which has been bypassed by the > offending commit. The existing approach is more robust in the face of > relaxed adherence to destination cpumasks since it's all-inclusive, > whereas the new code is exclusive to a specific cpu. > > Is it possible what

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-25 Thread Pavel Machek
Hi! > It's this allocation domain mask hook which has been bypassed by the > offending commit. The existing approach is more robust in the face of > relaxed adherence to destination cpumasks since it's all-inclusive, > whereas the new code is exclusive to a specific cpu. > > Is it possible what

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-25 Thread Pavel Machek
Hi! > > > > > > > It happened first in -next, now it is in 4.15-rc1. > > > > > > > > > > > > So you meant a possible regression between 4.14 and 4.15-rc1? > > > > > > > > > > Yes. > > > > > > > > Hm, as far as I see, the only significant difference is the commit > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-25 Thread Pavel Machek
Hi! > > > > > > > It happened first in -next, now it is in 4.15-rc1. > > > > > > > > > > > > So you meant a possible regression between 4.14 and 4.15-rc1? > > > > > > > > > > Yes. > > > > > > > > Hm, as far as I see, the only significant difference is the commit > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-24 Thread vcaputo
On Sat, Dec 23, 2017 at 09:33:37PM +0100, Thomas Gleixner wrote: > On Sat, 23 Dec 2017, vcap...@pengaru.com wrote: > > On Fri, Dec 22, 2017 at 09:37:01PM -0800, vcap...@pengaru.com wrote: > > Added the following instrumentation: > > > > diff --git a/arch/x86/kernel/apic/vector.c

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-24 Thread vcaputo
On Sat, Dec 23, 2017 at 09:33:37PM +0100, Thomas Gleixner wrote: > On Sat, 23 Dec 2017, vcap...@pengaru.com wrote: > > On Fri, Dec 22, 2017 at 09:37:01PM -0800, vcap...@pengaru.com wrote: > > Added the following instrumentation: > > > > diff --git a/arch/x86/kernel/apic/vector.c

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-23 Thread Thomas Gleixner
On Sat, 23 Dec 2017, vcap...@pengaru.com wrote: > On Fri, Dec 22, 2017 at 09:37:01PM -0800, vcap...@pengaru.com wrote: > Added the following instrumentation: > > diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c > index 93edc2236282..7034eda4d494 100644 > ---

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-23 Thread Thomas Gleixner
On Sat, 23 Dec 2017, vcap...@pengaru.com wrote: > On Fri, Dec 22, 2017 at 09:37:01PM -0800, vcap...@pengaru.com wrote: > Added the following instrumentation: > > diff --git a/arch/x86/kernel/apic/vector.c b/arch/x86/kernel/apic/vector.c > index 93edc2236282..7034eda4d494 100644 > ---

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-23 Thread vcaputo
On Fri, Dec 22, 2017 at 09:37:01PM -0800, vcap...@pengaru.com wrote: > On Wed, Dec 20, 2017 at 01:33:45AM +0100, Thomas Gleixner wrote: > > On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > > > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > > > You forgot to mention commit id

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-23 Thread vcaputo
On Fri, Dec 22, 2017 at 09:37:01PM -0800, vcap...@pengaru.com wrote: > On Wed, Dec 20, 2017 at 01:33:45AM +0100, Thomas Gleixner wrote: > > On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > > > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > > > You forgot to mention commit id

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-22 Thread vcaputo
On Wed, Dec 20, 2017 at 01:33:45AM +0100, Thomas Gleixner wrote: > On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > > You forgot to mention commit id :-). > > > > > > > That is very strange, anyhow: > > > > commit

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-22 Thread vcaputo
On Wed, Dec 20, 2017 at 01:33:45AM +0100, Thomas Gleixner wrote: > On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > > You forgot to mention commit id :-). > > > > > > > That is very strange, anyhow: > > > > commit

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread vcaputo
On Wed, Dec 20, 2017 at 01:33:45AM +0100, Thomas Gleixner wrote: > On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > > You forgot to mention commit id :-). > > > > > > > That is very strange, anyhow: > > > > commit

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread vcaputo
On Wed, Dec 20, 2017 at 01:33:45AM +0100, Thomas Gleixner wrote: > On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > > You forgot to mention commit id :-). > > > > > > > That is very strange, anyhow: > > > > commit

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread Thomas Gleixner
On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > You forgot to mention commit id :-). > > > > That is very strange, anyhow: > > commit fdba46ffb4c203b6e6794163493fd310f98bb4be > Author: Thomas Gleixner >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread Thomas Gleixner
On Tue, 19 Dec 2017, vcap...@pengaru.com wrote: > On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > > You forgot to mention commit id :-). > > > > That is very strange, anyhow: > > commit fdba46ffb4c203b6e6794163493fd310f98bb4be > Author: Thomas Gleixner > Date: Wed Sep 13

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread vcaputo
On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > Hi! > > > > > > > > > > > > Reappeared, 4.15-rc1. > > > > > > > > > > > > > > > > > > > > > > [ 40.473822] PM: suspend exit > > > > > > > > > > > [ 40.526027] sdhci-pci :15:00.2: Will use DMA mode > > > > > > > > > > > even

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread vcaputo
On Wed, Dec 20, 2017 at 12:22:12AM +0100, Pavel Machek wrote: > Hi! > > > > > > > > > > > > Reappeared, 4.15-rc1. > > > > > > > > > > > > > > > > > > > > > > [ 40.473822] PM: suspend exit > > > > > > > > > > > [ 40.526027] sdhci-pci :15:00.2: Will use DMA mode > > > > > > > > > > > even

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread Pavel Machek
Hi! > > > > > > > > > > Reappeared, 4.15-rc1. > > > > > > > > > > > > > > > > > > > > [ 40.473822] PM: suspend exit > > > > > > > > > > [ 40.526027] sdhci-pci :15:00.2: Will use DMA mode > > > > > > > > > > even though > > > > > > > > > > HW doesn't fully claim to support it. > > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread Pavel Machek
Hi! > > > > > > > > > > Reappeared, 4.15-rc1. > > > > > > > > > > > > > > > > > > > > [ 40.473822] PM: suspend exit > > > > > > > > > > [ 40.526027] sdhci-pci :15:00.2: Will use DMA mode > > > > > > > > > > even though > > > > > > > > > > HW doesn't fully claim to support it. > > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread vcaputo
On Mon, Dec 18, 2017 at 08:54:15PM -0800, vcap...@pengaru.com wrote: > On Mon, Dec 18, 2017 at 06:06:58PM -0800, vcap...@pengaru.com wrote: > > On Thu, Dec 14, 2017 at 10:57:30AM +0100, Pavel Machek wrote: > > > On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > > > > On Mon, 27 Nov 2017 19:44:12

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-19 Thread vcaputo
On Mon, Dec 18, 2017 at 08:54:15PM -0800, vcap...@pengaru.com wrote: > On Mon, Dec 18, 2017 at 06:06:58PM -0800, vcap...@pengaru.com wrote: > > On Thu, Dec 14, 2017 at 10:57:30AM +0100, Pavel Machek wrote: > > > On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > > > > On Mon, 27 Nov 2017 19:44:12

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-18 Thread vcaputo
On Mon, Dec 18, 2017 at 06:06:58PM -0800, vcap...@pengaru.com wrote: > On Thu, Dec 14, 2017 at 10:57:30AM +0100, Pavel Machek wrote: > > On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > > > On Mon, 27 Nov 2017 19:44:12 +0100, > > > Pavel Machek wrote: > > > > > > > > On Mon 2017-11-27 19:35:32,

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-18 Thread vcaputo
On Mon, Dec 18, 2017 at 06:06:58PM -0800, vcap...@pengaru.com wrote: > On Thu, Dec 14, 2017 at 10:57:30AM +0100, Pavel Machek wrote: > > On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > > > On Mon, 27 Nov 2017 19:44:12 +0100, > > > Pavel Machek wrote: > > > > > > > > On Mon 2017-11-27 19:35:32,

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-18 Thread vcaputo
On Thu, Dec 14, 2017 at 10:57:30AM +0100, Pavel Machek wrote: > On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > > On Mon, 27 Nov 2017 19:44:12 +0100, > > Pavel Machek wrote: > > > > > > On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > > > > On Mon, 27 Nov 2017 19:31:51 +0100, > > > > Pavel

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-18 Thread vcaputo
On Thu, Dec 14, 2017 at 10:57:30AM +0100, Pavel Machek wrote: > On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > > On Mon, 27 Nov 2017 19:44:12 +0100, > > Pavel Machek wrote: > > > > > > On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > > > > On Mon, 27 Nov 2017 19:31:51 +0100, > > > > Pavel

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-14 Thread Pavel Machek
On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > On Mon, 27 Nov 2017 19:44:12 +0100, > Pavel Machek wrote: > > > > On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > > > On Mon, 27 Nov 2017 19:31:51 +0100, > > > Pavel Machek wrote: > > > > > > > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote:

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-12-14 Thread Pavel Machek
On Tue 2017-11-28 08:00:20, Takashi Iwai wrote: > On Mon, 27 Nov 2017 19:44:12 +0100, > Pavel Machek wrote: > > > > On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > > > On Mon, 27 Nov 2017 19:31:51 +0100, > > > Pavel Machek wrote: > > > > > > > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote:

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Takashi Iwai
On Mon, 27 Nov 2017 19:44:12 +0100, Pavel Machek wrote: > > On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > > On Mon, 27 Nov 2017 19:31:51 +0100, > > Pavel Machek wrote: > > > > > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > > > > On Mon, 27 Nov 2017 17:30:11 +0100, > > > > Pavel Machek

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Takashi Iwai
On Mon, 27 Nov 2017 19:44:12 +0100, Pavel Machek wrote: > > On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > > On Mon, 27 Nov 2017 19:31:51 +0100, > > Pavel Machek wrote: > > > > > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > > > > On Mon, 27 Nov 2017 17:30:11 +0100, > > > > Pavel Machek

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Pavel Machek
On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > On Mon, 27 Nov 2017 19:31:51 +0100, > Pavel Machek wrote: > > > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > > > On Mon, 27 Nov 2017 17:30:11 +0100, > > > Pavel Machek wrote: > > > > > > > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote:

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Pavel Machek
On Mon 2017-11-27 19:35:32, Takashi Iwai wrote: > On Mon, 27 Nov 2017 19:31:51 +0100, > Pavel Machek wrote: > > > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > > > On Mon, 27 Nov 2017 17:30:11 +0100, > > > Pavel Machek wrote: > > > > > > > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote:

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Takashi Iwai
On Mon, 27 Nov 2017 19:31:51 +0100, Pavel Machek wrote: > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > > On Mon, 27 Nov 2017 17:30:11 +0100, > > Pavel Machek wrote: > > > > > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > > > > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Takashi Iwai
On Mon, 27 Nov 2017 19:31:51 +0100, Pavel Machek wrote: > > On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > > On Mon, 27 Nov 2017 17:30:11 +0100, > > Pavel Machek wrote: > > > > > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > > > > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Pavel Machek
On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > On Mon, 27 Nov 2017 17:30:11 +0100, > Pavel Machek wrote: > > > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > > > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > > > On Wed, 15 Nov 2017 11:05:33 +0100, > > > > Pavel Machek wrote: > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Pavel Machek
On Mon 2017-11-27 17:33:28, Takashi Iwai wrote: > On Mon, 27 Nov 2017 17:30:11 +0100, > Pavel Machek wrote: > > > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > > > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > > > On Wed, 15 Nov 2017 11:05:33 +0100, > > > > Pavel Machek wrote: > > > >

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Takashi Iwai
On Mon, 27 Nov 2017 17:30:11 +0100, Pavel Machek wrote: > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > > On Wed, 15 Nov 2017 11:05:33 +0100, > > > Pavel Machek wrote: > > > > > > > > Hi! > > > > > > > > There are some sound problems

Re: thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Takashi Iwai
On Mon, 27 Nov 2017 17:30:11 +0100, Pavel Machek wrote: > > On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > > On Wed, 15 Nov 2017 11:05:33 +0100, > > > Pavel Machek wrote: > > > > > > > > Hi! > > > > > > > > There are some sound problems

thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Pavel Machek
On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > On Wed, 15 Nov 2017 11:05:33 +0100, > > Pavel Machek wrote: > > > > > > Hi! > > > > > > There are some sound problems in 4.14.0-next-20171114: > > > > > > mplayer shows pictures from video, but

thinkpad x60: sound problems in 4.15-rc1 was Re: thinkpad x60: sound problems in 4.14.0-next-20171114

2017-11-27 Thread Pavel Machek
On Wed 2017-11-15 12:11:20, Pavel Machek wrote: > On Wed 2017-11-15 11:43:34, Takashi Iwai wrote: > > On Wed, 15 Nov 2017 11:05:33 +0100, > > Pavel Machek wrote: > > > > > > Hi! > > > > > > There are some sound problems in 4.14.0-next-20171114: > > > > > > mplayer shows pictures from video, but