From: Takashi Iwai Date: Fri, 13 Feb 2009 16:14:51 +0000 (+0100) Subject: Add hint.device = 0 to pcm.default of HDA-Intel.conf X-Git-Tag: v1.0.20~7 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=e38f921625a13a5367f34c343893aa8f2d15efe4;p=alsa-lib.git 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 --- 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 }