···11+#ifndef _S3C24XX_UDA134X_H_22+#define _S3C24XX_UDA134X_H_ 133+44+#include <sound/uda134x.h>55+66+struct s3c24xx_uda134x_platform_data {77+ int l3_clk;88+ int l3_mode;99+ int l3_data;1010+ void (*power) (int);1111+ int model;1212+};1313+1414+#endif
+5
sound/soc/s3c24xx/Kconfig
···4444 Say Y if you want to add support for SoC audio on ln2440sbc4545 with the ALC650.46464747+config SND_S3C24XX_SOC_S3C24XX_UDA134X4848+ tristate "SoC I2S Audio support UDA134X wired to a S3C24XX"4949+ depends on SND_S3C24XX_SOC5050+ select SND_S3C24XX_SOC_I2S5151+ select SND_SOC_UDA134X