lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed,  6 May 2015 22:38:46 +0200
From:	Marek Belisko <marek@...delico.com>
To:	perex@...ex.cz, tiwai@...e.de
Cc:	broonie@...nel.org, hns@...delico.com, devicetree@...r.kernel.org,
	linux-kernel@...r.kernel.org, alsa-devel@...a-project.org,
	Marek Belisko <marek@...delico.com>
Subject: [PATCH v2 0/4] ASoC: Add gtm601 simple codec

Following patch series add support for gtm601 PCM audio.
gtm601 is UMTS modem which provide I2S interface for rx/tx data.
Codec is connected to cpu in master mode (rate is fixed 8kHz).

changes from v1:
- fix license mismatch
- sort Kconfig and Makefiles additions
- remove misleading comment

Marek Belisko (4):
  ASoC: Add gtm601 codec driver
  Documentation: devicetree: sound: Add documentation for gtm601 codec
  Documentation: vendor-prefixes: Add option prefix
  ARM: dts: omap3-gta04: Add GSM audio support

 Documentation/devicetree/bindings/sound/gtm601.txt | 14 ++++
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 arch/arm/boot/dts/omap3-gta04.dtsi                 | 26 ++++++
 sound/soc/codecs/Kconfig                           |  4 +
 sound/soc/codecs/Makefile                          |  2 +
 sound/soc/codecs/gtm601.c                          | 98 ++++++++++++++++++++++
 6 files changed, 145 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/gtm601.txt
 create mode 100644 sound/soc/codecs/gtm601.c

-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ