Skip to content
Snippets Groups Projects
Commit 8b7fbbd7 authored by Oleksii Kutuzov's avatar Oleksii Kutuzov
Browse files

[DRIVER][SOUND] wm8983: Update supported rates to 48000

parent 1d979e2d
No related branches found
No related tags found
No related merge requests found
......@@ -1023,14 +1023,14 @@ static struct snd_soc_dai_driver wm8983_dai = {
.stream_name = "Playback",
.channels_min = 2,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000_48000,
.rates = SNDRV_PCM_RATE_48000,
.formats = WM8983_FORMATS,
},
.capture = {
.stream_name = "Capture",
.channels_min = 2,
.channels_max = 2,
.rates = SNDRV_PCM_RATE_8000_48000,
.rates = SNDRV_PCM_RATE_48000,
.formats = WM8983_FORMATS,
},
.ops = &wm8983_dai_ops,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment