@@ -3,7 +3,7 @@
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
- * Global CFG constants and types, shared between class and Bridge driver.
+ * Global CFG constants and types, shared between DSP API and Bridge driver.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
@@ -4,7 +4,7 @@
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Contains structures and commands that are used for interaction
- * between the DDSP API and class driver.
+ * between the DDSP API and Bridge driver.
*
* Copyright (C) 2008 Texas Instruments, Inc.
*
@@ -6,7 +6,7 @@
* Bridge driver entry point and interface function declarations.
*
* Notes:
- * The Bridge class driver obtains it's function interface to
+ * The DSP API obtains it's function interface to
* the Bridge driver via a call to bridge_drv_entry().
*
* Bridge services exported to Bridge drivers are initialized by the
@@ -1036,8 +1036,8 @@ typedef void (*fxn_msg_setqueueid) (struct msg_queue *msg_queue_obj,
* Bridge Driver interface function table.
*
* The information in this table is filled in by the specific Bridge driver,
- * and copied into the 'Bridge class driver's own space. If any interface
- * function field is set to a value of NULL, then the class driver will
+ * and copied into the DSP API's own space. If any interface
+ * function field is set to a value of NULL, then the DSP API will
* consider that function not implemented, and return the error code
* -ENOSYS when a Bridge driver client attempts to call that function.
*
@@ -3,7 +3,7 @@
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
- * This is the Stream Interface for the DDSP Class driver.
+ * This is the Stream Interface for the DSp API.
* All Device operations are performed via DeviceIOControl.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
@@ -7,7 +7,7 @@
*
* Notes:
* This service is meant to be used by modules of the DSP/BIOS Bridge
- * class driver.
+ * driver.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
@@ -3,7 +3,7 @@
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
- * This is the Class driver RM module interface.
+ * This is the DSP API RM module interface.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
@@ -3,7 +3,7 @@
*
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
- * This is the Class driver RM module interface.
+ * This is the DSP API RM module interface.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
@@ -4,7 +4,7 @@
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Structure subcomponents of channel class library channel objects which
- * are exposed to class driver from Bridge driver.
+ * are exposed to DSP API from Bridge driver.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
@@ -4,7 +4,7 @@
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Structure subcomponents of channel class library IO objects which
- * are exposed to class driver from Bridge driver.
+ * are exposed to DSP API from Bridge driver.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*
@@ -4,7 +4,7 @@
* DSP-BIOS Bridge driver support functions for TI OMAP processors.
*
* Structure subcomponents of channel class library msg_ctrl objects which
- * are exposed to class driver from Bridge driver.
+ * are exposed to DSP API from Bridge driver.
*
* Copyright (C) 2005-2006 Texas Instruments, Inc.
*