diff mbox

[PATCHv2,2/7] ASoC: Add PDM DAI format definition

Message ID 67059DBF19D7214F9C66BB0EA91BA90E90A391E0@dlee04.ent.ti.com (mailing list archive)
State Awaiting Upstream, archived
Headers show

Commit Message

Lopez Cruz, Misael Sept. 26, 2009, 2:02 a.m. UTC
Add DAI format definition for PDM interfaces.

Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>
---
 include/sound/soc-dai.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Mark Brown Sept. 28, 2009, 1:43 p.m. UTC | #1
On Fri, Sep 25, 2009 at 09:02:49PM -0500, Lopez Cruz, Misael wrote:
> Add DAI format definition for PDM interfaces.

> Signed-off-by: Misael Lopez Cruz <x0052729@ti.com>

Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h
index 352d7ee..9239cb0 100644
--- a/include/sound/soc-dai.h
+++ b/include/sound/soc-dai.h
@@ -30,6 +30,7 @@  struct snd_pcm_substream;
 #define SND_SOC_DAIFMT_DSP_A		3 /* L data msb after FRM LRC */
 #define SND_SOC_DAIFMT_DSP_B		4 /* L data msb during FRM LRC */
 #define SND_SOC_DAIFMT_AC97		5 /* AC97 */
+#define SND_SOC_DAIFMT_PDM		6 /* Pulse density modulation */
 
 /* left and right justified also known as MSB and LSB respectively */
 #define SND_SOC_DAIFMT_MSB		SND_SOC_DAIFMT_LEFT_J