summaryrefslogtreecommitdiff
path: root/sound/soc/sdca/sdca_class_function.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/sdca/sdca_class_function.c')
-rw-r--r--sound/soc/sdca/sdca_class_function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sdca/sdca_class_function.c b/sound/soc/sdca/sdca_class_function.c
index 2fb2b043c979..cc7045dc26e6 100644
--- a/sound/soc/sdca/sdca_class_function.c
+++ b/sound/soc/sdca/sdca_class_function.c
@@ -329,7 +329,7 @@ static int class_function_probe(struct auxiliary_device *auxdev,
drv->core = core;
drv->function = &sdev->function;
- ret = sdca_parse_function(dev, core->sdw, drv->function);
+ ret = sdca_parse_function(dev, drv->function);
if (ret)
return ret;