linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pavel Machek <pavel@ucw.cz>
To: "Pali Rohár" <pali.rohar@gmail.com>
Cc: sre@kernel.org, kernel list <linux-kernel@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	linux-omap@vger.kernel.org, tony@atomide.com, khilman@kernel.org,
	aaro.koskinen@iki.fi, ivo.g.dimitrov.75@gmail.com,
	patrikbachan@gmail.com, serge@hallyn.com, abcloriens@gmail.com,
	peter.ujfalusi@ti.com, jarkko.nikula@bitmer.com,
	alsa-devel@alsa-project.org, helen.koike@collabora.co.uk,
	lars@metafoo.de, broonie@kernel.org
Subject: Re: Nokia N900: mixers changed between 4.9 and 4.10-rc3, no longer can use in-call speaker
Date: Sun, 15 Jan 2017 11:05:33 +0100	[thread overview]
Message-ID: <20170115100533.GA15816@amd> (raw)
In-Reply-To: <201701150100.54214@pali>

[-- Attachment #1: Type: text/plain, Size: 2398 bytes --]

Hi!

> > Both are based on v4.7-rc1. v4.6 worked ok for me.
> > 
> > Lets test mini-v4.7: in-call speaker works ok there, and no alsactl
> > warnings.
> > 
> > mini-v4.7+cb7e62256e99d285e415cf75db67558f0f8bb107+6d2de5ab4328718302
> > c54b20222c6b1a574c3fce
> > 
> > : something seems to be broken there already.
> > 
> > alsactl: set_control:1464: Cannot write control '2:0:0:TPA6130A2
> > Headphone Playback Volume:0' : Remote I/O error
> > 
> > But in-call speakers and wired headset still seems to work.
> > 
> > Lets test mini-v4.9... works ok. I don't even get the remote i/o
> > error. Interesting.
> > 
> > So regression seems to be between v4.9 and v4.10. Any ideas?
> 
> Interesting... seems there are no sound relevant changes after v4.9.
> 
> Looks like there are only three commits after v4.9 for sound/soc which 
> are built for Nokia N900:
> 
> e411b0b5eb9b65257a050eac333d181d6e00e2c6
> e7aa450fe17890e59db7d3c2d8eff5b6b41fc531
> 63c3194b82530bd71fd49db84eb7ab656b8d404a
> 
> Maybe something not related to sound/soc could broke it?

Lets see.

a9042defa29a01cc538b742eab047848e9b5ae14 -- works ok.
ce38207f161513ee3d2bd3860489f07ebe65bc78 --

alsactl: set_control:1328: failed to obtain info for control #229 (No
such file or directory)

and broken in-call speaker. So this merge breaks stuff:

commit ce38207f161513ee3d2bd3860489f07ebe65bc78
Merge: a9042de 995c6a7
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Wed Dec 14 11:14:28 2016 -0800

    Merge tag 'sound-4.10-rc1' of
    git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
...
      Below are some highlights:

      ASoC:
             - support for stereo DAPM controls
	            - some initial work on the of-graph sound card
		           - regmap conversions of the remaining AC'97
      drivers
             - a new version of the topology ABI; this should be
      backward
               compatible
	              - updates / cleanups of rsnd, sunxi, sti,
      nau8825, samsung, arizona,
               Intel skylake, atom-sst
	              - new drivers for Cirrus Logic CS42L42, Qualcomm
      MSM8916-WCD, and
               Realtek RT5665
...

Best regards,
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

  reply	other threads:[~2017-01-15 10:05 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-12 18:18 Nokia N900: mixers changed between 4.6 and 4.10, no longer can use in-call speaker Pavel Machek
2017-01-12 18:34 ` Pali Rohár
2017-01-14 22:56   ` Nokia N900: mixers changed between 4.9 and 4.10-rc3, " Pavel Machek
2017-01-15  0:00     ` Pali Rohár
2017-01-15 10:05       ` Pavel Machek [this message]
2017-01-15 19:08         ` Jarkko Nikula
2017-01-17 13:47           ` Peter Ujfalusi
2017-01-19 18:51             ` Jarkko Nikula
2017-01-20 13:31               ` Nokia N900: microphone mixers Pavel Machek
2017-01-20 13:38                 ` Pali Rohár
2017-01-20 14:00                   ` Pavel Machek
2017-01-20 14:04                     ` Pali Rohár
2017-01-20 19:32                       ` Pavel Machek
2017-01-16 21:15       ` Nokia N900: mixers changed between 4.9 and 4.10-rc3, no longer can use in-call speaker Pavel Machek
2017-01-18 20:44         ` Pavel Machek
2017-01-18 21:55           ` Pavel Machek
2017-01-19  1:17             ` Kuninori Morimoto

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170115100533.GA15816@amd \
    --to=pavel@ucw.cz \
    --cc=aaro.koskinen@iki.fi \
    --cc=abcloriens@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=helen.koike@collabora.co.uk \
    --cc=ivo.g.dimitrov.75@gmail.com \
    --cc=jarkko.nikula@bitmer.com \
    --cc=khilman@kernel.org \
    --cc=lars@metafoo.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=pali.rohar@gmail.com \
    --cc=patrikbachan@gmail.com \
    --cc=peter.ujfalusi@ti.com \
    --cc=serge@hallyn.com \
    --cc=sre@kernel.org \
    --cc=tony@atomide.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).