10 #include <linux/module.h>
34 {
"Headphone Jack",
NULL,
"LHPOUT"},
35 {
"Headphone Jack",
NULL,
"RHPOUT"},
37 {
"Line Out",
NULL,
"LOUT" },
38 {
"Line Out",
NULL,
"ROUT" },
40 {
"LLINEIN",
NULL,
"Line In"},
41 {
"RLINEIN",
NULL,
"Line In"},
43 {
"MICIN",
NULL,
"Mic Jack"},
69 .name =
"tlv320aic23",
70 .stream_name =
"TLV320AIC23",
71 .codec_name =
"tlv320aic3x-codec.0-001a",
72 .cpu_dai_name =
"s3c24xx-iis",
73 .codec_dai_name =
"tlv320aic3x-hifi",
74 .platform_name =
"samsung-audio",
75 .init = simtec_tlv320aic23_init,
79 static struct snd_soc_card snd_soc_machine_simtec_aic23 = {
82 .dai_link = &simtec_dai_aic23,
87 .dapm_routes = base_map,
99 .name =
"s3c24xx-simtec-tlv320aic23",
102 .probe = simtec_audio_tlv320aic23_probe,