aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/spdif_receiver.c
Commit message (Collapse)AuthorAge
* ASoC: spdif: Add S20_3LE and S24_LE support for dummy codec driversNicolin Chen2014-04-16
| | | | | | | | | | | | Generally, S/PDIF supports 20bit and optional 24bit samples. Thus add these two formats for the dummy codec drivers. If one S/PDIF controller has its own limitation, its CPU DAI driver should set the supported format by its own circumstance, since the soc-pcm driver will use the intersection of cpu_dai's formats and codec_dai's formats. Signed-off-by: Nicolin Chen <b42378@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org>
* ASoC: spdif_receiver: Add support for spdif in Audio CodecVipin Kumar2012-06-28
This patch adds the support for spdif in audio codec. Signed-off-by: vipin Kumar <vipin.kumar@st.com> Signed-off-by: Rajeev Kumar <rajeev-dlh.kumar@st.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>