aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap-abe.c
Commit message (Collapse)AuthorAge
* Subject: [PATCH 102/104] ASoC: McPDM: Update channels management to link UL ↵Sebastien Guiriec2012-08-17
| | | | | | | | | | | | | | | | and DL Due to HW bug on McPDM CTRL register both UL and DL channels need to be configure at the same time. If the channels are not configured at the same time so side effect can be muting in Uplink or loud noise in downlink during stress test transition between UL and Downlink. Each time McPDM is started both UL and DL channels are enabled to work around the problem. This patch is also remote the DC OFFSET interface as it is not working correctly and connot be used. So there is no need for the driver to configure it. Signed-off-by: Sebastien Guiriec <s-guiriec@ti.com>
* Subject: [PATCH 101/104] ASoC: ABE DAI: Call modem trigger in bespoke_trigger()Misael Lopez Cruz2012-08-17
| | | | | | | | | Modem DAI is a special case because requires explicit ALSA PCM calls to the DAI associated with the serial port (e.g. McBSP). The trigger() call was missing and the serial port was not initiating any transfer. Signed-off-by: Misael Lopez Cruz <misael.lopez@ti.com>
* Subject: [PATCH 100/104] ASoC: ABE DAI: support 2 channels for MODEM DAIFrancois Mazard2012-08-17
| | | | | | | MODEM DAI needs to support 2 channels for dual-mic on capture and to set the McBSP interface as I2S. Signed-off-by: Francois Mazard <f-mazard@ti.com>
* Subject: [PATCH 081/104] ASoC: OMAP4 ABE DAI - Add Makefile supportLiam Girdwood2012-08-17
| | | | Signed-off-by: Liam Girdwood <lrg@ti.com>
* Subject: [PATCH 080/104] ASoC: OMAP4 ABE DAI - Add OAMP4 ABE DAI supportLiam Girdwood2012-08-17
This patch adds support for the OMAP4 ABE DSP Frontend DAIs. Signed-off-by: Liam Girdwood <lrg@ti.com>