Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 938c565a authored by Eliot Blennerhassett's avatar Eliot Blennerhassett Committed by Takashi Iwai
Browse files

ALSA: asihpi - Fix minor typos and spelling

parent 4bf8cff0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -602,7 +602,7 @@ struct hpi_data_compat32 {
#endif
#endif


struct hpi_buffer {
struct hpi_buffer {
  /** placehoder for backward compatibility (see dwBufferSize) */
  /** placeholder for backward compatibility (see dwBufferSize) */
	struct hpi_msg_format reserved;
	struct hpi_msg_format reserved;
	u32 command; /**< HPI_BUFFER_CMD_xxx*/
	u32 command; /**< HPI_BUFFER_CMD_xxx*/
	u32 pci_address; /**< PCI physical address of buffer for DSP DMA */
	u32 pci_address; /**< PCI physical address of buffer for DSP DMA */
+1 −1
Original line number Original line Diff line number Diff line
@@ -57,7 +57,7 @@ u16 hpi_validate_response(struct hpi_message *phm, struct hpi_response *phr)
	}
	}


	if (phr->function != phm->function) {
	if (phr->function != phm->function) {
		HPI_DEBUG_LOG(ERROR, "header type %d invalid\n",
		HPI_DEBUG_LOG(ERROR, "header function %d invalid\n",
			phr->function);
			phr->function);
		return HPI_ERROR_INVALID_RESPONSE;
		return HPI_ERROR_INVALID_RESPONSE;
	}
	}
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@
    along with this program; if not, write to the Free Software
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


Extended Message Function With Response Cacheing
Extended Message Function With Response Caching


(C) Copyright AudioScience Inc. 2002
(C) Copyright AudioScience Inc. 2002
*****************************************************************************/
*****************************************************************************/