diff options
| author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 06:06:38 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-02-11 06:06:38 -0500 |
| commit | 556d8b55d083ad487067680feaf179664172bd4e (patch) | |
| tree | 36005d676bd1b7aeb4f3ff7dcda3f22bde051161 /include/sound | |
| parent | f0f3214e8be1068121ba829fcd8c1c22b5bd6975 (diff) | |
| parent | 8c2d6a9f9cfa59acfa63ee88e70d58f0ba3eaf21 (diff) | |
Merge remote-tracking branch 'asoc/topic/of' into asoc-next
Diffstat (limited to 'include/sound')
| -rw-r--r-- | include/sound/soc-dai.h | 2 | ||||
| -rw-r--r-- | include/sound/soc.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/include/sound/soc-dai.h b/include/sound/soc-dai.h index e30a00c14196..3d84808952b9 100644 --- a/include/sound/soc-dai.h +++ b/include/sound/soc-dai.h | |||
| @@ -45,7 +45,7 @@ struct snd_compr_stream; | |||
| 45 | * sending or receiving PCM data in a frame. This can be used to save power. | 45 | * sending or receiving PCM data in a frame. This can be used to save power. |
| 46 | */ | 46 | */ |
| 47 | #define SND_SOC_DAIFMT_CONT (1 << 4) /* continuous clock */ | 47 | #define SND_SOC_DAIFMT_CONT (1 << 4) /* continuous clock */ |
| 48 | #define SND_SOC_DAIFMT_GATED (2 << 4) /* clock is gated */ | 48 | #define SND_SOC_DAIFMT_GATED (0 << 4) /* clock is gated */ |
| 49 | 49 | ||
| 50 | /* | 50 | /* |
| 51 | * DAI hardware signal inversions. | 51 | * DAI hardware signal inversions. |
diff --git a/include/sound/soc.h b/include/sound/soc.h index c76d0242c2a8..a6a059ca3874 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
| @@ -1171,6 +1171,8 @@ int snd_soc_of_parse_card_name(struct snd_soc_card *card, | |||
| 1171 | const char *propname); | 1171 | const char *propname); |
| 1172 | int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, | 1172 | int snd_soc_of_parse_audio_routing(struct snd_soc_card *card, |
| 1173 | const char *propname); | 1173 | const char *propname); |
| 1174 | unsigned int snd_soc_of_parse_daifmt(struct device_node *np, | ||
| 1175 | const char *prefix); | ||
| 1174 | 1176 | ||
| 1175 | #include <sound/soc-dai.h> | 1177 | #include <sound/soc-dai.h> |
| 1176 | 1178 | ||
