diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-04-19 11:39:38 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-04-19 11:39:38 +0200 |
commit | 1e2ae4ddd373af6fa3ea2483d7fc4a08c7f54395 (patch) | |
tree | a1d78a51725dbcf2d8ffb38873c0825f48944015 /sound/soc/omap/osk5912.c | |
parent | Remove 'recurse into child resources' logic from 'reserve_region_with_split()' (diff) | |
parent | ASoC: OMAP: Fix FS polarity in OSK5912 machine driver (diff) | |
download | linux-1e2ae4ddd373af6fa3ea2483d7fc4a08c7f54395.tar.xz linux-1e2ae4ddd373af6fa3ea2483d7fc4a08c7f54395.zip |
Merge branch 'fix/asoc' into for-linus
* fix/asoc:
ASoC: OMAP: Fix FS polarity in OSK5912 machine driver
ASoC: OMAP: Fix DSP_B format in OMAP McBSP DAI driver
ASoC: Fix include build error in s3c2412-i2s.c
ASoC: Fix s3c-i2s-v2.c snd_soc_dai changes
ASoC: s3c-i2s-v2.c fix for s3c_i2sv2_iis_calc_rate
ASoC: Fix jive_wm8750.c build problems
ASoC: pxa-ssp: allow setting of dai format 0
Diffstat (limited to 'sound/soc/omap/osk5912.c')
-rw-r--r-- | sound/soc/omap/osk5912.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/omap/osk5912.c b/sound/soc/omap/osk5912.c index a952a4eb3361..a4e149b7f0eb 100644 --- a/sound/soc/omap/osk5912.c +++ b/sound/soc/omap/osk5912.c @@ -62,7 +62,7 @@ static int osk_hw_params(struct snd_pcm_substream *substream, /* Set codec DAI configuration */ err = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_DSP_B | - SND_SOC_DAIFMT_NB_IF | + SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBM_CFM); if (err < 0) { printk(KERN_ERR "can't set codec DAI configuration\n"); @@ -72,7 +72,7 @@ static int osk_hw_params(struct snd_pcm_substream *substream, /* Set cpu DAI configuration */ err = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_DSP_B | - SND_SOC_DAIFMT_NB_IF | + SND_SOC_DAIFMT_NB_NF | SND_SOC_DAIFMT_CBM_CFM); if (err < 0) { printk(KERN_ERR "can't set cpu DAI configuration\n"); |