Home
last modified time | relevance | path

Searched refs:pwm_type_s (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/atmel/
H A Datmel-classd.c51 const char *pwm_type_s; in atmel_classd_dt_init() local
63 ret = of_property_read_string(np, "atmel,pwm-type", &pwm_type_s); in atmel_classd_dt_init()
64 if ((ret == 0) && (strcmp(pwm_type_s, "diff") == 0)) in atmel_classd_dt_init()