Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 36e82da9 authored by Mark Brown's avatar Mark Brown
Browse files

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

parents 8c081faf 20ebbd2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
RT5665/RT5666/RT5668 audio CODEC
RT5665/RT5666 audio CODEC

This device supports I2C only.

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.

+168 −182

File changed.

Preview size limit exceeded, changes collapsed.

+1 −2
Original line number Diff line number Diff line
@@ -1978,7 +1978,6 @@ enum {
enum {
	CODEC_5665,
	CODEC_5666,
	CODEC_5668,
};

/* filter mask */
@@ -2003,7 +2002,7 @@ enum {
	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);

#endif /* __RT5665_H__ */