|
@@ -273,13 +273,13 @@ static int dummy_dma_open(struct snd_pcm_substream *substream)
|
|
|
return 0;
|
|
|
}
|
|
|
|
|
|
-static const struct snd_pcm_ops dummy_dma_ops = {
|
|
|
+static const struct snd_pcm_ops snd_dummy_dma_ops = {
|
|
|
.open = dummy_dma_open,
|
|
|
.ioctl = snd_pcm_lib_ioctl,
|
|
|
};
|
|
|
|
|
|
static const struct snd_soc_component_driver dummy_platform = {
|
|
|
- .ops = &dummy_dma_ops,
|
|
|
+ .ops = &snd_dummy_dma_ops,
|
|
|
};
|
|
|
|
|
|
static const struct snd_soc_component_driver dummy_codec = {
|