Lines Matching defs:codec
3 * tegra20_wm9712.c - Tegra machine ASoC driver for boards using WM9712 codec.
28 struct platform_device *codec;
45 DAILINK_COMP_ARRAY(COMP_CODEC("wm9712-codec", "wm9712-hifi")),
82 machine->codec = platform_device_alloc("wm9712-codec", -1);
83 if (!machine->codec) {
88 ret = platform_device_add(machine->codec);
129 platform_device_del(machine->codec);
131 platform_device_put(machine->codec);
142 platform_device_unregister(machine->codec);