Based on Doron Cohen's patch:
        http://patchwork.linuxtv.org/patch/7887/

Signed-off-by: Mauro Carvalho Chehab <[email protected]>
---
 drivers/media/common/siano/smscoreapi.c | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/drivers/media/common/siano/smscoreapi.c 
b/drivers/media/common/siano/smscoreapi.c
index d928c22..6e60c99 100644
--- a/drivers/media/common/siano/smscoreapi.c
+++ b/drivers/media/common/siano/smscoreapi.c
@@ -1430,7 +1430,23 @@ void smscore_onresponse(struct smscore_device_t *coredev,
                rc = client->onresponse_handler(client->context, cb);
 
        if (rc < 0) {
+               smsendian_handle_rx_message((struct SmsMsgData_ST *)phdr);
+
                switch (phdr->msgType) {
+               case MSG_SMS_ISDBT_TUNE_RES:
+                       break;
+               case MSG_SMS_RF_TUNE_RES:
+                       break;
+               case MSG_SMS_SIGNAL_DETECTED_IND:
+                       break;
+               case MSG_SMS_NO_SIGNAL_IND:
+                       break;
+               case MSG_SMS_SPI_INT_LINE_SET_RES:
+                       break;
+               case MSG_SMS_INTERFACE_LOCK_IND:
+                       break;
+               case MSG_SMS_INTERFACE_UNLOCK_IND:
+                       break;
                case MSG_SMS_GET_VERSION_EX_RES:
                {
                        struct SmsVersionRes_ST *ver =
-- 
1.8.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to