diff options
Diffstat (limited to 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/fsl_ssi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/fsl/fsl_ssi.c b/sound/soc/fsl/fsl_ssi.c index 3711d8454d96..47afaa9747ac 100644 --- a/sound/soc/fsl/fsl_ssi.c +++ b/sound/soc/fsl/fsl_ssi.c | |||
@@ -674,7 +674,7 @@ struct snd_soc_dai *fsl_ssi_create_dai(struct fsl_ssi_info *ssi_info) | |||
674 | ssi_private->dev = ssi_info->dev; | 674 | ssi_private->dev = ssi_info->dev; |
675 | ssi_private->asynchronous = ssi_info->asynchronous; | 675 | ssi_private->asynchronous = ssi_info->asynchronous; |
676 | 676 | ||
677 | ssi_private->dev->driver_data = fsl_ssi_dai; | 677 | dev_set_drvdata(ssi_private->dev, fsl_ssi_dai); |
678 | 678 | ||
679 | /* Initialize the the device_attribute structure */ | 679 | /* Initialize the the device_attribute structure */ |
680 | dev_attr->attr.name = "ssi-stats"; | 680 | dev_attr->attr.name = "ssi-stats"; |