alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Shiyan <shc_work@mail.ru>
To: alsa-devel@alsa-project.org
Cc: Alexander Shiyan <shc_work@mail.ru>,
	Arnd Bergmann <arnd@arndb.de>, Takashi Iwai <tiwai@suse.de>,
	Liam Girdwood <lgirdwood@gmail.com>,
	Mark Brown <broonie@kernel.org>, Olof Johansson <olof@lixom.net>
Subject: [PATCH 0/2] ASoC: ARM Cirrus Logic CLPS711X DAI driver
Date: Wed, 26 Feb 2014 20:05:40 +0400	[thread overview]
Message-ID: <1393430741-16272-1-git-send-email-shc_work@mail.ru> (raw)

This series adds sound support for the Cirrus Logic CLPS711X CPUs.
Driver is designed (and tested) for using with generic sound card.

Alexander Shiyan (2):
  ASoC: Add driver for CLPS711X DAI interface
  ASoC: cirrus: clps711x: Add bindings documentation for the CLPS711X
    DAI

 .../bindings/sound/cirrus,clps711x-dai.txt         |  20 +
 sound/soc/cirrus/Kconfig                           |   8 +
 sound/soc/cirrus/Makefile                          |   5 +
 sound/soc/cirrus/clps711x-dai.c                    | 522 +++++++++++++++++++++
 sound/soc/cirrus/clps711x-dai.h                    |  61 +++
 sound/soc/cirrus/clps711x-fiq.S                    |  56 +++
 6 files changed, 672 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/cirrus,clps711x-dai.txt
 create mode 100644 sound/soc/cirrus/clps711x-dai.c
 create mode 100644 sound/soc/cirrus/clps711x-dai.h
 create mode 100644 sound/soc/cirrus/clps711x-fiq.S

-- 
1.8.3.2

             reply	other threads:[~2014-02-26 16:11 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-26 16:05 Alexander Shiyan [this message]
2014-02-26 16:05 ` [PATCH 1/2] ASoC: Add driver for CLPS711X DAI interface Alexander Shiyan
2014-02-27  3:44   ` Mark Brown
2014-02-27  7:17     ` Alexander Shiyan
2014-02-28  3:57       ` 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=1393430741-16272-1-git-send-email-shc_work@mail.ru \
    --to=shc_work@mail.ru \
    --cc=alsa-devel@alsa-project.org \
    --cc=arnd@arndb.de \
    --cc=broonie@kernel.org \
    --cc=lgirdwood@gmail.com \
    --cc=olof@lixom.net \
    --cc=tiwai@suse.de \
    /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).