diff options
| author | Troy Kisky <troy.kisky@boundarydevices.com> | 2008-12-19 15:05:25 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-20 08:05:39 -0500 |
| commit | d6f833965e594015ee05341e43ff4a86f11596b3 (patch) | |
| tree | 255365b39e0e1c0f4249da3d8ba93ca22a5a8616 | |
| parent | 9e031624d50c82a47671e09cc996eebb9e36f698 (diff) | |
ALSA: ASoc: DaVinci: davinci-evm use dsp_b mode
Sense DaVinci does not support true I2S mode and
we don't have to use the hack, use dsp_b mode instead
Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
| -rw-r--r-- | sound/soc/davinci/davinci-evm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index d2476e206a87..01b948bb55a1 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c | |||
| @@ -28,8 +28,8 @@ | |||
| 28 | 28 | ||
| 29 | #define EVM_CODEC_CLOCK 22579200 | 29 | #define EVM_CODEC_CLOCK 22579200 |
| 30 | 30 | ||
| 31 | #define AUDIO_FORMAT (SND_SOC_DAIFMT_I2S | \ | 31 | #define AUDIO_FORMAT (SND_SOC_DAIFMT_DSP_B | \ |
| 32 | SND_SOC_DAIFMT_CBM_CFM | SND_SOC_DAIFMT_NB_NF) | 32 | SND_SOC_DAIFMT_CBM_CFM | SND_SOC_DAIFMT_IB_NF) |
| 33 | static int evm_hw_params(struct snd_pcm_substream *substream, | 33 | static int evm_hw_params(struct snd_pcm_substream *substream, |
| 34 | struct snd_pcm_hw_params *params) | 34 | struct snd_pcm_hw_params *params) |
| 35 | { | 35 | { |
