mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
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>
This commit is contained in:
parent
1009f9859c
commit
e38f921625
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ HDA-Intel.pcm.default {
|
|||
resolution 121
|
||||
}
|
||||
}
|
||||
hint.device 0
|
||||
}
|
||||
|
||||
<confdir:pcm/surround40.conf>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue