Commit eeb7f91e authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/spear' into asoc-next

parents 4b6142ae 18b97dbe
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
#include <sound/soc.h> #include <sound/soc.h>
#include <sound/spear_dma.h> #include <sound/spear_dma.h>
struct snd_pcm_hardware spear_pcm_hardware = { static struct snd_pcm_hardware spear_pcm_hardware = {
.info = (SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | .info = (SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER |
SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP_VALID | SNDRV_PCM_INFO_MMAP | SNDRV_PCM_INFO_MMAP_VALID |
SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME), SNDRV_PCM_INFO_PAUSE | SNDRV_PCM_INFO_RESUME),
...@@ -164,7 +164,7 @@ static int spear_pcm_new(struct snd_soc_pcm_runtime *rtd) ...@@ -164,7 +164,7 @@ static int spear_pcm_new(struct snd_soc_pcm_runtime *rtd)
return 0; return 0;
} }
struct snd_soc_platform_driver spear_soc_platform = { static struct snd_soc_platform_driver spear_soc_platform = {
.ops = &spear_pcm_ops, .ops = &spear_pcm_ops,
.pcm_new = spear_pcm_new, .pcm_new = spear_pcm_new,
.pcm_free = spear_pcm_free, .pcm_free = spear_pcm_free,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment