diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-11-17 11:51:00 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:29:02 -0500 |
commit | a9824c868a2c7e310e6263ea4bc9f35cbbec8227 (patch) | |
tree | 10dd67e5bd08e375bc09b138761221187441cbec /sound/isa/cs423x/cs4231_lib.c | |
parent | fa55f837bb1bfc3d9ac9988d6f5450a603fa079a (diff) |
[ALSA] Add CS4232 PnP BIOS support
Modules: CS4231 driver,CS4236+ driver
Add CS4232 PnP BIOS support. Still experimental.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/isa/cs423x/cs4231_lib.c')
-rw-r--r-- | sound/isa/cs423x/cs4231_lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/isa/cs423x/cs4231_lib.c b/sound/isa/cs423x/cs4231_lib.c index 582cc751d547..05d0d4092ded 100644 --- a/sound/isa/cs423x/cs4231_lib.c +++ b/sound/isa/cs423x/cs4231_lib.c | |||
@@ -1484,10 +1484,12 @@ int snd_cs4231_create(struct snd_card *card, | |||
1484 | } | 1484 | } |
1485 | snd_cs4231_init(chip); | 1485 | snd_cs4231_init(chip); |
1486 | 1486 | ||
1487 | #if 0 | ||
1487 | if (chip->hardware & CS4231_HW_CS4232_MASK) { | 1488 | if (chip->hardware & CS4231_HW_CS4232_MASK) { |
1488 | if (chip->res_cport == NULL) | 1489 | if (chip->res_cport == NULL) |
1489 | snd_printk("CS4232 control port features are not accessible\n"); | 1490 | snd_printk("CS4232 control port features are not accessible\n"); |
1490 | } | 1491 | } |
1492 | #endif | ||
1491 | 1493 | ||
1492 | /* Register device */ | 1494 | /* Register device */ |
1493 | if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { | 1495 | if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) { |