Commit 298a2c75 authored by Frank Mandarino's avatar Frank Mandarino Committed by Jaroslav Kysela

[ALSA] ASoC WM8731 support for 32k @ 12MHz sysclk

This patch adds support for 32k audio on the WM8731 when running from a
12MHz system clock.
Signed-off-by: default avatarFrank Mandarino <fmandarino@endrelia.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
Signed-off-by: default avatarJaroslav Kysela <perex@suse.cz>
parent e35115a5
...@@ -435,6 +435,7 @@ static const struct _coeff_div coeff_div[] = { ...@@ -435,6 +435,7 @@ static const struct _coeff_div coeff_div[] = {
/* 32k */ /* 32k */
{12288000, 32000, 384, 0x6, 0x0, 0x0}, {12288000, 32000, 384, 0x6, 0x0, 0x0},
{18432000, 32000, 576, 0x6, 0x1, 0x0}, {18432000, 32000, 576, 0x6, 0x1, 0x0},
{12000000, 32000, 375, 0x6, 0x0, 0x1},
/* 8k */ /* 8k */
{12288000, 8000, 1536, 0x3, 0x0, 0x0}, {12288000, 8000, 1536, 0x3, 0x0, 0x0},
......
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