hda: dma: minor cleanup of newlines

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
This commit is contained in:
Liam Girdwood 2018-02-13 14:32:03 +00:00
parent 32b399c051
commit 511d8c0b97
1 changed files with 1 additions and 1 deletions

View File

@ -309,7 +309,6 @@ static int hda_dma_set_config(struct dma *dma, int channel,
p->chan[channel].direction = config->direction;
p->chan[channel].desc_count = desc_count;
/* validate - HDA only supports continuous elems of same size */
list_for_item(plist, &config->elem_list) {
sg_elem = container_of(plist, struct dma_sg_elem, list);
@ -343,6 +342,7 @@ static int hda_dma_set_config(struct dma *dma, int channel,
/* firmware control buffer */
dgcs = DGCS_FWCB;
/* set DGCS.SCS bit to 0 for 32 bit container */
if ((config->direction == SOF_IPC_STREAM_PLAYBACK &&
config->dest_width <= 16) ||