Searched refs:lineout (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/fabrics/ |
H A D | layout.c | 614 /* we need these for headphone/lineout detection */ 669 AMP_CONTROL(lineout, "Line-Out Switch"); 899 int headphones, lineout; in layout_attached_codec() local 908 lineout = codec->gpio->methods->get_detect(codec->gpio, in layout_attached_codec() 918 if (headphones <= 0 && lineout <= 0) in layout_attached_codec() 947 if (lineout == 1) in layout_attached_codec()
|
/kernel/linux/linux-6.6/sound/aoa/fabrics/ |
H A D | layout.c | 614 /* we need these for headphone/lineout detection */ 669 AMP_CONTROL(lineout, "Line-Out Switch"); 899 int headphones, lineout; in layout_attached_codec() local 908 lineout = codec->gpio->methods->get_detect(codec->gpio, in layout_attached_codec() 918 if (headphones <= 0 && lineout <= 0) in layout_attached_codec() 947 if (lineout == 1) in layout_attached_codec()
|
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | tumbler.c | 961 int headphone, lineout; in device_change_handler() local 971 lineout = tumbler_detect_lineout(chip); in device_change_handler() 973 DBG("headphone: %d, lineout: %d\n", headphone, lineout); in device_change_handler() 975 if (headphone || lineout) { in device_change_handler() 976 /* unmute headphone/lineout & mute speaker */ in device_change_handler() 980 if (lineout && mix->line_mute.addr != 0) in device_change_handler() 1004 mix->drc_enable = ! (headphone || lineout); in device_change_handler() 1285 "platform-do-lineout-mute", in tumbler_init() 1288 "platform-do-lineout in tumbler_init() [all...] |
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | tumbler.c | 971 int headphone, lineout; in device_change_handler() local 981 lineout = tumbler_detect_lineout(chip); in device_change_handler() 983 DBG("headphone: %d, lineout: %d\n", headphone, lineout); in device_change_handler() 985 if (headphone || lineout) { in device_change_handler() 986 /* unmute headphone/lineout & mute speaker */ in device_change_handler() 990 if (lineout && mix->line_mute.addr != 0) in device_change_handler() 1014 mix->drc_enable = ! (headphone || lineout); in device_change_handler() 1293 "platform-do-lineout-mute", in tumbler_init() 1296 "platform-do-lineout in tumbler_init() [all...] |
/kernel/linux/linux-5.10/sound/aoa/core/ |
H A D | gpio-pmf.c | 35 PMF_GPIO(lineout, 2); 151 name = "lineout-detect"; in pmf_set_notify() 223 name = "lineout-detect"; in pmf_get_detect()
|
H A D | gpio-feature.c | 163 FTR_GPIO(lineout, 2); 240 get_gpio("lineout-mute", NULL, in ftr_gpio_init() 258 lineout_detect_node = get_gpio("lineout-detect", "line-output-detect", in ftr_gpio_init() 334 name = "lineout-detect"; in ftr_set_notify()
|
/kernel/linux/linux-6.6/sound/aoa/core/ |
H A D | gpio-pmf.c | 35 PMF_GPIO(lineout, 2); 151 name = "lineout-detect"; in pmf_set_notify() 223 name = "lineout-detect"; in pmf_get_detect()
|
H A D | gpio-feature.c | 163 FTR_GPIO(lineout, 2); 240 get_gpio("lineout-mute", NULL, in ftr_gpio_init() 258 lineout_detect_node = get_gpio("lineout-detect", "line-output-detect", in ftr_gpio_init() 334 name = "lineout-detect"; in ftr_set_notify()
|
Completed in 13 milliseconds