summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/av8100_audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sound/soc/codecs/av8100_audio.h')
-rw-r--r--sound/soc/codecs/av8100_audio.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/sound/soc/codecs/av8100_audio.h b/sound/soc/codecs/av8100_audio.h
index 15a06374c41..594d66e97ee 100644
--- a/sound/soc/codecs/av8100_audio.h
+++ b/sound/soc/codecs/av8100_audio.h
@@ -10,8 +10,8 @@
* it under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*/
-#ifndef AV8100_CODEC_H
-#define AV8100_CODEC_H
+#ifndef AV8100_AUDIO_CODEC_H
+#define AV8100_AUDIO_CODEC_H
/* Supported sampling rates */
#define AV8100_SUPPORTED_RATE (SNDRV_PCM_RATE_48000)
@@ -152,10 +152,11 @@ struct hdmi_audio_settings {
bool downmix_inhibit;
};
-int av8100_codec_change_hdmi_audio_settings(struct snd_soc_dai *dai,
+/* Extended interface for codec-driver */
+int av8100_audio_change_hdmi_audio_settings(struct snd_soc_dai *dai,
struct hdmi_audio_settings *as);
-#endif /* AV8100_CODEC_H */
+#endif /* AV8100_AUDIO_CODEC_H */