Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/accessibility/speakup/
Dspeakupmap.map1 spk key_f9 = punc_level_dec
2 spk key_f10 = punc_level_inc
3 spk key_f11 = reading_punc_dec
4 spk key_f12 = reading_punc_inc
5 spk key_1 = vol_dec
6 spk key_2 = vol_inc
7 spk key_3 = pitch_dec
8 spk key_4 = pitch_inc
9 spk key_5 = rate_dec
10 spk key_6 = rate_inc
[all …]
/Linux-v6.6/Documentation/admin-guide/
Dspkguide.txt252 Speakup commands are on the right. The designation "spk" means to press
256 spk key_f9 = punc_level_dec
257 spk key_f10 = punc_level_inc
258 spk key_f11 = reading_punc_dec
259 spk key_f12 = reading_punc_inc
260 spk key_1 = vol_dec
261 spk key_2 = vol_inc
262 spk key_3 = pitch_dec
263 spk key_4 = pitch_inc
264 spk key_5 = rate_dec
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/sound/
Dsirf-audio.txt11 - spk-pa-gpios: Need to be present if the board need control external
38 spk-pa-gpios = <&gpio 46 0>;
/Linux-v6.6/sound/hda/
Dhdmi_chmap.c452 int snd_hdac_spk_to_chmap(int spk) in snd_hdac_spk_to_chmap() argument
457 if (t->spk_mask == spk) in snd_hdac_spk_to_chmap()
640 int spk = cap->speakers[c]; in hdmi_cea_alloc_to_tlv_chmap() local
642 if (!spk) in hdmi_cea_alloc_to_tlv_chmap()
645 chmap[count++] = snd_hdac_spk_to_chmap(spk); in hdmi_cea_alloc_to_tlv_chmap()
/Linux-v6.6/include/sound/
Dhda_chmap.h76 int snd_hdac_spk_to_chmap(int spk);
/Linux-v6.6/arch/arm64/boot/dts/rockchip/
Drk3566-anbernic-rg353ps.dts102 spk_amp_enable_h: spk-amp-enable-h {
Drk3566-anbernic-rg353p.dts114 spk_amp_enable_h: spk-amp-enable-h {
Drk3399-sapphire-excavator.dts171 spk-con-gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
Drk3566-anbernic-rg503.dts186 spk_amp_enable_h: spk-amp-enable-h {
Drk3566-pinenote.dtsi539 spk_amp_enable_h: spk-amp-enable-h {
Drk3399-eaidk-610.dts549 spk-con-gpio = <&gpio0 RK_PB3 GPIO_ACTIVE_HIGH>;
/Linux-v6.6/Documentation/sound/hd-audio/
Dmodels.rst219 lenovo-spk-noise
223 dell-spk-noise
233 alc298-spk-volume
/Linux-v6.6/arch/arm64/boot/dts/exynos/
Dexynos7885-pinctrl.dtsi183 aud_spk_bus: aud-spk-bus-pins {
189 aud_spk_bus_idle: aud-spk-bus-idle-pins {
/Linux-v6.6/sound/x86/
Dintel_hdmi_audio.c459 static int spk_to_chmap(int spk) in spk_to_chmap() argument
464 if (t->spk_mask == spk) in spk_to_chmap()
/Linux-v6.6/Documentation/sound/soc/
Ddapm.rst331 powered only when the spk is in use.
/Linux-v6.6/arch/arm/boot/dts/hisilicon/
Dhi3620-hi4511.dts307 0x0f0 0x1 /* GPIO (IOMG59), audio spk & earphone */
/Linux-v6.6/sound/pci/hda/
Dpatch_hdmi.c4313 int spk = cap->speakers[chan]; in atihdmi_paired_cea_alloc_to_tlv_chmap() local
4314 if (!spk) { in atihdmi_paired_cea_alloc_to_tlv_chmap()
4322 chmap[count++] = snd_hdac_spk_to_chmap(spk); in atihdmi_paired_cea_alloc_to_tlv_chmap()