All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dirk Behme <dirk.behme@de.bosch.com>
To: linux-omap-open-source@linux.omap.com
Subject: [PATCH] Fix AUDIO_MCBSP_DATAREAD/WRITE undefined for OMAP16xx
Date: Tue, 17 Jan 2006 19:44:15 +0100	[thread overview]
Message-ID: <43CD3AFF.9080802@de.bosch.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]


ARM: OMAP: Define AUDIO_MCBSP_DATAREAD/WRITE for OMAP16xx as well

Fix error

sound/oss/omap-audio-dma-intfc.c:715: error: `AUDIO_MCBSP_DATAWRITE'
undeclared (first use in this function)
sound/oss/omap-audio-dma-intfc.c:745: error: `AUDIO_MCBSP_DATAREAD'
undeclared (first use in this function)

Signed-off-by: Dirk Behme <dirk.behme_at_de.bosch.com>


[-- Attachment #2: audio_mcbsp_readwrite.patch --]
[-- Type: text/plain, Size: 406 bytes --]

--- ./include/asm-arm/arch-omap/mcbsp.h_orig	2006-01-17 18:34:46.000000000 +0100
+++ ./include/asm-arm/arch-omap/mcbsp.h	2006-01-17 18:37:11.720163080 +0100
@@ -80,6 +80,9 @@
 #define AUDIO_DMA_TX		OMAP_DMA_MCBSP1_TX
 #define AUDIO_DMA_RX		OMAP_DMA_MCBSP1_RX
 
+#define AUDIO_MCBSP_DATAWRITE	(0)
+#define AUDIO_MCBSP_DATAREAD	(0)
+
 #elif defined(CONFIG_ARCH_OMAP24XX)
 
 #define OMAP_MCBSP_REG_DRR2	0x00


[-- Attachment #3: Type: text/plain, Size: 0 bytes --]



             reply	other threads:[~2006-01-17 18:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-17 18:44 Dirk Behme [this message]
2006-01-17 19:21 ` [PATCH] Fix AUDIO_MCBSP_DATAREAD/WRITE undefined for OMAP16xx lamikr
2006-01-19 20:05   ` Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=43CD3AFF.9080802@de.bosch.com \
    --to=dirk.behme@de.bosch.com \
    --cc=linux-omap-open-source@linux.omap.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.