~ubuntu-audio-dev/alsa-driver/tiwai-trunk2

« back to all changes in this revision

Viewing changes to soc/generic/simple-card.c

  • Committer: Canonistack server
  • Date: 2016-05-27 17:04:40 UTC
  • Revision ID: david.henningsson@canonical.com-20160527170440-e1vppk5freik7anx
Test run of 623 machines: 3 failing with 3 errors and 0 warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
643
643
static struct platform_driver asoc_simple_card = {
644
644
        .driver = {
645
645
                .name = "asoc-simple-card",
 
646
                .pm = &snd_soc_pm_ops,
646
647
                .of_match_table = asoc_simple_of_match,
647
648
        },
648
649
        .probe = asoc_simple_card_probe,