devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add audio support for Broadcom Cygnus SoC
@ 2015-11-02 22:11 Simran Rai
       [not found] ` <1446502284-23907-1-git-send-email-ssimran-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Simran Rai @ 2015-11-02 22:11 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Ian Campbell, Kumar Gala,
	Ray Jui, Scott Branden, Liam Girdwood, Mark Brown,
	Jaroslav Kysela, Takashi Iwai
  Cc: Simran Rai, Lori Hikichi, devicetree, linux-arm-kernel,
	bcm-kernel-feedback-list, linux-kernel, Arun Parameswaran,
	alsa-devel

Hi,

This patchset contains audio support for Broadcom's Cygnus SoC. It
contains DT bindings and core audio driver. The audio driver
supports both capture and playback of Audio PCM samples over I2S/TDM
interface and provides playback support over SPDIF interface.

This patchset is derived from a previously submitted patchset:
http://lkml.iu.edu/hypermail/linux/kernel/1503.3/05434.html

This patchset has been tested on Cygnus wireless audio bcm958305K board.
It is based on v4.3-rc5  and is available from github:

repo: https://github.com/Broadcom/cygnus-linux/tree/cygnus-sound-v2

Changes from v1:
  - Address code review comments. Fixed print format of type size_t and
    pointer.

Simran Rai (2):
  dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio
  VOIP-5227 Add Broadcom Cygnus audio driver.

 .../bindings/sound/brcm,cygnus-audio.txt           |   63 +
 sound/soc/bcm/Kconfig                              |   18 +
 sound/soc/bcm/Makefile                             |    5 +
 sound/soc/bcm/cygnus-pcm.c                         |  903 ++++++++++++
 sound/soc/bcm/cygnus-ssp.c                         | 1532 ++++++++++++++++++++
 sound/soc/bcm/cygnus-ssp.h                         |  129 ++
 6 files changed, 2650 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/brcm,cygnus-audio.txt
 create mode 100644 sound/soc/bcm/cygnus-pcm.c
 create mode 100644 sound/soc/bcm/cygnus-ssp.c
 create mode 100644 sound/soc/bcm/cygnus-ssp.h

-- 
1.7.9.5

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

end of thread, other threads:[~2015-11-06 22:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-02 22:11 [PATCH v2 0/2] Add audio support for Broadcom Cygnus SoC Simran Rai
     [not found] ` <1446502284-23907-1-git-send-email-ssimran-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-11-02 22:11   ` [PATCH v2 1/2] dt-bindings: sound: Add DT bindings for Broadcom Cygnus audio Simran Rai
     [not found]     ` <1446502284-23907-2-git-send-email-ssimran-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-11-04 14:07       ` Mark Brown
     [not found]         ` <20151104140746.GE1717-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-11-05 20:01           ` Simran Rai
     [not found]             ` <563BB5B0.5040501-dY08KVG/lbpWk0Htik3J/w@public.gmane.org>
2015-11-06 10:31               ` Mark Brown
     [not found]                 ` <20151106103147.GZ18409-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2015-11-06 22:10                   ` Simran Rai
2015-11-02 22:11 ` [PATCH v2 2/2] sound: soc: Add Cygnus audio driver Simran Rai
2015-11-04 14:28   ` Mark Brown
2015-11-04 14:06 ` [PATCH v2 0/2] Add audio support for Broadcom Cygnus SoC Mark Brown

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).