~ubuntu-branches/ubuntu/trusty/linux-lts-vivid/trusty-proposed

« back to all changes in this revision

Viewing changes to sound/soc/spear/spear_pcm.c

  • Committer: Package Import Robot
  • Author(s): Luis Henriques, Kamal Mostafa, K. Y. Srinivasan
  • Date: 2015-11-23 13:24:32 UTC
  • Revision ID: package-import@ubuntu.com-20151123132432-903xk653el60bfun
[ Kamal Mostafa ]

* Release Tracking Bug
  - LP: #1518519

[ K. Y. Srinivasan ]

* SAUCE: Drivers: hv: vmbus: Fix a Host signaling bug
  - LP: #1508706

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
        *config = spear_dmaengine_pcm_config;
45
45
        config->compat_filter_fn = filter;
46
46
 
47
 
        return snd_dmaengine_pcm_register(dev, config,
 
47
        return devm_snd_dmaengine_pcm_register(dev, config,
48
48
                SND_DMAENGINE_PCM_FLAG_NO_DT |
49
49
                SND_DMAENGINE_PCM_FLAG_COMPAT);
50
50
}