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.
total_bufsize,
pcm_substreams_p,
pcm_substreams_c,
- clock
+ clock,
+ use_pm
*/
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;
}