summaryrefslogtreecommitdiff
path: root/tizen-audio-internal.h
diff options
context:
space:
mode:
authorJungsup Lee <jungsup4.lee@samsung.com>2018-06-26 14:38:32 +0900
committerSangchul Lee <sc11.lee@samsung.com>2018-07-20 15:21:59 +0900
commit2f3a2412f93097091e156227e9dc38fb34e38816 (patch)
tree3b763675e503c73e92ee9d094c37351e2a7da072 /tizen-audio-internal.h
parent945d7c11d453a93b108ff068a45e90b5b259e03b (diff)
downloadaudio-hal-max98090-2f3a2412f93097091e156227e9dc38fb34e38816.tar.gz
audio-hal-max98090-2f3a2412f93097091e156227e9dc38fb34e38816.tar.bz2
audio-hal-max98090-2f3a2412f93097091e156227e9dc38fb34e38816.zip
Card and device arguments are added to pcm open APIsubmit/tizen/20180724.034640accepted/tizen/unified/20180726.064859
[Version] 0.2.25 [Issue Type] API Change-Id: Ia1ba2a63b3aa3212e756debf548611046ebb9495 Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Diffstat (limited to 'tizen-audio-internal.h')
-rw-r--r--tizen-audio-internal.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/tizen-audio-internal.h b/tizen-audio-internal.h
index a43c39d..7535997 100644
--- a/tizen-audio-internal.h
+++ b/tizen-audio-internal.h
@@ -124,16 +124,6 @@ typedef struct device_type {
#define strneq strcmp
#define ALSA_DEFAULT_CARD "max98090"
-#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