ALSA: asihpi - Give more meaningful name to hpi request message type
[deliverable/linux.git] / sound / pci / asihpi / hpimsgx.c
index 7352a5f7b4f7ca50fa048d63cf730e1a804a8206..111f774f5f20f874b28a1b9c7fe7865497dc015b 100644 (file)
@@ -315,7 +315,7 @@ void hpi_send_recv_ex(struct hpi_message *phm, struct hpi_response *phr,
 {
        HPI_DEBUG_MESSAGE(DEBUG, phm);
 
-       if (phm->type != HPI_TYPE_MESSAGE) {
+       if (phm->type != HPI_TYPE_REQUEST) {
                hpi_init_response(phr, phm->object, phm->function,
                        HPI_ERROR_INVALID_TYPE);
                return;
This page took 0.023748 seconds and 5 git commands to generate.