|
@@ -1531,7 +1531,6 @@ static int snd_wss_playback_open(struct snd_pcm_substream *substream)
|
|
|
if (err < 0) {
|
|
|
if (chip->release_dma)
|
|
|
chip->release_dma(chip, chip->dma_private_data, chip->dma1);
|
|
|
- snd_free_pages(runtime->dma_area, runtime->dma_bytes);
|
|
|
return err;
|
|
|
}
|
|
|
chip->playback_substream = substream;
|
|
@@ -1572,7 +1571,6 @@ static int snd_wss_capture_open(struct snd_pcm_substream *substream)
|
|
|
if (err < 0) {
|
|
|
if (chip->release_dma)
|
|
|
chip->release_dma(chip, chip->dma_private_data, chip->dma2);
|
|
|
- snd_free_pages(runtime->dma_area, runtime->dma_bytes);
|
|
|
return err;
|
|
|
}
|
|
|
chip->capture_substream = substream;
|