diff options
author | Lionel Xu <Lionel.Xu@freescale.com> | 2011-12-09 14:25:53 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:18:42 +0800 |
commit | 36f9076ebcfe1c5a76f8a039b3303f6cf59a6177 (patch) | |
tree | f4e9ec4643c74e06aaa7b62b018b760d6dc8441b /sound/soc/codecs | |
parent | 4bb10787adce61664ab95675e962689c29a07588 (diff) |
ENGR00162729 MX6 ESAI: To reset the codec before initing a stream playbacking
Sometimes there is no sound after starting a stream playbacking, this problem
can be resolved by resetting external codec at the beginning of startup.
Signed-off-by: Lionel Xu <R63889@freescale.com>
Diffstat (limited to 'sound/soc/codecs')
-rw-r--r-- | sound/soc/codecs/cs42888.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/cs42888.h b/sound/soc/codecs/cs42888.h index a650c9da5338..bea8beb8b70d 100644 --- a/sound/soc/codecs/cs42888.h +++ b/sound/soc/codecs/cs42888.h @@ -19,6 +19,7 @@ * the .codec_dai field of your machine driver's snd_soc_dai_link structure. */ extern struct snd_soc_dai_driver cs42888_dai; +#define CS42888_RST 235 /* * The ASoC codec device structure for the CS42888. Assign this structure |