tizen 2.3.1 release
[external/alsa-lib.git] / src / conf / cards / HDA-Intel.conf
index f7eecb4..d4f2667 100644 (file)
@@ -9,13 +9,21 @@ HDA-Intel.pcm.front.0 {
        @args.CARD {
                type string
        }
-       type softvol
-       slave.pcm {
-               type hw
-               card $CARD
+       type asym
+       playback.pcm {
+               type softvol
+               slave.pcm {
+                       type hw
+                       card $CARD
+                       subdevice 0
+               }
+               control {
+                       name "PCM Playback Volume"
+                       card $CARD
+               }
        }
-       control {
-               name "PCM Playback Volume"
+       capture.pcm {
+               type hw
                card $CARD
        }
 }