diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-06-11 08:47:11 -0400 |
|---|---|---|
| committer | Jaroslav Kysela <perex@perex.cz> | 2008-06-13 10:48:05 -0400 |
| commit | d133b0ce6ceaf744184c7cb9f95ba92f333c246a (patch) | |
| tree | 69f1dec77d7d18d2cf859f71bf998bb9d2750dd2 | |
| parent | bdb92876f0a9d2b431199e385732ede89ff0b97d (diff) | |
ALSA: ASoC: Fix WM9713 voice PCM slave mode configuration
Reported-by: Rodolfo Giometti <giometti@enneenne.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
| -rw-r--r-- | sound/soc/codecs/wm9713.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm9713.c b/sound/soc/codecs/wm9713.c index 4f516a5a5616..aba330118784 100644 --- a/sound/soc/codecs/wm9713.c +++ b/sound/soc/codecs/wm9713.c | |||
| @@ -876,7 +876,7 @@ static int wm9713_set_dai_fmt(struct snd_soc_codec_dai *codec_dai, | |||
| 876 | gpio |= 0x0018; | 876 | gpio |= 0x0018; |
| 877 | break; | 877 | break; |
| 878 | case SND_SOC_DAIFMT_CBS_CFS: | 878 | case SND_SOC_DAIFMT_CBS_CFS: |
| 879 | reg |= 0x0200; | 879 | reg |= 0x2000; |
| 880 | gpio |= 0x001a; | 880 | gpio |= 0x001a; |
| 881 | break; | 881 | break; |
| 882 | case SND_SOC_DAIFMT_CBS_CFM: | 882 | case SND_SOC_DAIFMT_CBS_CFM: |
