[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1433854702-23654-1-git-send-email-srinivas.kandagatla@linaro.org>
Date: Tue, 9 Jun 2015 13:58:22 +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 v5 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 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 | 61 ++++++
sound/soc/qcom/Kconfig | 9 +
sound/soc/qcom/Makefile | 2 +
sound/soc/qcom/apq8016_sbc.c | 208 +++++++++++++++++++++
4 files changed, 280 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