]> git.hungrycats.org Git - linux/commitdiff
ALSA CVS update
authorJaroslav Kysela <perex@suse.cz>
Wed, 20 Aug 2003 23:12:17 +0000 (01:12 +0200)
committerJaroslav Kysela <perex@suse.cz>
Wed, 20 Aug 2003 23:12:17 +0000 (01:12 +0200)
D:2003/07/30 16:35:33
A:Takashi Iwai <tiwai@suse.de>
F:pci/es1968.c:1.44->1.45
L:added use_pm to the kernel boot parameter.

sound/pci/es1968.c

index 67eb8b76d34cd24850b44f9f69acdfd716ca6cba..7db8f7818aaef3afdf2ccddf1c0723fcfe3926b7 100644 (file)
@@ -2852,7 +2852,8 @@ module_exit(alsa_card_es1968_exit)
                         total_bufsize,
                         pcm_substreams_p,
                         pcm_substreams_c,
-                        clock
+                        clock,
+                        use_pm
 */
 
 static int __init alsa_card_es1968_setup(char *str)
@@ -2867,7 +2868,8 @@ static int __init alsa_card_es1968_setup(char *str)
               get_option(&str,&total_bufsize[nr_dev]) == 2 &&
               get_option(&str,&pcm_substreams_p[nr_dev]) == 2 &&
               get_option(&str,&pcm_substreams_c[nr_dev]) == 2 &&
-              get_option(&str,&clock[nr_dev]) == 2);
+              get_option(&str,&clock[nr_dev]) == 2 &&
+              get_option(&str,&use_pm[nr_dev]) == 2);
        nr_dev++;
        return 1;
 }