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

Commit 7309d2e2 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Mark Brown
Browse files

ASoC: trivial: typo in debug comment

parent 82e14e8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -382,7 +382,7 @@ static int atmel_pcm_new(struct snd_card *card,
	}

	if (dai->driver->capture.channels_min) {
		pr_debug("at32-pcm:"
		pr_debug("atmel-pcm:"
				"Allocating PCM capture DMA buffer\n");
		ret = atmel_pcm_preallocate_dma_buffer(pcm,
			SNDRV_PCM_STREAM_CAPTURE);