summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-02-13 17:14:51 +0100
committerTakashi Iwai <tiwai@suse.de>2009-02-13 17:19:52 +0100
commite38f921625a13a5367f34c343893aa8f2d15efe4 (patch)
tree02100308b70558895175d9385148c8d01ec18862
parent1009f9859c61b26e73b06e9bca7ea6ced9d95b0b (diff)
downloadalsa-lib-e38f921625a13a5367f34c343893aa8f2d15efe4.tar.gz
Add hint.device = 0 to pcm.default of HDA-Intel.conf
The hd-audio driver may have no analog stream but only a digital one which has usually non-zero device number. To avoid the bogus namehint, set hint.device 0 for pcm.default (it wasn't handled properly due to asym). Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--src/conf/cards/HDA-Intel.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf/cards/HDA-Intel.conf b/src/conf/cards/HDA-Intel.conf
index bcbcb9b5..800281ed 100644
--- a/src/conf/cards/HDA-Intel.conf
+++ b/src/conf/cards/HDA-Intel.conf
@@ -58,6 +58,7 @@ HDA-Intel.pcm.default {
resolution 121
}
}
+ hint.device 0
}
<confdir:pcm/surround40.conf>