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 for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 10 Jun 2015 13:15:05 +0100
From:	Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
To:	Mark Brown <broonie@...nel.org>, alsa-devel@...a-project.org
Cc:	Rob Herring <robh+dt@...nel.org>,
	Patrick Lai <plai@...eaurora.org>,
	Banajit Goswami <bgoswami@...eaurora.org>,
	Liam Girdwood <lgirdwood@...il.com>,
	Jaroslav Kysela <perex@...ex.cz>, Takashi Iwai <tiwai@...e.de>,
	devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
	kwestfie@...eaurora.org, linux-arm-msm@...r.kernel.org,
	Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Subject: [PATCH v6 0/2] ASoC: qcom: add support to apq8016 sbc machine driver

This patchset adds sound card support to APQ8016 SBC board aka DB410c.
APQ8016 has 4 MI2S( Primary, Secondary, Tertiary, Quaternary) which can be routed
to internal wcd codec or external codecs. This routing and various board specifics
are controlled by 2 mux registers.

All these patches are tested for HDMI audio via adv7533 bridge and Analog audio
on APQ8016-SBC, msm8916-mtp boards.

Changes since v5:
  - converted if-else to switch case as suggested by Mark.
  - moved usage of startup() to dai link init() as suggested by Mark.
  - replaced "external" boolean property with "link-name" property as
    suggested by Mark.

Changes since v4 (https://lkml.org/lkml/2015/5/22/628)
  - moved all the dt parsing to single function, spotted by Mark.
  - removed unnecessary setting of card->dev = NULL spotted by Mark.
  - renamed the dai links to the correct codec names.
  - removed the special case for EPROBE_DEFER in probe, spotted by Mark.
  - Dropped all the Changes since comments as most of the patches
   in last series are merged to topic/qcom branch.

--srini

Srinivas Kandagatla (2):
  ASoC: qcom: document apq8016 sbc machine driver bindings
  ASoC: qcom: add apq8016 sound card support

 .../devicetree/bindings/sound/qcom,apq8016-sbc.txt |  60 +++++++
 sound/soc/qcom/Kconfig                             |   9 +
 sound/soc/qcom/Makefile                            |   2 +
 sound/soc/qcom/apq8016_sbc.c                       | 198 +++++++++++++++++++++
 4 files changed, 269 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/sound/qcom,apq8016-sbc.txt
 create mode 100644 sound/soc/qcom/apq8016_sbc.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