aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ctxfi/xfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/ctxfi/xfi.c')
-rw-r--r--sound/pci/ctxfi/xfi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ctxfi/xfi.c b/sound/pci/ctxfi/xfi.c
index bf232e7299ac..279dac6c34dd 100644
--- a/sound/pci/ctxfi/xfi.c
+++ b/sound/pci/ctxfi/xfi.c
@@ -86,7 +86,7 @@ ct_card_probe(struct pci_dev *pci, const struct pci_device_id *pci_id)
86 card->private_data = atc; 86 card->private_data = atc;
87 87
88 /* Create alsa devices supported by this card */ 88 /* Create alsa devices supported by this card */
89 err = atc->create_alsa_devs(atc); 89 err = ct_atc_create_alsa_devs(atc);
90 if (err < 0) 90 if (err < 0)
91 goto error; 91 goto error;
92 92