aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/omap/omap-abe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/omap/omap-abe.c')
-rw-r--r--sound/soc/omap/omap-abe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/omap-abe.c b/sound/soc/omap/omap-abe.c
index 943f9d6..86a0eae 100644
--- a/sound/soc/omap/omap-abe.c
+++ b/sound/soc/omap/omap-abe.c
@@ -1425,7 +1425,7 @@ static struct snd_soc_dai_driver omap_abe_dai[] = {
.stream_name = "MultiMedia1 Playback",
.channels_min = 1,
.channels_max = 2,
- .rates = SNDRV_PCM_RATE_48000,
+ .rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_44100,
.formats = OMAP_ABE_FORMATS,
},
.capture = {
@@ -1478,7 +1478,7 @@ static struct snd_soc_dai_driver omap_abe_dai[] = {
.stream_name = "Tones Playback",
.channels_min = 1,
.channels_max = 2,
- .rates = SNDRV_PCM_RATE_48000,
+ .rates = SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_44100,
.formats = OMAP_ABE_FORMATS,
},
.ops = &omap_abe_dai_ops,