Skip to content

Commit

Permalink
[ALSA] Add CS4232 PnP BIOS support
Browse files Browse the repository at this point in the history
Modules: CS4231 driver,CS4236+ driver

Add CS4232 PnP BIOS support.  Still experimental.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 3, 2006
1 parent fa55f83 commit a9824c8
Show file tree
Hide file tree
Showing 2 changed files with 220 additions and 105 deletions.
2 changes: 2 additions & 0 deletions sound/isa/cs423x/cs4231_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1484,10 +1484,12 @@ int snd_cs4231_create(struct snd_card *card,
}
snd_cs4231_init(chip);

#if 0
if (chip->hardware & CS4231_HW_CS4232_MASK) {
if (chip->res_cport == NULL)
snd_printk("CS4232 control port features are not accessible\n");
}
#endif

/* Register device */
if ((err = snd_device_new(card, SNDRV_DEV_LOWLEVEL, chip, &ops)) < 0) {
Expand Down
Loading

0 comments on commit a9824c8

Please sign in to comment.