/openbmc/u-boot/drivers/sound/ |
H A D | Kconfig | 4 bool "Enable sound support" 6 Support making sounds through an audio codec. This is normally a 12 audio codecs are called from the sound-i2s code. This could be 16 bool "Enable I2S support" 19 I2S is a serial bus often used to transmit audio data from the 20 SoC to the audio codec. This option enables sound support using 25 bool "Enable I2S support for Rockchip SoCs" 28 Rockchip SoCs support an I2S interface for sending audio data to an 29 audio codec. This option enables support for this, using one of the 30 available audio codec drivers. This driver does not make use of [all …]
|
/openbmc/linux/sound/soc/tegra/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "SoC Audio for the Tegra System-on-Chip" 10 Say Y or M here if you want support for SoC audio on Tegra. 63 Config to enable Audio Hub (AHUB) module, which comprises of a 64 switch called Audio Crossbar (AXBAR) used to configure or modify 65 the audio routing path between various HW accelerators present in 72 Config to enable the Digital MIC (DMIC) controller which is used 82 Config to enable the Inter-IC Sound (I2S) Controller which 83 implements full-duplex and bidirectional and single direction 84 point-to-point serial interfaces. It can interface with I2S [all …]
|
/openbmc/linux/sound/soc/codecs/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 # setting - SPI can't be modular so that case doesn't need to be covered. 469 tristate "Analog Devices AU1761 CODEC - I2C" 475 tristate "Analog Devices AU1761 CODEC - SPI" 512 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter" 518 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode" 521 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM 527 will be called snd-soc-adau7118-hw. 530 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C" 535 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM [all …]
|
H A D | ssm2602.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 61 #define LOUT1V_ENABLE_LZC 0x080 /* Left Channel Zero cross detect enable … 66 #define ROUT1V_ENABLE_RZC 0x080 /* Right Channel Zero cross detect enable … 69 /*Analogue Audio Path Control (SSM2602_REG_ANALOGUE_PATH)*/ 75 #define APANA_ENABLE_SIDETONE 0x020 /* Enable/Disable Side Tone … 79 /*Digital Audio Path Control (SSM2602_REG_DIGITAL_PATH)*/ 80 #define APDIGI_ENABLE_ADC_HPF 0x001 /* Enable/Disable ADC Highpass Filter … 81 #define APDIGI_DE_EMPHASIS 0x006 /* De-Emphasis Control … 86 *(1=Enable PowerDown, 0=Disable PowerDown) 97 /*Digital Audio Interface Format (SSM2602_REG_DIGITAL_IFACE)*/ [all …]
|
/openbmc/linux/sound/pci/hda/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "HD-Audio" 15 tristate "HD Audio PCI" 21 Audio" (Azalia) and its compatible devices. 23 This option enables the HD-audio controlle [all...] |
/openbmc/linux/sound/soc/xilinx/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 tristate "Audio support for the Xilinx I2S" 5 Select this option to enable Xilinx I2S Audio. This enables 7 mode, IP receives audio in AES format, extracts PCM and sends 8 PCM data. In receiver mode, IP receives PCM audio and 12 tristate "Audio support for the Xilinx audio formatter" 14 Select this option to enable Xilinx audio formatter 16 audio functionality. 19 tristate "Audio support for the Xilinx SPDIF" 21 Select this option to enable Xilinx SPDIF Audio. [all …]
|
/openbmc/u-boot/board/freescale/p1022ds/ |
H A D | README | 2 -------- 8 ------------------------------- 11 'setenv hwconfig usb2' to enable USB2 and disable eTsec2 12 'setenv hwconfig tdm' to enable TDM and disable Audio 13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz) 15 'setenv hwconfig 'usb2;tdm' to enable USB2 and TDM, disable eTsec2 and Audio 16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources 19 Warning: TDM and AUDIO can not enable simultaneous ! 20 and AUDIO codec clock sources only setting as 11MHz or 12MHz ! 21 'setenv hwconfig 'audclk:12;tdm' --- error ! [all …]
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | r600_hdmi.c | 88 dev_err(rdev->dev, "Unknown bits per sample 0x%x, using 16\n", in r600_audio_status() 113 * update all hdmi interfaces with current audio parameters 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() 141 /* enable the audio stream */ [all …]
|
H A D | evergreen_hdmi.c | 37 /* enable the audio stream */ 71 struct drm_device *dev = encoder->dev; in evergreen_hdmi_update_acr() 72 struct radeon_device *rdev = dev->dev_private; in evergreen_hdmi_update_acr() 75 if (encoder->crtc) { in evergreen_hdmi_update_acr() 76 struct radeon_crtc *radeon_crtc = to_radeon_crtc(encoder->crtc); in evergreen_hdmi_update_acr() 77 bpc = radeon_crtc->bpc; in evergreen_hdmi_update_acr() 88 WREG32(HDMI_ACR_32_0 + offset, HDMI_ACR_CTS_32(acr->cts_32khz)); in evergreen_hdmi_update_acr() 89 WREG32(HDMI_ACR_32_1 + offset, acr->n_32khz); in evergreen_hdmi_update_acr() 91 WREG32(HDMI_ACR_44_0 + offset, HDMI_ACR_CTS_44(acr->cts_44_1khz)); in evergreen_hdmi_update_acr() 92 WREG32(HDMI_ACR_44_1 + offset, acr->n_44_1khz); in evergreen_hdmi_update_acr() [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | twl4030-audio.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * MFD driver for twl4030 audio submodule, which contains an audio codec, and 21 #include <linux/mfd/twl4030-audio.h> 44 static int twl4030_audio_set_resource(enum twl4030_audio_res id, int enable) in twl4030_audio_set_resource() argument 46 struct twl4030_audio *audio = platform_get_drvdata(twl4030_audio_dev); in twl4030_audio_set_resource() local 50 audio->resource[id].reg); in twl4030_audio_set_resource() 52 if (enable) in twl4030_audio_set_resource() 53 val |= audio->resource[id].mask; in twl4030_audio_set_resource() 55 val &= ~audio->resource[id].mask; in twl4030_audio_set_resource() 58 val, audio->resource[id].reg); in twl4030_audio_set_resource() [all …]
|
/openbmc/linux/sound/hda/ |
H A D | hdac_component.c | 1 // SPDX-License-Identifier: GPL-2.0 2 // hdac_component.c - routines for sync between HD-A core and DRM driver 23 * snd_hdac_set_codec_wakeup - Enable / disable HDMI/DP codec wakeup 25 * @enable: enable or disable the wakeup 27 * This function is supposed to be used only by a HD-audio controller 35 int snd_hdac_set_codec_wakeup(struct hdac_bus *bus, bool enable) in snd_hdac_set_codec_wakeup() argument 37 struct drm_audio_component *acomp = bus->audio_component; in snd_hdac_set_codec_wakeup() 39 if (!acomp || !acomp->ops) in snd_hdac_set_codec_wakeup() 40 return -ENODEV; in snd_hdac_set_codec_wakeup() 42 if (!acomp->ops->codec_wake_override) in snd_hdac_set_codec_wakeup() [all …]
|
H A D | hdac_stream.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * HD-audio stream operations 26 * +--+-------+ 28 * +--+----+--+ 32 * +--+----+--+ 34 * +--+----+--+ 39 * +--+----+--+ 41 * +--+----+--+ 45 * +--+----+--+ 47 * +----------+ [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | fsl,rpmsg.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: NXP Audio RPMSG CPU DAI Controller 10 - Shengjiu Wang <shengjiu.wang@nxp.com> 13 fsl_rpmsg is a virtual audio device. Mapping to real hardware devices 15 Linux side is a device which provides audio service by rpmsg channel. 18 Cortex-A and Cortex-M. 21 - $ref: sound-card-common.yaml# 26 - fsl,imx7ulp-rpmsg-audio [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_audio.c | 41 * DOC: High Definition Audio over HDMI and Display Port 43 * The graphics and audio drivers together support High Definition Audio over 44 * HDMI and Display Port. The audio programming sequences are divided into audio 45 * codec and controller enable and disable sequences. The graphics driver 46 * handles the audio codec sequences, while the audio driver handles the audio 50 * port. The enable sequences may only be performed after enabling the 51 * transcoder and port, and after completed link training. Therefore the audio 52 * enable/disable sequences are part of the modeset sequence. 55 * but generally the ELDV/PD change in the codec sequence indicates to the audio 57 * co-operation between the graphics and audio drivers is handled via audio [all …]
|
/openbmc/linux/arch/arm/include/asm/hardware/ |
H A D | sa1111.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 7 * This file contains definitions for the SA-1111 Companion Chip. 8 * (Structure and naming borrowed from SA-1101.h, by Peter Danielsson.) 10 * Macro that calculates real address for registers in the SA-1111 50 * - The October 1999 errata (278260-007) says its bit 13, 1 to enable. 51 * - The Feb 2001 errata (278260-010) says that the previous errata 52 * (278260-009) is wrong, and its bit actually 12, fixed in spec 53 * 278242-003. 54 * - The SA1111 manual (278242) says bit 12, but 0 to enable. 55 * - Reality is bit 13, 1 to enable. [all …]
|
/openbmc/linux/sound/soc/fsl/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "SoC Audio for Freescale CPUs" 4 comment "Common SoC Audio options for Freescale CPUs:" 14 This option is only useful for out-of-tree drivers since 15 in-tree drivers select it automatically. 18 tristate "Synchronous Audio Interface (SAI) module support" 24 Say Y if you want to add Synchronous Audio Interface (SAI) 26 This option is only useful for out-of-tree drivers since 27 in-tree drivers select it automatically. 36 This option is only useful for out-of-tree drivers since [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/bluealsa/ |
H A D | bluealsa_4.3.0.bb | 1 SUMMARY = "Bluetooth Audio ALSA Backend" 4 same Bluetooth audio profile support as with PulseAudio, but with fewer \ 6 specifically for use on small, low-powered, dedicated audio or audio/visual \ 7 systems where the high-level audio management features of PulseAudio or \ 10 HOMEPAGE = "https://github.com/Arkq/bluez-alsa" 11 BUGTRACKER = "https://github.com/arkq/bluez-alsa/issues" 17 DEPENDS += "alsa-lib bluez5 dbus glib-2.0-native python3-packaging-native sbc" 19 SRC_URI = "git://github.com/Arkq/bluez-alsa.git;protocol=https;branch=master \ 20 file://0001-Use-basename-implementation-from-glib-2.0.patch" 27 PACKAGECONFIG[a2dpconf] = "--enable-a2dpconf,--disable-a2dpconf" [all …]
|
/openbmc/linux/Documentation/sound/designs/ |
H A D | jack-injection.rst | 9 to the audio jacks through debugfs interface, it is helpful to 10 validate ALSA userspace changes. For example, we change the audio 13 in this case, we could inject plugin or plugout events to an audio 14 jack or to some audio jacks, we don't need to physically access the 15 machine and plug/unplug physical devices to the audio jack. 17 In this design, an audio jack doesn't equal to a physical audio jack. 18 Sometimes a physical audio jack contains multi functions, and the 20 ``snd_jack`` represents a physical audio jack and the ``jack_kctl`` 26 To inject events to audio jacks, we need to enable the jack injection 38 If users enable the SND_JACK_INJECTION_DEBUG in the kernel, the audio [all …]
|
/openbmc/linux/Documentation/driver-api/media/drivers/ |
H A D | radiotrack.rst | 1 .. SPDX-License-Identifier: GPL-2.0 11 ---------------- 24 ------------------ 26 I have a RadioTrack card from back when I ran an MS-Windows platform. After 27 converting to Linux, I found Gideon le Grange's command-line software for 29 comfortable X-windows interface, and added a scanning feature. For hack 31 broadcast band, so I could pick up the audio carriers from North American 32 broadcast TV channels, situated just below and above the 87.0-109.0 MHz range. 40 -------------------- 42 The RadioTrack card is an ISA 8-bit FM radio card. The radio frequency (RF) [all …]
|
/openbmc/linux/sound/pci/ |
H A D | cs5530.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * cs5530.c - Initialisation code for Cyrix/NatSemi VSA1 softaudio 11 * simultaneously play back audio at 16bit 44100kHz, the device actually plays 13 * always play/capture in 16/44100, we can let alsa-lib convert the samples and 14 * that way we can hack up some full duplex audio. 20 * to control the AC97 audio engine directly and requires a different driver. 39 MODULE_DESCRIPTION("CS5530 Audio"); 44 static bool enable[SNDRV_CARDS] = SNDRV_DEFAULT_ENABLE_PNP; variable 47 MODULE_PARM_DESC(index, "Index value for CS5530 Audio driver."); 49 MODULE_PARM_DESC(id, "ID string for CS5530 Audio driver."); [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | twl4030-audio.txt | 1 Texas Instruments TWL family (twl4030) audio module 3 The audio module inside the TWL family consist of an audio codec and a vibra 7 - compatible : must be "ti,twl4030-audio" 11 Audio functionality: 12 - codec { }: Need to be present if the audio functionality is used. Within this 14 - ti,digimic_delay: Delay need after enabling the digimic to reduce artifacts 16 -ti,ramp_delay_value: HS ramp delay configuration to reduce pop noise 17 -ti,hs_extmute: Use external mute for HS pop reduction 18 -ti,hs_extmute_gpio: Use external GPIO to control the external mute 19 -ti,offset_cncl_path: Offset cancellation path selection, refer to TRM for the [all …]
|
/openbmc/linux/include/sound/ |
H A D | emu10k1.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 16 #include <sound/pcm-indirect.h> 25 /* ------------------- DEFINES -------------------- */ 33 /* FIXME? - according to the OSS driver the EMU10K1 needs a 29 bit DMA mask */ 41 // This is used to define hardware bit-fields (sub-registers) by combining 44 // The non-concatenating (_NC) variant should be used directly only for 45 // sub-registers that do not follow the <register>_<field> naming pattern. 55 // Macros for manipulating values of bit-fields declared using the above macros. 59 // single sub-register at a time. 62 #define REG_MASK0(r) ((1U << REG_SIZE(r)) - 1U) [all …]
|
/openbmc/linux/drivers/ps3/ |
H A D | ps3av_cmd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 164 /* audio init */ in ps3av_cmd_init() 219 return -EINVAL; in ps3av_cmd_av_video_mute() 333 if (video_vid == -1) in ps3av_cmd_set_av_video_cs() 335 if (cs_out == -1) in ps3av_cmd_set_av_video_cs() 337 if (aspect == -1) in ps3av_cmd_set_av_video_cs() 342 &av_video_cs->send_hdr); in ps3av_cmd_set_av_video_cs() 343 av_video_cs->avport = avport; in ps3av_cmd_set_av_video_cs() 345 av_video_cs->av_vid = ps3av_vid_video2av(video_vid); in ps3av_cmd_set_av_video_cs() 346 av_video_cs->av_cs_out = ps3av_cs_video2av(cs_out); in ps3av_cmd_set_av_video_cs() [all …]
|
/openbmc/linux/sound/soc/au1x/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 tristate "SoC Audio for Au12xx/Au13xx/Au1550" 10 Controllers in AC97 and I2S mode, and the Descriptor-Based DMA 26 tristate "SoC Audio for Au1000/Au1500/Au1100" 46 tristate "DB1000 Audio support" 51 Select this option to enable AC97 audio on the early DB1x00 series 55 tristate "DB1200/DB1300/DB1550 Audio support" 63 Select this option to enable audio (AC97 and I2S) on the
|
/openbmc/linux/drivers/gpu/drm/xlnx/ |
H A D | zynqmp_disp.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2017 - 2020 Xilinx, Inc. 8 * - Hyun Woo Kwon <hyun.kwon@xilinx.com> 9 * - Laurent Pinchart <laurent.pinchart@ideasonboard.com> 19 #include <linux/dma-mapping.h> 33 * -------- 35 * The display controller part of ZynqMP DP subsystem, made of the Audio/Video 36 * Buffer Manager, the Video Rendering Pipeline (blender) and the Audio Mixer. 38 * +------------------------------------------------------------+ 39 * +--------+ | +----------------+ +-----------+ | [all …]
|