Skip to content

Commit

Permalink
ALSA: ASoc: DaVinci: davinci-evm use dsp_b mode
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
  • Loading branch information
tkisky authored and broonie committed Dec 20, 2008
1 parent 9e03162 commit d6f8339
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sound/soc/davinci/davinci-evm.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@

#define EVM_CODEC_CLOCK 22579200

#define AUDIO_FORMAT (SND_SOC_DAIFMT_I2S | \
SND_SOC_DAIFMT_CBM_CFM | SND_SOC_DAIFMT_NB_NF)
#define AUDIO_FORMAT (SND_SOC_DAIFMT_DSP_B | \
SND_SOC_DAIFMT_CBM_CFM | SND_SOC_DAIFMT_IB_NF)
static int evm_hw_params(struct snd_pcm_substream *substream,
struct snd_pcm_hw_params *params)
{
Expand Down

0 comments on commit d6f8339

Please sign in to comment.