summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy.hu <andy.hu@starfivetech.com>2024-09-10 04:45:02 +0300
committerandy.hu <andy.hu@starfivetech.com>2024-09-10 04:45:02 +0300
commit921103cf9ac52592a5732532fd15b9b918adad7c (patch)
treeba0793e5375bd42099be1899496156b510a04930
parent3d32977351fdca88bf5b5535dd3d2ffc445a8eae (diff)
parentaa8c2d39037b1f65d2ccee672bcefb1f4674237e (diff)
downloadlinux-921103cf9ac52592a5732532fd15b9b918adad7c.tar.xz
Merge branch 'CR_14436_reduce_bootup_time_hal.feng' into 'jh7110-5.15.y-devel'
CR_14436_reduce_bootup_time_hal.feng See merge request sdk/linux!1070
-rw-r--r--sound/last.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/last.c b/sound/last.c
index 37d32e3ab713..f0bb98780e70 100644
--- a/sound/last.c
+++ b/sound/last.c
@@ -5,14 +5,12 @@
*/
#include <linux/init.h>
-#include <linux/delay.h>
#include <sound/core.h>
static int __init alsa_sound_last_init(void)
{
struct snd_card *card;
int idx, ok = 0;
- msleep(2000);
printk(KERN_INFO "ALSA device list:\n");
for (idx = 0; idx < SNDRV_CARDS; idx++) {