Jump to content
Forums in Read-Only Mode - Please use Reddit ×
  • 0

CONFIG_SND_HDA_PREALLOC_SIZE=64


Sandro

Question

during updates i've encountered that suggestion .... to set to  >= 2048 CONFIG_SND_HDA_PREALLOC_SIZE=64

 

But how to do ?

 

I have not really grasped this message.

 

Thanx for suggestions :)

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Change kernel .config with menuconfig:

Device Drivers ? Sound card support ? Advanced Linux Sound Architecture

(64) Pre-allocated buffer size for HD-audio driver

Please enter a decimal value. Fractions will not be accepted. Use the ?

<TAB> key to move from the input field to the buttons below it.

Change 64 to 2048

Ok

Save

Changes kernel .config

CONFIG_SND_HDA_PREALLOC_SIZE=64

To

CONFIG_SND_HDA_PREALLOC_SIZE=2048

Then

Rebuild the kernel

Link to comment
Share on other sites

×
×
  • Create New...