]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/sound/tpa6130a2-plat.h
SUNRPC: Close a race in __rpc_wait_for_completion_task()
[mv-sheeva.git] / include / sound / tpa6130a2-plat.h
index e8c901e749d8f72cae77b3fe8ecd247aa2cf0faf..e29fde6b5cbe5214edeecbdc522c98afefd8a977 100644 (file)
 #ifndef TPA6130A2_PLAT_H
 #define TPA6130A2_PLAT_H
 
+enum tpa_model {
+       TPA6130A2,
+       TPA6140A2,
+};
+
 struct tpa6130a2_platform_data {
+       enum tpa_model id;
        int power_gpio;
 };