pcm-alsa: fix red.

Change-Id: Id8d5442b0b3eb4ce3c20d1c9d24f07b5378cc22f
This commit is contained in:
Solomon Peachy 2020-10-25 08:38:24 -04:00
parent 4afd1f9aa6
commit d4a80ce94b
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ void pcm_rec_dma_close(void)
{
logf("Rec DMA Close");
// close_hwdev();
open_hwdev(playback_dev, SND_PCM_STREAM_PLAYBACK;
open_hwdev(playback_dev, SND_PCM_STREAM_PLAYBACK);
}
void pcm_rec_dma_start(void *start, size_t size)