Home
last modified time | relevance | path

Searched full:codecs (Results 1 – 25 of 418) sorted by relevance

12345678910>>...17

/Linux-v5.10/drivers/media/platform/qcom/venus/
Dhfi_parser.c38 u32 codecs, u32 domain, func cb, void *data, in for_each_codec() argument
48 if (cap->codec & codecs && cap->domain == domain) in for_each_codec()
63 parse_alloc_mode(struct venus_core *core, u32 codecs, u32 domain, void *data) in parse_alloc_mode() argument
78 codecs, domain, fill_buf_mode, type, 1); in parse_alloc_mode()
94 parse_profile_level(struct venus_core *core, u32 codecs, u32 domain, void *data) in parse_profile_level() argument
105 for_each_codec(core->caps, ARRAY_SIZE(core->caps), codecs, domain, in parse_profile_level()
119 parse_caps(struct venus_core *core, u32 codecs, u32 domain, void *data) in parse_caps() argument
131 for_each_codec(core->caps, ARRAY_SIZE(core->caps), codecs, domain, in parse_caps()
145 parse_raw_formats(struct venus_core *core, u32 codecs, u32 domain, void *data) in parse_raw_formats() argument
170 for_each_codec(core->caps, ARRAY_SIZE(core->caps), codecs, domain, in parse_raw_formats()
[all …]
/Linux-v5.10/sound/aoa/fabrics/
Dlayout.c7 * This fabric module looks for sound codecs based on the
50 * fabric has to know the codec anyway and all codecs might have
64 struct codec_connect_info codecs[MAX_CODECS_PER_BUS]; member
275 .codecs[0] = {
279 .codecs[1] = {
286 .codecs[0] = {
293 .codecs[0] = {
301 .codecs[0] = {
308 .codecs[0] = {
316 .codecs[0] = {
[all …]
/Linux-v5.10/sound/soc/mediatek/
DKconfig11 that can be used with other codecs.
22 with the CS42448 codecs.
32 with the WM8960 codecs.
42 that can be used with other codecs.
52 with the MT6351 codecs.
62 that can be used with other codecs.
88 tristate "ASoC Audio driver for MT8173 with RT5650 RT5514 codecs"
94 with the RT5650 and RT5514 codecs.
99 tristate "ASoC Audio driver for MT8173 with RT5650 RT5676 codecs"
106 with the RT5650 and RT5676 codecs.
[all …]
/Linux-v5.10/sound/soc/mediatek/mt8173/
Dmt8173-rt5650-rt5676.c3 * mt8173-rt5650-rt5676.c -- MT8173 machine driver with RT5650/5676 codecs
14 #include "../../codecs/rt5645.h"
15 #include "../../codecs/rt5677.h"
254 mt8173_rt5650_rt5676_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node = in mt8173_rt5650_rt5676_dev_probe()
256 if (!mt8173_rt5650_rt5676_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node) { in mt8173_rt5650_rt5676_dev_probe()
261 mt8173_rt5650_rt5676_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node = in mt8173_rt5650_rt5676_dev_probe()
263 if (!mt8173_rt5650_rt5676_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node) { in mt8173_rt5650_rt5676_dev_probe()
269 mt8173_rt5650_rt5676_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node; in mt8173_rt5650_rt5676_dev_probe()
271 mt8173_rt5650_rt5676_dais[DAI_LINK_INTERCODEC].codecs->of_node = in mt8173_rt5650_rt5676_dev_probe()
272 mt8173_rt5650_rt5676_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node; in mt8173_rt5650_rt5676_dev_probe()
[all …]
Dmt8173-rt5650.c3 * mt8173-rt5650.c -- MT8173 machine driver with RT5650 codecs
14 #include "../../codecs/rt5645.h"
278 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node = in mt8173_rt5650_dev_probe()
280 if (!mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node) { in mt8173_rt5650_dev_probe()
285 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node = in mt8173_rt5650_dev_probe()
286 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node; in mt8173_rt5650_dev_probe()
298 mt8173_rt5650_dais[DAI_LINK_CODEC_I2S].codecs[1].dai_name = in mt8173_rt5650_dev_probe()
313 mt8173_rt5650_dais[DAI_LINK_HDMI_I2S].codecs->of_node = in mt8173_rt5650_dev_probe()
315 if (!mt8173_rt5650_dais[DAI_LINK_HDMI_I2S].codecs->of_node) { in mt8173_rt5650_dev_probe()
Dmt8173-rt5650-rt5514.c3 * mt8173-rt5650-rt5514.c -- MT8173 machine driver with RT5650/5514 codecs
14 #include "../../codecs/rt5645.h"
198 mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node = in mt8173_rt5650_rt5514_dev_probe()
200 if (!mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[0].of_node) { in mt8173_rt5650_rt5514_dev_probe()
205 mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node = in mt8173_rt5650_rt5514_dev_probe()
207 if (!mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node) { in mt8173_rt5650_rt5514_dev_probe()
213 mt8173_rt5650_rt5514_dais[DAI_LINK_CODEC_I2S].codecs[1].of_node; in mt8173_rt5650_rt5514_dev_probe()
/Linux-v5.10/sound/soc/intel/common/
Dsoc-acpi-intel-kbl-match.c17 .codecs = {"10508825"}
22 .codecs = {"10EC5663"}
27 .codecs = {"10EC5663", "10EC5514"}
32 .codecs = {"MX98357A"}
37 .codecs = {"MX98927"}
42 .codecs = {"MX98373"}
/Linux-v5.10/Documentation/sound/hd-audio/
Dcontrols.rst8 Realtek codecs
35 IDT/Sigmatel codecs
41 (see HD-Audio.txt). Note that on some codecs the analog-loopback
62 VIA codecs
101 Conexant codecs
105 See Reatek codecs.
108 Analog codecs
Drealtek-pc-beep.rst6 Realtek HDA codecs and controls a muxer and pair of passthrough mixers that can
9 for codecs that don't have mixer widgets in their output paths. Why it's easier
79 All Realtek HDA codecs have a vendor-defined widget with node ID 20h which
124 also applies for the ALC255, ALC257, ALC235, and ALC236, since those codecs
126 function.) Additionally, other codecs like the ALC225 and ALC285 also have this
128 data (e.g. node IDs, bit positions, pin mappings) for those codecs may differ
/Linux-v5.10/sound/soc/tegra/
Dtegra_sgtl5000.c25 #include "../codecs/sgtl5000.h"
131 tegra_sgtl5000_dai.codecs->of_node = of_parse_phandle(np, in tegra_sgtl5000_driver_probe()
133 if (!tegra_sgtl5000_dai.codecs->of_node) { in tegra_sgtl5000_driver_probe()
169 of_node_put(tegra_sgtl5000_dai.codecs->of_node); in tegra_sgtl5000_driver_probe()
170 tegra_sgtl5000_dai.codecs->of_node = NULL; in tegra_sgtl5000_driver_probe()
185 of_node_put(tegra_sgtl5000_dai.codecs->of_node); in tegra_sgtl5000_driver_remove()
186 tegra_sgtl5000_dai.codecs->of_node = NULL; in tegra_sgtl5000_driver_remove()
Dtegra_alc5632.c25 #include "../codecs/alc5632.h"
179 tegra_alc5632_dai.codecs->of_node = of_parse_phandle( in tegra_alc5632_probe()
182 if (!tegra_alc5632_dai.codecs->of_node) { in tegra_alc5632_probe()
218 of_node_put(tegra_alc5632_dai.codecs->of_node); in tegra_alc5632_probe()
219 tegra_alc5632_dai.codecs->of_node = NULL; in tegra_alc5632_probe()
233 of_node_put(tegra_alc5632_dai.codecs->of_node); in tegra_alc5632_remove()
234 tegra_alc5632_dai.codecs->of_node = NULL; in tegra_alc5632_remove()
Dtegra_rt5677.c27 #include "../codecs/rt5677.h"
246 tegra_rt5677_dai.codecs->of_node = of_parse_phandle(np, in tegra_rt5677_probe()
248 if (!tegra_rt5677_dai.codecs->of_node) { in tegra_rt5677_probe()
283 of_node_put(tegra_rt5677_dai.codecs->of_node); in tegra_rt5677_probe()
284 tegra_rt5677_dai.codecs->of_node = NULL; in tegra_rt5677_probe()
296 of_node_put(tegra_rt5677_dai.codecs->of_node); in tegra_rt5677_remove()
297 tegra_rt5677_dai.codecs->of_node = NULL; in tegra_rt5677_remove()
/Linux-v5.10/include/sound/
Dsoc-acpi.h32 /* check all codecs */
50 /* check all codecs */
136 * audio codecs whose presence if checked with ACPI
165 * @num_codecs: number of secondary codecs used in the platform
166 * @codecs: holds the codec IDs
171 u8 codecs[SND_SOC_ACPI_MAX_CODECS][ACPI_ID_LEN]; member
/Linux-v5.10/sound/soc/rockchip/
Drockchip_rt5645.c20 #include "../codecs/rt5645.h"
164 rk_dailink.codecs->of_node = of_parse_phandle(np, in snd_rk_mc_probe()
166 if (!rk_dailink.codecs->of_node) { in snd_rk_mc_probe()
203 of_node_put(rk_dailink.codecs->of_node); in snd_rk_mc_probe()
204 rk_dailink.codecs->of_node = NULL; in snd_rk_mc_probe()
213 of_node_put(rk_dailink.codecs->of_node); in snd_rk_mc_remove()
214 rk_dailink.codecs->of_node = NULL; in snd_rk_mc_remove()
DKconfig6 Say Y or M if you want to add support for codecs attached to
58 tristate "ASoC support multiple codecs for Rockchip RK3288 boards"
70 tristate "ASoC support multiple codecs for Rockchip RK3399 GRU boards"
80 Say Y or M here if you want to add support multiple codecs for SoC
/Linux-v5.10/sound/soc/generic/
Dsimple-card.c126 struct snd_soc_dai_link_component *codecs = dai_link->codecs; in simple_dai_link_of_dpcm() local
153 codecs->of_node = NULL; in simple_dai_link_of_dpcm()
154 codecs->dai_name = "snd-soc-dummy-dai"; in simple_dai_link_of_dpcm()
155 codecs->name = "snd-soc-dummy"; in simple_dai_link_of_dpcm()
207 codecs->dai_name); in simple_dai_link_of_dpcm()
212 snd_soc_of_parse_node_prefix(top, cconf, codecs->of_node, in simple_dai_link_of_dpcm()
214 snd_soc_of_parse_node_prefix(node, cconf, codecs->of_node, in simple_dai_link_of_dpcm()
216 snd_soc_of_parse_node_prefix(np, cconf, codecs->of_node, in simple_dai_link_of_dpcm()
328 dai_link->codecs->dai_name); in simple_dai_link_of()
461 * all Codecs are detected as "dummy-Codec". in simple_parse_of()
[all …]
Daudio-graph-card.c217 struct snd_soc_dai_link_component *codecs = dai_link->codecs; in graph_dai_link_of_dpcm() local
236 codecs->of_node = NULL; in graph_dai_link_of_dpcm()
237 codecs->dai_name = "snd-soc-dummy-dai"; in graph_dai_link_of_dpcm()
238 codecs->name = "snd-soc-dummy"; in graph_dai_link_of_dpcm()
291 codecs->dai_name); in graph_dai_link_of_dpcm()
296 snd_soc_of_parse_node_prefix(top, cconf, codecs->of_node, in graph_dai_link_of_dpcm()
298 snd_soc_of_parse_node_prefix(node, cconf, codecs->of_node, in graph_dai_link_of_dpcm()
300 snd_soc_of_parse_node_prefix(ports, cconf, codecs->of_node, in graph_dai_link_of_dpcm()
302 snd_soc_of_parse_node_prefix(port, cconf, codecs->of_node, in graph_dai_link_of_dpcm()
394 dai_link->codecs->dai_name); in graph_dai_link_of()
[all …]
/Linux-v5.10/Documentation/devicetree/bindings/sound/
Dcirrus,madera.yaml7 title: Cirrus Logic Madera class audio CODECs
13 This describes audio configuration bindings for these codecs.
72 CS47L35_DMIC_REF_xxx values For all other codecs one of
100 codecs that do not have OUT6.
109 of this value. The second cell is ignored for codecs that
Drockchip,rk3399-gru-sound.txt1 ROCKCHIP with MAX98357A/RT5514/DA7219 codecs on GRU boards
6 connected to the codecs
7 - rockchip,codec: The phandle of the audio codecs
Dmt8183-mt6358-ts3a227-max98357.txt1 MT8183 with MT6358, TS3A227, MAX98357, and RT1015 CODECS
10 - mediatek,headset-codec: the phandles of ts3a227 codecs
11 - mediatek,ec-codec: the phandle of EC codecs.
/Linux-v5.10/sound/soc/zte/
DKconfig8 Say Y or M if you want to add support for codecs attached to the
17 Say Y or M if you want to add support for codecs attached to the
25 Say Y or M if you want to add support for codecs attached to the
/Linux-v5.10/include/sound/ac97/
Dcontroller.h23 * @slots_available: the mask of accessible/scanable codecs.
25 * @codecs: the 4 possible AC97 codecs (NULL if none found).
38 struct ac97_codec_device *codecs[AC97_BUS_MAX_CODECS]; member
/Linux-v5.10/sound/soc/atmel/
Dmikroe-proto.c17 #include "../codecs/wm8731.h"
88 /* for cpus/codecs/platforms */ in snd_proto_probe()
98 dai->codecs = &comp[1]; in snd_proto_probe()
105 dai->codecs->dai_name = "wm8731-hifi"; in snd_proto_probe()
113 dai->codecs->of_node = codec_np; in snd_proto_probe()
/Linux-v5.10/sound/soc/intel/boards/
Dskl_hda_dsp_generic.c5 * Machine Driver for SKL+ platforms with DSP and iDisp, HDA Codecs
16 #include "../../codecs/hdac_hdmi.h"
154 /* topology with external and iDisp HDA codecs */ in skl_hda_fill_card_info()
161 skl_hda_be_dai_links[i].codecs = dummy_codec; in skl_hda_fill_card_info()
184 if (!strstr(rtd->dai_link->codecs->name, "ehdaudio0D0")) in skl_set_hda_codec_autosuspend_delay()
190 * all codecs are on the same bus, so it's sufficient in skl_set_hda_codec_autosuspend_delay()
/Linux-v5.10/sound/ac97/
Dbus.c66 return ac97_ctrl->codecs[codec_num]; in ac97_codec_find()
97 ac97_ctrl->codecs[adev->num] = NULL; in ac97_codec_release()
111 ac97_ctrl->codecs[idx] = codec; in ac97_codec_add()
233 if (ac97_ctrl->codecs[i]) { in ac97_ctrl_codecs_unregister()
234 ac97_ctrl->codecs[i]->ac97_ctrl = &ac97_unbound_ctrl; in ac97_ctrl_codecs_unregister()
235 device_unregister(&ac97_ctrl->codecs[i]->dev); in ac97_ctrl_codecs_unregister()
340 * @slots_available: mask of the ac97 codecs that can be scanned and probed
343 * Register a digital controller which can control up to 4 ac97 codecs. This is
344 * the controller side of the AC97 AC-link, while the slave side are the codecs.

12345678910>>...17