Home
last modified time | relevance | path

Searched refs:codec_info (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/sound/pci/hda/
Dhda_eld.c143 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data()
179 codec_info(codec, "HDMI: audio coding type 0 not expected\n"); in hdmi_update_short_audio_desc()
223 codec_info(codec, in hdmi_update_short_audio_desc()
247 codec_info(codec, "HDMI: Unknown ELD version %d\n", e->eld_ver); in snd_hdmi_parse_eld()
270 codec_info(codec, "HDMI: MNL is reserved value %d\n", mnl); in snd_hdmi_parse_eld()
273 codec_info(codec, "HDMI: out of range MNL %d\n", mnl); in snd_hdmi_parse_eld()
280 codec_info(codec, "HDMI: out of range SAD %d\n", i); in snd_hdmi_parse_eld()
322 codec_info(codec, "HDMI: ELD buf size is 0, force 128\n"); in snd_hdmi_get_eld()
326 codec_info(codec, "HDMI: invalid ELD buf size %d\n", size); in snd_hdmi_get_eld()
338 codec_info(codec, "HDMI: invalid ELD data byte %d\n", i); in snd_hdmi_get_eld()
[all …]
Dhda_auto_parser.c235 codec_info(codec, in snd_hda_parse_pin_defcfg()
241 codec_info(codec, in snd_hda_parse_pin_defcfg()
254 codec_info(codec, in snd_hda_parse_pin_defcfg()
267 codec_info(codec, in snd_hda_parse_pin_defcfg()
291 codec_info(codec, in snd_hda_parse_pin_defcfg()
411 codec_info(codec, "autoconfig for %s: line_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x) type:%s\n", in snd_hda_parse_pin_defcfg()
418 codec_info(codec, " speaker_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", in snd_hda_parse_pin_defcfg()
422 codec_info(codec, " hp_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", in snd_hda_parse_pin_defcfg()
426 codec_info(codec, " mono: mono_out=0x%x\n", cfg->mono_out_pin); in snd_hda_parse_pin_defcfg()
428 codec_info(codec, " dig-out=0x%x/0x%x\n", in snd_hda_parse_pin_defcfg()
[all …]
Dpatch_conexant.c685 codec_info(codec, "action: %d gpio_led: %d\n", action, spec->gpio_led); in cxt_fixup_mute_led_gpio()
996 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in patch_conexant_auto()
1073 codec_info(codec, in patch_conexant_auto()
Dhda_local.h736 #define codec_info(codec, fmt, args...) \ macro
Dhda_sysfs.c134 codec_info(codec, "hda-codec: reconfiguring\n"); in reconfig_codec()
Dpatch_ca0132.c3080 codec_info(codec, "ca0132 DSP downloaded and running\n"); in dspload_wait_loaded()
7081 codec_info(codec, "DSP not initialized properly. Attempting to fix."); in sbz_dsp_startup_check()
7088 codec_info(codec, "Reloading... Tries left: %d", reload); in sbz_dsp_startup_check()
7105 codec_info(codec, "DSP fixed."); in sbz_dsp_startup_check()
7110codec_info(codec, "DSP failed to initialize properly. Either try a full shutdown or a suspend to c… in sbz_dsp_startup_check()
Dpatch_hdmi.c815 codec_info(codec, in hdmi_non_intrinsic_event()
2577 codec_info(codec, "No i915 binding for Intel HDMI/DP codec\n"); in alloc_intel_hdmi()
Dpatch_realtek.c574 codec_info(codec, "%s: SKU not ready 0x%08x\n", in alc_auto_parse_customize_define()
/Linux-v4.19/sound/aoa/codecs/
Donyx.c58 struct codec_info *codec_info; member
845 static struct codec_info onyx_codec_info = {
865 struct codec_info *ci = &onyx_codec_info; in onyx_init_codec()
897 if (!onyx->codec_info) in onyx_init_codec()
898 onyx->codec_info = kmalloc(sizeof(struct codec_info), GFP_KERNEL); in onyx_init_codec()
899 if (!onyx->codec_info) in onyx_init_codec()
901 ci = onyx->codec_info; in onyx_init_codec()
908 if (!onyx->codec_info) in onyx_init_codec()
909 onyx->codec_info = kmalloc(sizeof(struct codec_info), GFP_KERNEL); in onyx_init_codec()
910 if (!onyx->codec_info) in onyx_init_codec()
[all …]
Dtoonie.c75 static struct codec_info toonie_codec_info = {
Dtas.c782 static struct codec_info tas_codec_info = {
/Linux-v4.19/sound/aoa/soundbus/
Dsoundbus.h47 struct codec_info *codec;
63 struct codec_info { struct
165 struct codec_info *ci, void *data);
/Linux-v4.19/sound/aoa/soundbus/i2sbus/
Di2sbus.h99 struct codec_info *ci, void *data);
Dpcm.c882 struct codec_info *ci, void *data) in i2sbus_attach_codec()