diff options
Diffstat (limited to 'sound/soc/intel/atom/sst-mfld-platform-pcm.c')
| -rw-r--r-- | sound/soc/intel/atom/sst-mfld-platform-pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/atom/sst-mfld-platform-pcm.c b/sound/soc/intel/atom/sst-mfld-platform-pcm.c index 21cac1c8dd4c..b082b31023d5 100644 --- a/sound/soc/intel/atom/sst-mfld-platform-pcm.c +++ b/sound/soc/intel/atom/sst-mfld-platform-pcm.c | |||
| @@ -690,7 +690,7 @@ static int sst_pcm_new(struct snd_soc_pcm_runtime *rtd) | |||
| 690 | snd_dma_continuous_data(GFP_DMA), | 690 | snd_dma_continuous_data(GFP_DMA), |
| 691 | SST_MIN_BUFFER, SST_MAX_BUFFER); | 691 | SST_MIN_BUFFER, SST_MAX_BUFFER); |
| 692 | if (retval) { | 692 | if (retval) { |
| 693 | dev_err(rtd->dev, "dma buffer allocationf fail\n"); | 693 | dev_err(rtd->dev, "dma buffer allocation failure\n"); |
| 694 | return retval; | 694 | return retval; |
| 695 | } | 695 | } |
| 696 | } | 696 | } |
