Home
last modified time | relevance | path

Searched +full:merge +full:- +full:mute (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_afmt.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
33 afmt3->base.ctx->logger
36 (afmt3->regs->reg)
40 afmt3->afmt_shift->field_name, afmt3->afmt_mask->field_name
44 afmt3->base.ctx
52 if (afmt->funcs->afmt_poweron) in afmt3_setup_hdmi_audio()
53 afmt->funcs->afmt_poweron(afmt); in afmt3_setup_hdmi_audio()
133 channels = speakers_to_channels(audio_info->flags.speaker_flags).all; in afmt3_se_audio_setup()
135 /* setup the audio stream source select (audio -> dig mapping) */ in afmt3_se_audio_setup()
142 if (afmt->funcs->afmt_poweron == NULL) in afmt3_se_audio_setup()
[all …]
/linux/sound/hda/codecs/
H A Dgeneric.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Generic BIOS auto-parser helper functions for HD-audio
16 /* table entry for multi-io paths */
18 hda_nid_t pin; /* multi-io widget pin NID */
20 unsigned int ctl_in; /* cached input-pin control value */
25 * For output, stored in the order of DAC -> ... -> pin,
26 * for input, pin -> ... -> ADC.
30 * multi[] indicates whether it's a selector widget with multi-connectors
56 /* mic/line-in auto switching entry */
62 int idx; /* imux index, -1 = invalid */
[all …]
H A Dgeneric.c1 // SPDX-License-Identifier: GPL-2.0-or-later
32 * snd_hda_gen_spec_init - initialize hda_gen_spec struct
39 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init()
40 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init()
41 snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8); in snd_hda_gen_spec_init()
42 mutex_init(&spec->pcm_mutex); in snd_hda_gen_spec_init()
48 * snd_hda_gen_add_kctl - Add a new kctl_new struct from the template
62 struct snd_kcontrol_new *knew = snd_array_new(&spec->kctls); in snd_hda_gen_add_kctl()
67 knew->name = kstrdup(name, GFP_KERNEL); in snd_hda_gen_add_kctl()
68 else if (knew->name) in snd_hda_gen_add_kctl()
[all …]
/linux/drivers/platform/x86/
H A Dpanasonic-laptop.c1 // SPDX-License-Identifier: GPL-2.0-only
4 * (C) 2004 Hiroshi Miura <miura@da-cha.org>
8 * (C) 2006-2008 Harald Welte <laforge@gnumonks.org>
10 * derived from toshiba_acpi.c, Copyright (C) 2002-2004 John Belmonte
12 *---------------------------------------------------------------------------
16 * -v0.98 add platform devices for firmware brightness registers
19 * add write support to mute
25 * -v0.97 add support for cdpower hardware switch
26 * -v0.96 merge Lucina's enhancement
28 * - add support for optical driver power in
[all …]
/linux/drivers/gpu/drm/radeon/
H A Dr600.h1 /* r600.h -- Private header for radeon driver -*- linux-c -*-
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
45 void r600_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
H A Devergreen_hdmi.h1 /* evergreen_hdmi.h -- Private header for radeon driver -*- linux-c -*-
10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
67 void dce4_set_mute(struct drm_encoder *encoder, u32 offset, bool mute);
H A Ddce3_1_afmt.c8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
34 struct radeon_device *rdev = encoder->dev->dev_private; in dce3_2_afmt_hdmi_write_speaker_allocation()
52 struct radeon_device *rdev = encoder->dev->dev_private; in dce3_2_afmt_dp_write_speaker_allocation()
71 struct radeon_device *rdev = encoder->dev->dev_private; in dce3_2_afmt_write_sad_regs()
90 int max_channels = -1; in dce3_2_afmt_write_sad_regs()
96 if (sad->format == eld_reg_to_type[i][1]) { in dce3_2_afmt_write_sad_regs()
97 if (sad->channels > max_channels) { in dce3_2_afmt_write_sad_regs()
98 value = MAX_CHANNELS(sad->channels) | in dce3_2_afmt_write_sad_regs()
99 DESCRIPTOR_BYTE_2(sad->byte2) | in dce3_2_afmt_write_sad_regs()
100 SUPPORTED_FREQUENCIES(sad->freq); in dce3_2_afmt_write_sad_regs()
[all …]
H A Devergreen_hdmi.c9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
72 struct drm_device *dev = encoder->dev; in evergreen_hdmi_update_acr()
73 struct radeon_device *rdev = dev->dev_private; in evergreen_hdmi_update_acr()
76 if (encoder->crtc) { in evergreen_hdmi_update_acr()
77 struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); in evergreen_hdmi_update_acr()
78 bpc = radeon_crtc->bpc; in evergreen_hdmi_update_acr()
89 WREG32(HDMI_ACR_32_0 + offset, HDMI_ACR_CTS_32(acr->cts_32khz)); in evergreen_hdmi_update_acr()
90 WREG32(HDMI_ACR_32_1 + offset, acr->n_32khz); in evergreen_hdmi_update_acr()
92 WREG32(HDMI_ACR_44_0 + offset, HDMI_ACR_CTS_44(acr->cts_44_1khz)); in evergreen_hdmi_update_acr()
93 WREG32(HDMI_ACR_44_1 + offset, acr->n_44_1khz); in evergreen_hdmi_update_acr()
[all …]
H A Dr600_hdmi.c9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
88 dev_err(rdev->dev, "Unknown bits per sample 0x%x, using 16\n", in r600_audio_status()
124 if (rdev->audio.pin[0].channels != audio_status.channels || in r600_audio_update_hdmi()
125 rdev->audio.pin[0].rate != audio_status.rate || in r600_audio_update_hdmi()
126 rdev->audio.pin[0].bits_per_sample != audio_status.bits_per_sample || in r600_audio_update_hdmi()
127 rdev->audio.pin[0].status_bits != audio_status.status_bits || in r600_audio_update_hdmi()
128 rdev->audio.pin[0].category_code != audio_status.category_code) { in r600_audio_update_hdmi()
129 rdev->audio.pin[0] = audio_status; in r600_audio_update_hdmi()
133 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head) { in r600_audio_update_hdmi()
174 /* only one pin on 6xx-NI */ in r600_audio_get_pin()
[all …]
H A Dradeon_audio.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
48 (0x5e00 - 0x5e00),
49 (0x5e18 - 0x5e00),
50 (0x5e30 - 0x5e00),
51 (0x5e48 - 0x5e00),
52 (0x5e60 - 0x5e00),
53 (0x5e78 - 0x5e00),
54 (0x5e90 - 0x5e00),
198 if (rdev->mode_info.mode_config_initialized) { in radeon_audio_enable()
199 list_for_each_entry(encoder, &rdev_to_drm(rdev)->mode_config.encoder_list, head) { in radeon_audio_enable()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/virtual/
H A Dvirtual_stream_encoder.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
80 bool mute) {} in virtual_audio_mute_control() argument
151 enc->funcs = &virtual_str_enc_funcs; in virtual_stream_encoder_construct()
152 enc->ctx = ctx; in virtual_stream_encoder_construct()
153 enc->id = ENGINE_ID_VIRTUAL; in virtual_stream_encoder_construct()
154 enc->bp = bp; in virtual_stream_encoder_construct()
/linux/Documentation/driver-api/media/
H A Dv4l2-controls.rst1 .. SPDX-License-Identifier: GPL-2.0
7 ------------
31 sub-device drivers.
35 ------------------------
48 Basic usage for V4L2 and sub-device drivers
49 -------------------------------------------
53 .. code-block:: c
55 #include <media/v4l2-ctrls.h>
57 1.1) Add the handler to your driver's top-level struct:
61 .. code-block:: c
[all …]
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dstream_encoder.h7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
58 /* N - 32KHz audio */
60 /* CTS - 32KHz audio*/
193 struct stream_encoder *enc, bool mute);
/linux/drivers/gpu/drm/i915/display/
H A Dintel_lpe_audio.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
24 * Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
34 * Atom platforms (e.g. valleyview and cherryTrail) integrates a DMA-based
41 * subsystems, a bridge is setup between the hdmi-lpe-audio and i915:
45 * the hdmi-lpe-audio driver probes the lpe audio device and creates a new
50 * uninstall the hdmi-lpe-audio driver before uninstalling i915 module,
51 * otherwise we might run into use-after-free issues after i915 removes the
52 * platform device: even though hdmi-lpe-audio driver is released, the modules
80 #define HAS_LPE_AUDIO(display) ((display)->audio.lpe.platdev)
85 struct pci_dev *pdev = to_pci_dev(display->drm->dev); in lpe_audio_platdev_create()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn35/
H A Ddcn35_dio_stream_encoder.h1 /* SPDX-License-Identifier: MIT */
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
303 bool mute);
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8195.dtsi1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
7 /dts-v1/;
8 #include <dt-bindings/clock/mt8195-clk.h>
9 #include <dt-bindings/gce/mt8195-gce.h>
10 #include <dt-bindings/interrupt-controller/arm-gic.h>
11 #include <dt-bindings/interrupt-controller/irq.h>
12 #include <dt-bindings/memory/mt8195-memory-port.h>
13 #include <dt-bindings/phy/phy.h>
14 #include <dt-bindings/pinctrl/mt8195-pinfunc.h>
15 #include <dt-bindings/power/mt8195-power.h>
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn314/
H A Ddcn314_dio_stream_encoder.h1 /* SPDX-License-Identifier: MIT */
8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
293 bool mute);
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/
H A Ddcn30_dio_stream_encoder.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
34 enc1->base.ctx->logger
37 (enc1->regs->reg)
41 enc1->se_shift->field_name, enc1->se_mask->field_name
47 enc1->base.ctx
57 if (info_packet->valid) { in enc3_update_hdmi_info_packet()
58 enc1->base.vpg->funcs->update_generic_info_packet( in enc3_update_hdmi_info_packet()
59 enc1->base.vpg, in enc3_update_hdmi_info_packet()
64 /* enable transmission of packet(s) - in enc3_update_hdmi_info_packet()
77 /* DP_SEC_GSP[x]_LINE_REFERENCE - keep default value REFER_TO_DP_SOF */ in enc3_update_hdmi_info_packet()
[all …]
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gsp/rm/r535/
H A Ddisp.c7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
48 switch (chan->object.oclass & 0xff) { in r535_chan_user()
50 case 0x7e: *psize = 0x01000; return 0x690000 + (chan->head * *psize); in r535_chan_user()
51 case 0x7b: *psize = 0x01000; return 0x6b0000 + (chan->head * *psize); in r535_chan_user()
52 case 0x7a: *psize = 0x01000; return 0x6d8000 + (chan->head * *psize); in r535_chan_user()
69 nvkm_gsp_rm_free(&chan->rm.object); in r535_chan_fini()
75 struct nvkm_gsp *gsp = disp->rm.objcom.client->gsp; in r535_disp_chan_set_pushbuf()
78 ctrl = nvkm_gsp_rm_ctrl_get(&gsp->internal.device.subdevice, in r535_disp_chan_set_pushbuf()
87 ctrl->addressSpace = ADDR_SYSMEM; in r535_disp_chan_set_pushbuf()
88 ctrl->cacheSnoop = 0; in r535_disp_chan_set_pushbuf()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.h2 * Copyright 2012-15 Advanced Micro Devices, Inc.
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
695 bool mute);
H A Ddcn10_stream_encoder.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
36 enc1->base.ctx->logger
39 (enc1->regs->reg)
43 enc1->se_shift->field_name, enc1->se_mask->field_name
55 enc1->base.ctx
73 /* poll dig_update_lock is not locked -> asic internal signal in enc1_update_generic_info_packet()
83 /* HW does is not reading GSP memory not reading too long -> in enc1_update_generic_info_packet()
97 AFMT_GENERIC_HB0, info_packet->hb0, in enc1_update_generic_info_packet()
98 AFMT_GENERIC_HB1, info_packet->hb1, in enc1_update_generic_info_packet()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.h2 * Copyright 2012-15 Advanced Micro Devices, Inc.
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
713 struct stream_encoder *enc, bool mute);
H A Ddce_stream_encoder.c2 * Copyright 2012-15 Advanced Micro Devices, Inc.
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
32 enc110->base.ctx->logger
35 (enc110->regs->reg)
39 enc110->se_shift->field_name, enc110->se_mask->field_name
60 enc110->base.ctx
80 /* poll dig_update_lock is not locked -> asic internal signal in dce110_update_generic_info_packet()
90 /* HW does is not reading GSP memory not reading too long -> in dce110_update_generic_info_packet()
107 AFMT_GENERIC_HB0, info_packet->hb0, in dce110_update_generic_info_packet()
108 AFMT_GENERIC_HB1, info_packet->hb1, in dce110_update_generic_info_packet()
[all …]
/linux/sound/pci/ca0106/
H A Dca0106_main.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Copyright (c) 2004 James Courtier-Dutton <James@superbug.demon.co.uk>
12 * (One can use a standard mono mini-jack to one RCA plugs cable.
13 * or one can use a standard stereo mini-jack to two RCA plugs cable.
23 * The only playback controls that currently do anything are: -
75 * Merge "pci_disable_device(pci);" fixes.
82 * Implement support for Line-in capture on SB Live 24bit.
84 * Add support for mute control on SB Live 24bit (cards w/ SPI DAC)
89 * Some stability problems when unloading the snd-ca0106 kernel module.
90 * --
[all …]
/linux/drivers/input/joystick/
H A Dxpad.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
16 * - information from http://euc.jp/periphs/xbox-controller.ja.html
17 * - the iForce driver drivers/char/joystick/iforce.c
18 * - the skeleton-driver drivers/usb/usb-skeleton.c
19 * - Xbox 360 information http://www.free60.org/wiki/Gamepad
20 * - Xbox One information https://github.com/quantus/xbox-one-controller-protocol
23 * - ITO Takayuki for providing essential xpad information on his website
24 * - Vojtech Pavlik - iforce driver / input subsystem
25 * - Greg Kroah-Hartman - usb-skeleton driver
[all …]

12