Card and device arguments are added to pcm open API
[platform/adaptation/nexell/audio-hal-alc5658.git] / tizen-audio-internal.h
index 0f70091..8614156 100644 (file)
@@ -124,16 +124,6 @@ typedef struct device_type {
 #define strneq strcmp
 
 #define ALSA_DEFAULT_CARD       "alc5658"
-#define PLAYBACK_PCM_DEVICE     "hw:0,0"
-#define CAPTURE_PCM_DEVICE      "hw:0,0"
-
-/* hw:0,0 */
-#define PLAYBACK_CARD_ID        0
-#define PLAYBACK_PCM_DEVICE_ID  0
-
-/* hw:0,0 */
-#define CAPTURE_CARD_ID         0
-#define CAPTURE_PCM_DEVICE_ID   0
 
 #define MAX_DEVICES             5
 #define MAX_MODIFIERS           5