Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 472346da authored by Roel Kluin's avatar Roel Kluin Committed by Takashi Iwai
Browse files

ALSA: ASoC: fix a typo in omp-pcm.c



Fix a typo (& and &&)

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarLiam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c6913485
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ static int omap_pcm_hw_params(struct snd_pcm_substream *substream,
	prtd->dma_data = dma_data;
	err = omap_request_dma(dma_data->dma_req, dma_data->name,
			       omap_pcm_dma_irq, substream, &prtd->dma_ch);
	if (!err & !cpu_is_omap1510()) {
	if (!err && !cpu_is_omap1510()) {
		/*
		 * Link channel with itself so DMA doesn't need any
		 * reprogramming while looping the buffer