10 #include <linux/module.h>
28 {
"Headphone Jack",
NULL,
"HPLOUT" },
29 {
"Headphone Jack",
NULL,
"HPLCOM" },
30 {
"Headphone Jack",
NULL,
"HPROUT" },
31 {
"Headphone Jack",
NULL,
"HPRCOM" },
35 {
"LINE1L",
NULL,
"ZV" },
36 {
"LINE1R",
NULL,
"ZV" },
40 {
"LINE2L",
NULL,
"Line In" },
41 {
"LINE2R",
NULL,
"Line In" },
45 {
"MIC3L",
NULL,
"Mic Jack" },
49 {
"GSM Out",
NULL,
"MONO_LOUT" },
50 {
"MIC3L",
NULL,
"GSM In" },
80 .name =
"tlv320aic33",
81 .stream_name =
"TLV320AIC33",
82 .codec_name =
"tlv320aic3x-codec.0-001a",
83 .cpu_dai_name =
"s3c24xx-iis",
84 .codec_dai_name =
"tlv320aic3x-hifi",
85 .platform_name =
"samsung-audio",
86 .init = simtec_hermes_init,
90 static struct snd_soc_card snd_soc_machine_simtec_aic33 = {
91 .name =
"Simtec-Hermes",
93 .dai_link = &simtec_dai_aic33,
98 .dapm_routes = base_map,
111 .name =
"s3c24xx-simtec-hermes-snd",
114 .probe = simtec_audio_hermes_probe,