Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47085
b: refs/heads/master
c: 543a0fb
h: refs/heads/master
i:
  47083: a12ae18
v: v3
  • Loading branch information
Frank Mandarino authored and Jaroslav Kysela committed Feb 9, 2007
1 parent 73474cb commit 23c295d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d7923b2a816625dc4208d89471da6bdcab188cdb
refs/heads/master: 543a0fbe18d0b44f3d037fe6b59458fa0c0d5e4b
14 changes: 7 additions & 7 deletions trunk/sound/soc/at91/at91rm9200-i2s.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,22 +71,22 @@ static struct snd_soc_dai_mode at91rm9200_i2s[] = {
.flags = SND_SOC_DAI_BFS_DIV,
.fs = 750,
.bfs = SND_SOC_FSBD(3),
.flags (7 << 16 | 133),
.priv = (7 << 16 | 133),
},

/* 24k: BCLK = (MCLK/10) = (60MHz/50) = 1.2MHz */
/* 32k: BCLK = (MCLK/3) ~= (60MHz/14) = 4.285714MHz */
{
.fmt = AT91RM9200_I2S_DAIFMT,
.pcmfmt = SNDRV_PCM_FMTBIT_S16_LE,
.pcmrate = SNDRV_PCM_RATE_22050,
.pcmrate = SNDRV_PCM_RATE_32000,
.pcmdir = AT91RM9200_I2S_DIR,
.flags = SND_SOC_DAI_BFS_DIV,
.fs = 500,
.bfs = SND_SOC_FSBD(10),
.priv = (25 << 16 | 24),
.fs = 375,
.bfs = SND_SOC_FSBD(3),
.priv = (7 << 16 | 66),
},

/* 48kHz: BCLK = (MCLK/5) ~= (60MHz/26) = 2.3076923MHz */
/* 48k: BCLK = (MCLK/5) ~= (60MHz/26) = 2.3076923MHz */
{
.fmt = AT91RM9200_I2S_DAIFMT,
.pcmfmt = SNDRV_PCM_FMTBIT_S16_LE,
Expand Down

0 comments on commit 23c295d

Please sign in to comment.