summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-01-25 20:54:16 +0000
committermav <mav@FreeBSD.org>2012-01-25 20:54:16 +0000
commit66de9e7c5cc91d05f67a65f599bf55640ddaee77 (patch)
tree8e01c2e0f49fa68a0401c6a02354c23d38efb803
parentcc993a6b7525aff45c9554a479cd681d4bf2f573 (diff)
downloadFreeBSD-src-66de9e7c5cc91d05f67a65f599bf55640ddaee77.zip
FreeBSD-src-66de9e7c5cc91d05f67a65f599bf55640ddaee77.tar.gz
Oops, fix the loader tunable name added in r230551.
-rw-r--r--sys/dev/sound/pci/hda/hdaa.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sound/pci/hda/hdaa.c b/sys/dev/sound/pci/hda/hdaa.c
index 7777629..9d7ff0d 100644
--- a/sys/dev/sound/pci/hda/hdaa.c
+++ b/sys/dev/sound/pci/hda/hdaa.c
@@ -6685,8 +6685,8 @@ hdaa_pcm_attach(device_t dev)
as, sizeof(as), hdaa_sysctl_32bit, "I",
"Resolution of 32bit samples (20/24/32bit)");
pdevinfo->autorecsrc = 2;
- resource_int_value(device_get_name(dev),
- device_get_unit(dev), "autosrc", &pdevinfo->autorecsrc);
+ resource_int_value(device_get_name(dev), device_get_unit(dev),
+ "rec.autosrc", &pdevinfo->autorecsrc);
SYSCTL_ADD_INT(&d->rec_sysctl_ctx,
SYSCTL_CHILDREN(d->rec_sysctl_tree), OID_AUTO,
"autosrc", CTLTYPE_INT | CTLFLAG_RW,
OpenPOWER on IntegriCloud