Searched refs:odroidx2_dai (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/samsung/
H A Dodroidx2_max98090.c24 static struct snd_soc_dai_link odroidx2_dai[]; variable in typeref:struct:snd_soc_dai_link
35 if (ret < 0 || of_find_property(odroidx2_dai[0].codec_of_node, odroidx2_late_probe()
55 static struct snd_soc_dai_link odroidx2_dai[] = { variable in typeref:struct:snd_soc_dai_link
67 .dai_link = odroidx2_dai,
68 .num_links = ARRAY_SIZE(odroidx2_dai),
135 odroidx2_dai[0].codec_of_node = codec_node; odroidx2_audio_probe()
136 odroidx2_dai[0].cpu_of_node = i2s_node; odroidx2_audio_probe()
137 odroidx2_dai[0].platform_of_node = i2s_node; odroidx2_audio_probe()
160 of_node_put(odroidx2_dai[0].cpu_of_node); odroidx2_audio_remove()
161 of_node_put(odroidx2_dai[0].codec_of_node); odroidx2_audio_remove()

Completed in 73 milliseconds