diff options
author | Vinod Koul <vinod.koul@intel.com> | 2015-02-02 16:55:35 -0800 |
---|---|---|
committer | Vinod Koul <vinod.koul@intel.com> | 2015-02-02 16:55:35 -0800 |
commit | 2cd6f7928ca42c7744f493e0ae2a4acaf02331a0 (patch) | |
tree | 2051ca01dbfeaa3185df454d874b6c450f540a92 /sound | |
parent | c914570f28552eb4ed6f016ec7b1db292a7c924b (diff) | |
parent | 5cf5aec5b38a5143883fc5b689bf5c1c8ee48aa3 (diff) | |
download | linux-2cd6f7928ca42c7744f493e0ae2a4acaf02331a0.tar.bz2 |
Merge branch 'topic/slave_caps_device_control_fix_rebased' into for-linus
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/soc-generic-dmaengine-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/soc-generic-dmaengine-pcm.c b/sound/soc/soc-generic-dmaengine-pcm.c index b329b84bc5af..851f7afcd5dc 100644 --- a/sound/soc/soc-generic-dmaengine-pcm.c +++ b/sound/soc/soc-generic-dmaengine-pcm.c @@ -151,7 +151,7 @@ static int dmaengine_pcm_set_runtime_hwparams(struct snd_pcm_substream *substrea hw.info |= SNDRV_PCM_INFO_BATCH; if (substream->stream == SNDRV_PCM_STREAM_PLAYBACK) - addr_widths = dma_caps.dstn_addr_widths; + addr_widths = dma_caps.dst_addr_widths; else addr_widths = dma_caps.src_addr_widths; } |