media: solo6x10: Remove superfluous snd_dma_continuous_data()
authorTakashi Iwai <tiwai@suse.de>
Mon, 4 Nov 2019 13:33:58 +0000 (14:33 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 11 Nov 2019 08:13:51 +0000 (09:13 +0100)
commitef99d99b2fd921148dc15e706f2fb071ba3fee6c
tree62c716f0f91bab5e677aeb472d12068742b6031b
parent9cb7831384cefdb91378738b66c7f3e1bfd7e26c
media: solo6x10: Remove superfluous snd_dma_continuous_data()

The recent change (commit 08422d2c559d: "ALSA: memalloc: Allow NULL
device for SNDRV_DMA_TYPE_CONTINOUS type") made the PCM preallocation
helper accepting NULL as the device pointer for the default usage.
Drop the snd_dma_continuous_data() usage that became superfluous from
the callers.

Acked-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
drivers/media/pci/solo6x10/solo6x10-g723.c
drivers/media/usb/usbtv/usbtv-audio.c