blob: 696fc513e2347830e42ae0818ad207a19c619aa5 [file] [log] [blame]
Grant Likely84bc2782008-07-29 11:42:28 +01001/*
2 * OF helpers for ALSA SoC
3 *
4 * Copyright (C) 2008, Secret Lab Technologies Ltd.
5 */
6
7#ifndef _INCLUDE_SOC_OF_H_
8#define _INCLUDE_SOC_OF_H_
9
10#include <linux/of.h>
11#include <sound/soc.h>
12
13int of_snd_soc_register_codec(struct snd_soc_codec_device *codec_dev,
14 void *codec_data, struct snd_soc_dai *dai,
15 struct device_node *node);
16
17int of_snd_soc_register_platform(struct snd_soc_platform *platform,
18 struct device_node *node,
19 struct snd_soc_dai *cpu_dai);
20
21#endif /* _INCLUDE_SOC_OF_H_ */