Searched +full:ignore +full:- +full:suspend +full:- +full:widgets (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/sound/sound-card-common.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Mark Brown <broonie@kernel.org>13 audio-routing:14 $ref: /schemas/types.yaml#/definitions/non-unique-string-array20 ignore-suspend-widgets:21 $ref: /schemas/types.yaml#/definitions/non-unique-string-array23 A list of audio sound widgets which are marked ignoring system suspend.[all …]
4 * dlg_keys.c -- runtime binding support for dialog6 * Copyright 2006-2019,2020 Thomas E. Dickey53 for (p = all_bindings, q = 0; p != 0; q = p, p = p->link) { in dlg_register_window()54 if (p->win == win && !strcmp(p->name, name)) { in dlg_register_window()55 p->binding = binding; in dlg_register_window()59 /* add built-in bindings at the end of the list (see compare_bindings). */ in dlg_register_window()61 p->win = win; in dlg_register_window()62 p->name = name; in dlg_register_window()63 p->binding = binding; in dlg_register_window()65 q->link = p; in dlg_register_window()[all …]
1 /*-2 * SPDX-License-Identifier: BSD-2-Clause6 * Copyright (c) 2008-2012 Alexander Motin <mav@FreeBSD.org>50 #define hdaa_lock(devinfo) snd_mtxlock((devinfo)->lock)51 #define hdaa_unlock(devinfo) snd_mtxunlock((devinfo)->lock)52 #define hdaa_lockassert(devinfo) snd_mtxassert((devinfo)->lock)82 static const char *HDA_DEVS[16] = {"Line-ou[all...]