diff options
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 444f9c211379..9356c1ce98c1 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -162,7 +162,7 @@ extern struct snd_ac97_bus_ops soc_ac97_ops; | |||
162 | /* pcm <-> DAI connect */ | 162 | /* pcm <-> DAI connect */ |
163 | void snd_soc_free_pcms(struct snd_soc_device *socdev); | 163 | void snd_soc_free_pcms(struct snd_soc_device *socdev); |
164 | int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid); | 164 | int snd_soc_new_pcms(struct snd_soc_device *socdev, int idx, const char *xid); |
165 | int snd_soc_register_card(struct snd_soc_device *socdev); | 165 | int snd_soc_init_card(struct snd_soc_device *socdev); |
166 | 166 | ||
167 | /* set runtime hw params */ | 167 | /* set runtime hw params */ |
168 | int snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream, | 168 | int snd_soc_set_runtime_hwparams(struct snd_pcm_substream *substream, |