From 5ad9e0ec87dd078dc2a4e70967f1e9ace1ebf43f Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Wed, 4 Apr 2007 09:51:11 +0000 Subject: Add basic plugin code --- audio/pcm_bluetooth.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'audio/pcm_bluetooth.c') diff --git a/audio/pcm_bluetooth.c b/audio/pcm_bluetooth.c index 7e9755b8..b9f4f02c 100644 --- a/audio/pcm_bluetooth.c +++ b/audio/pcm_bluetooth.c @@ -24,3 +24,15 @@ #ifdef HAVE_CONFIG_H #include #endif + +#include +#include + +SND_PCM_PLUGIN_DEFINE_FUNC(bluetooth) +{ + printf("Bluetooth PCM plugin\n"); + + return -EIO; +} + +SND_PCM_PLUGIN_SYMBOL(bluetooth); -- cgit