diff options
Diffstat (limited to 'sys/dev/sound/pci/csapcm.c')
-rw-r--r-- | sys/dev/sound/pci/csapcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sound/pci/csapcm.c b/sys/dev/sound/pci/csapcm.c index 1388924..42a9cde 100644 --- a/sys/dev/sound/pci/csapcm.c +++ b/sys/dev/sound/pci/csapcm.c @@ -807,7 +807,7 @@ pcmcsa_attach(device_t dev) csa_releaseres(csa, dev); return (ENXIO); } - codec = ac97_create(dev, csa, csa_rdcd, csa_wrcd); + codec = ac97_create(dev, csa, NULL, csa_rdcd, csa_wrcd); if (codec == NULL) return (ENXIO); mixer_init(devinfo, &ac97_mixer, codec); |