mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
[ALSA] pcsp - Fix more dependency
Added the missing dependency and select for snd-pcsp driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
df99cd334e
commit
bad7785d4a
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ config SND_PCSP
|
||||||
tristate "Internal PC speaker support"
|
tristate "Internal PC speaker support"
|
||||||
depends on X86_PC && HIGH_RES_TIMERS
|
depends on X86_PC && HIGH_RES_TIMERS
|
||||||
depends on INPUT
|
depends on INPUT
|
||||||
|
depends on SND
|
||||||
|
select SND_PCM
|
||||||
help
|
help
|
||||||
If you don't have a sound card in your computer, you can include a
|
If you don't have a sound card in your computer, you can include a
|
||||||
driver for the PC speaker which allows it to act like a primitive
|
driver for the PC speaker which allows it to act like a primitive
|
||||||
|
|
Loading…
Add table
Reference in a new issue