Lines Matching refs:NULL
60 return NULL; in cht_get_codec_dai()
96 SND_SOC_DAPM_HP("Headphone", NULL),
97 SND_SOC_DAPM_MIC("Headset Mic", NULL),
98 SND_SOC_DAPM_MIC("Int Mic", NULL),
99 SND_SOC_DAPM_SPK("Ext Spk", NULL),
105 {"IN1P", NULL, "Headset Mic"},
106 {"IN1N", NULL, "Headset Mic"},
107 {"DMIC L1", NULL, "Int Mic"},
108 {"DMIC R1", NULL, "Int Mic"},
109 {"Headphone", NULL, "HPOL"},
110 {"Headphone", NULL, "HPOR"},
111 {"Ext Spk", NULL, "SPOL"},
112 {"Ext Spk", NULL, "SPOR"},
113 {"AIF1 Playback", NULL, "ssp2 Tx"},
114 {"ssp2 Tx", NULL, "codec_out0"},
115 {"ssp2 Tx", NULL, "codec_out1"},
116 {"codec_in0", NULL, "ssp2 Rx" },
117 {"codec_in1", NULL, "ssp2 Rx" },
118 {"ssp2 Rx", NULL, "AIF1 Capture"},
119 {"Headphone", NULL, "Platform Clock"},
120 {"Headset Mic", NULL, "Platform Clock"},
121 {"Int Mic", NULL, "Platform Clock"},
122 {"Ext Spk", NULL, "Platform Clock"},
126 {"IN1P", NULL, "Headset Mic"},
127 {"IN1N", NULL, "Headset Mic"},
128 {"DMIC L2", NULL, "Int Mic"},
129 {"DMIC R2", NULL, "Int Mic"},
130 {"Headphone", NULL, "HPOL"},
131 {"Headphone", NULL, "HPOR"},
132 {"Ext Spk", NULL, "SPOL"},
133 {"Ext Spk", NULL, "SPOR"},
134 {"AIF1 Playback", NULL, "ssp2 Tx"},
135 {"ssp2 Tx", NULL, "codec_out0"},
136 {"ssp2 Tx", NULL, "codec_out1"},
137 {"codec_in0", NULL, "ssp2 Rx" },
138 {"codec_in1", NULL, "ssp2 Rx" },
139 {"ssp2 Rx", NULL, "AIF1 Capture"},
140 {"Headphone", NULL, "Platform Clock"},
141 {"Headset Mic", NULL, "Platform Clock"},
142 {"Int Mic", NULL, "Platform Clock"},
143 {"Ext Spk", NULL, "Platform Clock"},
210 NULL, 0); in cht_codec_init()
351 &found, NULL)) && found) { in snd_cht_mc_probe()