~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to sound/soc/pxa/tosa.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
237
237
},
238
238
};
239
239
 
240
 
static int tosa_probe(struct platform_device *dev)
 
240
static int tosa_probe(struct snd_soc_card *card)
241
241
{
242
242
        int ret;
243
243
 
251
251
        return ret;
252
252
}
253
253
 
254
 
static int tosa_remove(struct platform_device *dev)
 
254
static int tosa_remove(struct snd_soc_card *card)
255
255
{
256
256
        gpio_free(TOSA_GPIO_L_MUTE);
257
257
        return 0;