new_codec: change device_id
authorKitae Kim <kt920.kim@samsung.com>
Fri, 10 May 2013 02:55:11 +0000 (11:55 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Wed, 4 Sep 2013 06:02:17 +0000 (15:02 +0900)
pci_device_id was wrong.

Change-Id: I79f9bb8d124cafd390d4e362a7f3087a7546ed90
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
drivers/maru/maru_new_codec.c

index 043fe898a6f18cc0bfe36bf4aa4d4d4227197c22..87a6e9e84b1ab2c06c7af523579a232e978877bf 100644 (file)
@@ -58,7 +58,7 @@ MODULE_LICENSE("GPL2");
 
 /* vendor, device value for PCI.*/
 #define PCI_VENDOR_ID_TIZEN_EMUL                       0xC9B5
-#define PCI_DEVICE_ID_VIRTUAL_NEW_CODEC                0x1024
+#define PCI_DEVICE_ID_VIRTUAL_NEW_CODEC                0x1040
 
 #ifndef CODEC_DEBUG
 #define CODEC_LOG(fmt, ...) \