Fix invalid format string
[platform/adaptation/emulator/audio-hal-emul.git] / tizen-audio-internal.h
index 423253a..93878bf 100644 (file)
@@ -116,16 +116,6 @@ typedef struct device_type {
 #define ALSA_DEFAULT_CARD       "sdp_scard_audio"
 #define ALSA_CARD0              "hw:0"
 #define ALSA_CARD1              "hw:1"
-#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_NAME_LEN           32