From e231f6f8dce32b02aa487e3cab5c01eb755cdcfa Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Wed, 28 Mar 2012 18:26:17 -0700 Subject: [PATCH] --- yaml --- r: 297838 b: refs/heads/master c: c578ae0026da81a589245ee08e0fd1b1d8a55f4e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/isa/opti9xx/opti92x-ad1848.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e165869e328c..f20b2ec6a9f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ec99aaf47963eaa8615b8508c634be4a178f1c88 +refs/heads/master: c578ae0026da81a589245ee08e0fd1b1d8a55f4e diff --git a/trunk/sound/isa/opti9xx/opti92x-ad1848.c b/trunk/sound/isa/opti9xx/opti92x-ad1848.c index babaedd242f7..d7ccf28bd66a 100644 --- a/trunk/sound/isa/opti9xx/opti92x-ad1848.c +++ b/trunk/sound/isa/opti9xx/opti92x-ad1848.c @@ -65,7 +65,7 @@ static int index = SNDRV_DEFAULT_IDX1; /* Index 0-MAX */ static char *id = SNDRV_DEFAULT_STR1; /* ID for this card */ //static bool enable = SNDRV_DEFAULT_ENABLE1; /* Enable this card */ #ifdef CONFIG_PNP -static int isapnp = 1; /* Enable ISA PnP detection */ +static bool isapnp = true; /* Enable ISA PnP detection */ #endif static long port = SNDRV_DEFAULT_PORT1; /* 0x530,0xe80,0xf40,0x604 */ static long mpu_port = SNDRV_DEFAULT_PORT1; /* 0x300,0x310,0x320,0x330 */