~ubuntu-branches/ubuntu/vivid/linux-fsl-imx51/vivid

« back to all changes in this revision

Viewing changes to sound/arm/mxc-alsa-spdif.c

  • Committer: Bazaar Package Importer
  • Author(s): Andy Whitcroft, Amit Kucheria, Andy Whitcroft, Bryan Wu, Upstream Kernel Changes
  • Date: 2010-01-11 16:26:27 UTC
  • Revision ID: james.westby@ubuntu.com-20100111162627-1q2fl9tcuwcywt1e
Tags: 2.6.31-602.4
[ Amit Kucheria ]

* Update to official 2.6.31 BSP release from Freescale

[ Andy Whitcroft ]

* drop a number of modules no longer built

[ Bryan Wu ]

* [Config] Update configs after applying .31 patchset from Freescale
* [Config] Sync with imx51_defconfig from Freescale BSP

[ Upstream Kernel Changes ]

* Update to official 2.6.31 BSP release from Freescale.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2090
2090
 
2091
2091
        /* register the soundcard */
2092
2092
        err = snd_card_create(index[dev], id[dev], THIS_MODULE,
2093
 
                              sizeof(struct mxc_spdif_device), &card);
 
2093
                            sizeof(struct mxc_spdif_device), &card);
2094
2094
        if (err < 0)
2095
2095
                return err;
2096
 
 
2097
2096
        chip = card->private_data;
2098
2097
        chip->card = card;
2099
2098
        card->dev = &pdev->dev;