Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw87xxx/
H A Daw_monitor.c620 if (monitor->esd_enable) { in aw_monitor_work_func()
632 if (monitor->esd_enable || (monitor_hdr->monitor_switch && in aw_monitor_work_func()
661 if (monitor->esd_enable || (monitor->monitor_hdr.monitor_switch && in aw_monitor_start()
721 if (monitor->esd_enable) { in aw_attr_get_esd_enable()
737 char esd_enable[16] = {0}; in aw_attr_set_esd_enable() local
741 if (sscanf(buf, "%s", esd_enable) == 1) { in aw_attr_set_esd_enable()
742 AW_DEV_LOGD(aw87xxx->dev, "input esd-enable=[%s]", esd_enable); in aw_attr_set_esd_enable()
743 if (!strcmp(esd_enable, "true")) in aw_attr_set_esd_enable()
744 monitor->esd_enable = AW_ESD_ENABLE; in aw_attr_set_esd_enable()
746 monitor->esd_enable = AW_ESD_DISABLE; in aw_attr_set_esd_enable()
[all …]
H A Daw_monitor.h70 bool esd_enable; member