Home
last modified time | relevance | path

Searched refs:codec (Results 1 – 25 of 216) sorted by relevance

123456789

/openbmc/u-boot/include/dt-bindings/sound/
H A Dazalia.h25 #define AZALIA_SET_BYTE(codec, nid, opcode, val, byte) \ argument
26 ((codec) << AZALIA_CODEC_SHIFT | \
32 #define AZALIA_WORD(codec, nid, opcode, val) \ argument
33 (AZALIA_SET_BYTE(codec, nid, opcode, val, 0) | \
34 AZALIA_SET_BYTE(codec, nid, opcode, val, 1) | \
35 AZALIA_SET_BYTE(codec, nid, opcode, val, 2) | \
36 AZALIA_SET_BYTE(codec, nid, opcode, val, 3))
38 #define AZALIA_PIN_CFG(codec, nid, val) \ argument
39 AZALIA_WORD(codec, nid, AZALIA_OPCODE_CONFIG_DEFAULT, val)
41 #define AZALIA_SUBVENDOR(codec, val) \ argument
[all …]
/openbmc/u-boot/drivers/sound/
H A DKconfig6 Support making sounds through an audio codec. This is normally a
20 SoC to the audio codec. This option enables sound support using
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
38 data to an audio codec. This option enables support for this,
39 using one of the available audio codec drivers. Enabling this
56 bool "Intel HDA audio codec"
59 Most Intel chips have an HDA (High-definition audio) codec which can
71 sometimes called Azalia. The audio codec is detected using a
75 bool "Support Maxim max98088 audio codec"
[all …]
H A Dsamsung_sound.c23 ret = audio_codec_set_params(uc_priv->codec, i2c_priv->id, in samsung_sound_setup()
59 &uc_priv->codec); in samsung_sound_probe()
81 uc_priv->codec->name, uc_priv->i2s->name); in samsung_sound_probe()
H A Drockchip_sound.c27 ret = audio_codec_set_params(uc_priv->codec, i2c_priv->id, in rockchip_sound_setup()
84 &uc_priv->codec); in rockchip_sound_probe()
111 uc_priv->codec->name, uc_priv->i2s->name); in rockchip_sound_probe()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/minidlna/minidlna/
H A D0001-Add-compatibility-with-FFMPEG-7.0.patch39 #define lav_codec_tag(s) s->codec->codec_tag
40 #define lav_sample_rate(s) s->codec->sample_rate
41 #define lav_bit_rate(s) s->codec->bit_rate
43 +#define lav_channels(s) s->codec->ch_layout.nb_channels
45 #define lav_channels(s) s->codec->channels
47 #define lav_width(s) s->codec->width
48 #define lav_height(s) s->codec->height
49 #define lav_profile(s) s->codec->profile
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2002-use-vorbisidec.patch15 modules/codec/Makefile.am | 2 +-
18 diff --git a/modules/codec/Makefile.am b/modules/codec/Makefile.am
20 --- a/modules/codec/Makefile.am
21 +++ b/modules/codec/Makefile.am
23 libtremor_plugin_la_SOURCES = codec/vorbis.c
H A D3003-codec-omxil_core-replace-opt-vc-path-with-usr-lib.patch4 Subject: [PATCH] codec: omxil_core replace /opt/vc path with /usr/lib
16 modules/codec/omxil/omxil_core.c | 4 ++--
19 diff --git a/modules/codec/omxil/omxil_core.c b/modules/codec/omxil/omxil_core.c
21 --- a/modules/codec/omxil/omxil_core.c
22 +++ b/modules/codec/omxil/omxil_core.c
H A D3006-codec-omxil_core.h-fix-multiple-definition-of.patch4 Subject: [PATCH] codec: omxil_core.h fix multiple definition of
21 modules/codec/omxil/omxil_core.h | 6 +++---
24 diff --git a/modules/codec/omxil/omxil_core.h b/modules/codec/omxil/omxil_core.h
26 --- a/modules/codec/omxil/omxil_core.h
27 +++ b/modules/codec/omxil/omxil_core.h
H A D0007-armv6.patch24 --- a/modules/hw/mmal/codec.c
25 +++ b/modules/hw/mmal/codec.c
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libmimetic/libmimetic/
H A D0001-libmimetic-Removing-test-directory-from-the-Makefile.patch11 The files 'mimetic/codec/other_codecs.h' and 'mimetic/contenttype.cxx'
21 mimetic/codec/other_codecs.h | 4 ++++
37 diff --git a/mimetic/codec/other_codecs.h b/mimetic/codec/other_codecs.h
39 --- a/mimetic/codec/other_codecs.h
40 +++ b/mimetic/codec/other_codecs.h
43 #include <mimetic/codec/codec_base.h>
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0002-use-vorbisidec.patch7 --- a/modules/codec/Makefile.am
8 +++ b/modules/codec/Makefile.am
10 libtremor_plugin_la_SOURCES = codec/vorbis.c
/openbmc/u-boot/doc/device-tree-bindings/exynos/
H A Dsound.txt3 The device node for sound subsytem which contains codec and i2s block
14 - samsung,codec-type : sound codec type
26 samsung,codec-type = "wm8994";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/freerdp/freerdp/
H A D0001-Fix-const-qualifier-error.patch16 libfreerdp/codec/rfx.c | 4 ++--
20 diff --git a/libfreerdp/codec/rfx.c b/libfreerdp/codec/rfx.c
22 --- a/libfreerdp/codec/rfx.c
23 +++ b/libfreerdp/codec/rfx.c
/openbmc/u-boot/doc/device-tree-bindings/sound/
H A Dintel-hda.txt17 - codecs: Contains a list of codec nodes
23 - vendor-id: 16-bit vendor ID for audio codec
24 - device-id: 16-bit device ID for audio codec
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libopus/
H A Dlibopus_1.5.2.bb2 DESCRIPTION = "The Opus codec is designed for interactive \
5 technology from Skype's SILK codec and Xiph.Org's CELT codec."
6 HOMEPAGE = "http://www.opus-codec.org/"
56 CVE_PRODUCT += "opus-codec:opus"
/openbmc/u-boot/board/freescale/p1022ds/
H A DREADME13 'setenv hwconfig audclk:12' to enable Audio(codec clock sources is 12MHz)
16 'setenv hwconfig 'usb2;audclk:11' to enable USB2 and Audio(codec clock sources
20 and AUDIO codec clock sources only setting as 11MHz or 12MHz !
/openbmc/u-boot/arch/arm/dts/
H A Dmeson-axg-s400.dts63 linein: audio-codec@0 {
73 lineout: audio-codec@1 {
82 spdif_dit: audio-codec@2 {
89 dmics: audio-codec@3 {
91 compatible = "dmic-codec";
306 codec@0 {
310 codec@1 {
314 codec@2 {
323 codec {
331 codec {
[all …]
H A Dsun8i-a23.dtsi53 codec: codec@1c22c00 { label
55 compatible = "allwinner,sun8i-a23-codec";
59 clock-names = "apb", "codec";
63 allwinner,codec-analog-controls = <&codec_analog>;
H A Dam3517-evm-ui.dtsi36 sound_master: simple-audio-card,codec {
66 sound_master2: simple-audio-card,codec {
140 tlv320aic23_1: codec@1a {
147 tlv320aic23_2: codec@1b {
157 tlv320aic23_3: codec@1a {
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/
H A Dnv-codec-headers_12.1.14.0.bb2 HOMEPAGE = "https://git.videolan.org/git/ffmpeg/nv-codec-headers.git"
7 git://git.videolan.org/git/ffmpeg/nv-codec-headers.git;branch=master;protocol=https \
/openbmc/openbmc/poky/meta/recipes-multimedia/libvorbis/
H A Dlibvorbis_1.3.7.bb2 DESCRIPTION = "Ogg Vorbis is a high-quality lossy audio codec \
4 is the main vorbis codec library."
/openbmc/qemu/hw/arm/
H A Domap1.c2923 I2SCodec *codec; member
2992 if (!s->codec || !s->codec->rts) in omap_mcbsp_rx_start()
2994 else if (s->codec->in.len) { in omap_mcbsp_rx_start()
2995 s->rx_req = s->codec->in.len; in omap_mcbsp_rx_start()
3039 if (!s->codec || !s->codec->cts) in omap_mcbsp_tx_start()
3041 else if (s->codec->out.size) { in omap_mcbsp_tx_start()
3042 s->tx_req = s->codec->out.size; in omap_mcbsp_tx_start()
3052 if (s->codec && s->codec->cts) in omap_mcbsp_tx_done()
3053 s->codec->tx_swallow(s->codec->opaque); in omap_mcbsp_tx_done()
3078 if (s->codec) in omap_mcbsp_req_update()
[all …]
/openbmc/qemu/hw/audio/
H A Dpl041.c93 lm4549_state codec; member
273 if (lm4549_write_samples(&s->codec, left, right) == 0) { in pl041_fifo1_transmit()
451 lm4549_write(&s->codec, control, data); in pl041_write()
454 result = lm4549_read(&s->codec, control); in pl041_write()
567 lm4549_init(&s->codec, &pl041_request_data, (void *)s, errp); in pl041_realize()
622 VMSTATE_STRUCT(codec, PL041State, 0,
629 DEFINE_AUDIO_PROPERTIES(PL041State, codec.card),
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/celt051/
H A Dcelt051_git.bb5 SUMMARY = "The CELT codec is a compression algorithm for audio"
6 DESCRIPTION = "The CELT codec is a compression algorithm for \
/openbmc/u-boot/arch/arm/mach-rockchip/
H A DKconfig13 and video codec support. Peripherals include Gigabit Ethernet,
22 and video codec support. Peripherals include Gigabit Ethernet,
43 video interfaces, several memory options and video codec support.
57 and video codec support. Peripherals include Gigabit Ethernet,
72 and video codec support. Peripherals include Gigabit Ethernet,
92 and video codec support. Peripherals include Gigabit Ethernet,
112 video codec support.
146 and video codec support. Peripherals include Gigabit Ethernet,

123456789