Commit 36e82da9 authored by Mark Brown's avatar Mark Brown

Merge remote-tracking branch 'asoc/topic/rt5665' into asoc-next

parents 8c081faf 20ebbd2f
RT5665/RT5666/RT5668 audio CODEC RT5665/RT5666 audio CODEC
This device supports I2C only. This device supports I2C only.
Required properties: Required properties:
- compatible : One of "realtek,rt5665", "realtek,rt5666" or "realtek,rt5668". - compatible : One of "realtek,rt5665", "realtek,rt5666".
- reg : The I2C address of the device. - reg : The I2C address of the device.
......
This diff is collapsed.
...@@ -1978,7 +1978,6 @@ enum { ...@@ -1978,7 +1978,6 @@ enum {
enum { enum {
CODEC_5665, CODEC_5665,
CODEC_5666, CODEC_5666,
CODEC_5668,
}; };
/* filter mask */ /* filter mask */
...@@ -2003,7 +2002,7 @@ enum { ...@@ -2003,7 +2002,7 @@ enum {
RT5665_CLK_SEL_SYS4, RT5665_CLK_SEL_SYS4,
}; };
int rt5665_sel_asrc_clk_src(struct snd_soc_codec *codec, int rt5665_sel_asrc_clk_src(struct snd_soc_component *component,
unsigned int filter_mask, unsigned int clk_src); unsigned int filter_mask, unsigned int clk_src);
#endif /* __RT5665_H__ */ #endif /* __RT5665_H__ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment