Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm8741.c398 switch (wm8741->pdata.diff_mode) { in wm8741_configure()
405 wm8741->pdata.diff_mode << WM8741_DIFF_SHIFT); in wm8741_configure()
428 switch (wm8741->pdata.diff_mode) { in wm8741_add_controls()
530 u32 diff_mode; in wm8741_set_pdata() local
533 if (of_property_read_u32(dev->of_node, "diff-mode", &diff_mode) in wm8741_set_pdata()
535 wm8741->pdata.diff_mode = diff_mode; in wm8741_set_pdata()
Dwm8741.h218 u32 diff_mode; /* Differential Output Mode */ member