From: Priit Laes <plaes@plaes.org>
To: maxime.ripard@free-electrons.com,
Liam Girdwood <lgirdwood@gmail.com>,
Mark Brown <broonie@kernel.org>
Cc: Emilio Lopez <emilio@elopez.com.ar>,
linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-sunxi@googlegroups.com, alsa-devel@alsa-project.org
Subject: Re: [linux-sunxi] [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec
Date: Tue, 22 Sep 2015 16:26:57 +0300 [thread overview]
Message-ID: <1442928417.6509.12.camel@plaes.org> (raw)
In-Reply-To: <1442064384-23379-1-git-send-email-maxime.ripard@free-electrons.com>
On Sat, 2015-09-12 at 15:26 +0200, Maxime Ripard wrote:
> Hi everyone,
>
> This patch set adds the support for what Allwinner calls the codec on
> their SoCs.
>
> This codec is actually a combination of a codec and DAI, tied
> together
> in a single memory-mapped IP. It is completely standalone, and
> outputs
> directly the analog signal.
>
> While it supports both playback and capture, the capture is not
> implemented in this patch, and will be posted eventually as a
> separate
> one.
>
> This set, in order to be functional, has a dependency on the audio
> clocks patch set posted separately. However, it doesn't needs this to
> compile properly, so I guess it can be merged without really caring
> for the merging status of the clock patches.
It works on Gemei G9 tablet which has also extra chip that
automatically switches output over from internal speakers to headphones
when connector is inserted.
Now I noticed some weird things:
When I have all the switches as ON in alsamixer, and I start disabling
them, I get following weird results.
Left Mixer Left - LML
Right Mixer Left - LMR
Right Mixer Right - RMR
Very faint output:
LML - ON
RML - Mute
RMR - ON
Output works fully:
LML - Mute
RML - Mute
RMR - Mute
When I Mute Pre-Amplifier and fiddle any of LML, RML or RMR, the output
stays mute even after setting Pre-Amplifier Mute back on:
1. All switches on
2. Mute pre-amplifier
3. Mute RMR
4. Pre-Amilifier Mute Off
.. Music stays off
5. Toggle Pre-Amplifier twice - output turns on
And also following in dmesg:
sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
sun4i-codec 1c22c00.codec: ASoC: no sink widget found for Headphone Jack
sun4i-codec 1c22c00.codec: ASoC: Failed to add route HP Left -> direct -> Headphone Jack
sun4i-codec 1c22c00.codec: ASoC: no sink widget found for Headphone Jack
sun4i-codec 1c22c00.codec: ASoC: Failed to add route HP Right -> direct -> Headphone Jack
With following patch to DTS:
+&codec {
+ routing = "Headphone Jack", "HP Left",
+ "Headphone Jack", "HP Right";
+ status = "okay";
+};
>
> Let me know what you think,
> Maxime
>
> Emilio López (1):
> ASoC: sunxi: add support for the on-chip codec on early Allwinner
> SoCs
>
> Maxime Ripard (1):
> Documentation: bindings: Add the Allwinner A10 codec bindings
>
> .../devicetree/bindings/sound/sun4i-codec.txt | 33 +
> sound/soc/Kconfig | 1 +
> sound/soc/Makefile | 1 +
> sound/soc/sunxi/Kconfig | 11 +
> sound/soc/sunxi/Makefile | 2 +
> sound/soc/sunxi/sun4i-codec.c | 720
> +++++++++++++++++++++
> 6 files changed, 767 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/sound/sun4i-
> codec.txt
> create mode 100644 sound/soc/sunxi/Kconfig
> create mode 100644 sound/soc/sunxi/Makefile
> create mode 100644 sound/soc/sunxi/sun4i-codec.c
>
> --
> 2.5.1
>
next prev parent reply other threads:[~2015-09-22 13:33 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-12 13:26 [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec Maxime Ripard
2015-09-12 13:26 ` [PATCH 1/2] Documentation: bindings: Add the Allwinner A10 codec bindings Maxime Ripard
2015-09-16 17:33 ` Mark Brown
2015-09-12 13:26 ` [PATCH 2/2] ASoC: sunxi: add support for the on-chip codec on early Allwinner SoCs Maxime Ripard
2015-09-16 19:16 ` Mark Brown
2015-09-17 13:31 ` Maxime Ripard
2015-09-17 15:10 ` [linux-sunxi] " Chen-Yu Tsai
2015-09-17 17:37 ` Mark Brown
2015-09-22 13:26 ` Priit Laes [this message]
2015-09-28 7:42 ` [linux-sunxi] [PATCH 0/2] ASoC: Add support for the Allwinner A10 codec Maxime Ripard
2015-09-29 8:37 ` Chen-Yu Tsai
2015-09-29 21:13 ` Hans de Goede
2015-09-30 17:33 ` Mark Brown
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=1442928417.6509.12.camel@plaes.org \
--to=plaes@plaes.org \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=emilio@elopez.com.ar \
--cc=lgirdwood@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-sunxi@googlegroups.com \
--cc=maxime.ripard@free-electrons.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