All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Motorola Droid 4 Audio Support
@ 2017-07-07 16:42 ` Sebastian Reichel
  0 siblings, 0 replies; 31+ messages in thread
From: Sebastian Reichel @ 2017-07-07 16:42 UTC (permalink / raw)
  To: Sebastian Reichel, Liam Girdwood, Mark Brown, Rob Herring, Tony Lindgren
  Cc: Jaroslav Kysela, Takashi Iwai, alsa-devel, linux-omap,
	devicetree, linux-kernel, Sebastian Reichel

Hi,

I got working sound on Droid 4 with mainline \o/. The codec is
currently missing support for detecting if something has been
plugged into the 3.5mm connector, since that seems to require
some closed source firmware and needs further investigation. I
think this can be added later.

Tested:
 - Playing via [HiFi] using Speaker, Earpiece, Headphone
 - Playing via [Voice] using Speaker, Earpiece, Headphone
 - Recording via [Voice] using Mic
 - Volume Controls
 - Checking that DAPM graph look correct

-- Sebastian

Sebastian Reichel (3):
  ASoC: codec: cpcap: new codec
  ARM: dts: motorola-cpcap-mapphone: add audio-codec
  ARM: dts: omap4-droid4: add soundcard

 .../bindings/sound/motorola,cpcap-audio-codec.txt  |   19 +
 arch/arm/boot/dts/motorola-cpcap-mapphone.dtsi     |    6 +
 arch/arm/boot/dts/omap4-droid4-xt894.dts           |   76 ++
 sound/soc/codecs/Kconfig                           |    3 +
 sound/soc/codecs/Makefile                          |    2 +
 sound/soc/codecs/cpcap.c                           | 1422 ++++++++++++++++++++
 6 files changed, 1528 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/motorola,cpcap-audio-codec.txt
 create mode 100644 sound/soc/codecs/cpcap.c

-- 
2.13.2

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2017-07-25  9:08 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-07 16:42 [PATCH 0/3] Motorola Droid 4 Audio Support Sebastian Reichel
2017-07-07 16:42 ` Sebastian Reichel
2017-07-07 16:42 ` [PATCH 1/3] ASoC: codec: cpcap: new codec Sebastian Reichel
2017-07-09  5:39   ` Tony Lindgren
2017-07-09  5:39     ` Tony Lindgren
2017-07-10 15:28   ` Rob Herring
2017-07-10 15:28     ` Rob Herring
2017-07-10 17:51   ` Mark Brown
2017-07-10 17:51     ` Mark Brown
2017-07-11  5:15     ` Tony Lindgren
2017-07-11  5:15       ` Tony Lindgren
2017-07-11 10:49       ` Mark Brown
2017-07-11 10:49         ` Mark Brown
2017-07-11 12:13         ` Sebastian Reichel
2017-07-11 12:13           ` Sebastian Reichel
2017-07-11 13:33           ` Mark Brown
2017-07-11 13:33             ` Mark Brown
2017-07-07 16:42 ` [PATCH 2/3] ARM: dts: motorola-cpcap-mapphone: add audio-codec Sebastian Reichel
2017-07-07 16:42   ` Sebastian Reichel
2017-07-07 16:42 ` [PATCH 3/3] ARM: dts: omap4-droid4: add soundcard Sebastian Reichel
2017-07-10 12:26   ` Mark Brown
2017-07-24 19:19     ` Pavel Machek
2017-07-24 19:19       ` Pavel Machek
2017-07-25  9:08       ` Sebastian Reichel
2017-07-25  9:08         ` Sebastian Reichel
2017-07-08  5:27 ` [PATCH 0/3] Motorola Droid 4 Audio Support Tony Lindgren
2017-07-08  5:27   ` Tony Lindgren
2017-07-08 11:34   ` Sebastian Reichel
2017-07-08 11:34     ` Sebastian Reichel
2017-07-09  5:33     ` Tony Lindgren
2017-07-09  5:33       ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.