Lines Matching full:axentia
3 // TSE-850 audio - ASoC driver for the Axentia TSE-850 with a PCM5142 codec
5 // Copyright (C) 2016 Axentia Technologies AB
7 // Author: Peter Rosin <peda@axentia.se>
334 cpu_np = of_parse_phandle(np, "axentia,cpu-dai", 0); in tse850_dt_init()
343 codec_np = of_parse_phandle(np, "axentia,audio-codec", 0); in tse850_dt_init()
373 tse850->add = devm_gpiod_get(dev, "axentia,add", GPIOD_OUT_HIGH); in tse850_probe()
379 tse850->loop1 = devm_gpiod_get(dev, "axentia,loop1", GPIOD_OUT_HIGH); in tse850_probe()
385 tse850->loop2 = devm_gpiod_get(dev, "axentia,loop2", GPIOD_OUT_HIGH); in tse850_probe()
391 tse850->ana = devm_regulator_get(dev, "axentia,ana"); in tse850_probe()
425 { .compatible = "axentia,tse850-pcm5142", },
432 .name = "axentia-tse850-pcm5142",
442 MODULE_AUTHOR("Peter Rosin <peda@axentia.se>");