Skip to content

Commit

Permalink
[ALSA] ASoC WM8731 support for 32k @ 12MHz sysclk
Browse files Browse the repository at this point in the history
This patch adds support for 32k audio on the WM8731 when running from a
12MHz system clock.

Signed-off-by: Frank Mandarino <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
Signed-off-by: Jaroslav Kysela <[email protected]>
  • Loading branch information
Frank Mandarino authored and Jaroslav Kysela committed Feb 9, 2007
1 parent e35115a commit 298a2c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/wm8731.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ static const struct _coeff_div coeff_div[] = {
/* 32k */
{12288000, 32000, 384, 0x6, 0x0, 0x0},
{18432000, 32000, 576, 0x6, 0x1, 0x0},
{12000000, 32000, 375, 0x6, 0x0, 0x1},

/* 8k */
{12288000, 8000, 1536, 0x3, 0x0, 0x0},
Expand Down

0 comments on commit 298a2c7

Please sign in to comment.