Searched refs:codec_info (Results 1 – 14 of 14) sorted by relevance
/sound/pci/hda/ |
D | hda_eld.c | 130 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data() 166 codec_info(codec, "HDMI: audio coding type 0 not expected\n"); in hdmi_update_short_audio_desc() 210 codec_info(codec, in hdmi_update_short_audio_desc() 234 codec_info(codec, "HDMI: Unknown ELD version %d\n", e->eld_ver); in snd_hdmi_parse_eld() 257 codec_info(codec, "HDMI: MNL is reserved value %d\n", mnl); in snd_hdmi_parse_eld() 260 codec_info(codec, "HDMI: out of range MNL %d\n", mnl); in snd_hdmi_parse_eld() 267 codec_info(codec, "HDMI: out of range SAD %d\n", i); in snd_hdmi_parse_eld() 309 codec_info(codec, "HDMI: ELD buf size is 0, force 128\n"); in snd_hdmi_get_eld() 313 codec_info(codec, "HDMI: invalid ELD buf size %d\n", size); in snd_hdmi_get_eld() 325 codec_info(codec, "HDMI: invalid ELD data byte %d\n", i); in snd_hdmi_get_eld() [all …]
|
D | hda_auto_parser.c | 233 codec_info(codec, in snd_hda_parse_pin_defcfg() 239 codec_info(codec, in snd_hda_parse_pin_defcfg() 252 codec_info(codec, in snd_hda_parse_pin_defcfg() 265 codec_info(codec, in snd_hda_parse_pin_defcfg() 289 codec_info(codec, in snd_hda_parse_pin_defcfg() 409 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() 416 codec_info(codec, " speaker_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", in snd_hda_parse_pin_defcfg() 420 codec_info(codec, " hp_outs=%d (0x%x/0x%x/0x%x/0x%x/0x%x)\n", in snd_hda_parse_pin_defcfg() 424 codec_info(codec, " mono: mono_out=0x%x\n", cfg->mono_out_pin); in snd_hda_parse_pin_defcfg() 426 codec_info(codec, " dig-out=0x%x/0x%x\n", in snd_hda_parse_pin_defcfg() [all …]
|
D | patch_conexant.c | 1156 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in patch_conexant_auto() 1238 codec_info(codec, in patch_conexant_auto()
|
D | hda_sysfs.c | 135 codec_info(codec, "hda-codec: reconfiguring\n"); in reconfig_codec()
|
D | hda_local.h | 732 #define codec_info(codec, fmt, args...) \ macro
|
D | patch_hdmi.c | 836 codec_info(codec, in hdmi_non_intrinsic_event() 2725 codec_info(codec, "audio component disabled by module option\n"); in generic_acomp_init() 2844 codec_info(codec, "Can't find the HDMI/DP port for pin NID 0x%x\n", pin_nid); in intel_pin2port() 3042 codec_info(codec, "No i915 binding for Intel HDMI/DP codec\n"); in alloc_intel_hdmi()
|
D | patch_ca0132.c | 3619 codec_info(codec, "ca0132 DSP downloaded and running\n"); in dspload_wait_loaded() 7717 codec_info(codec, "%s: Stream 0x%02x ports aren't allocated, remap failed!\n", in chipio_remap_stream() 9100 codec_info(codec, "DSP not initialized properly. Attempting to fix."); in sbz_dsp_startup_check() 9107 codec_info(codec, "Reloading... Tries left: %d", reload); in sbz_dsp_startup_check() 9124 codec_info(codec, "DSP fixed."); in sbz_dsp_startup_check() 9129 …codec_info(codec, "DSP failed to initialize properly. Either try a full shutdown or a suspend to c… in sbz_dsp_startup_check()
|
D | patch_realtek.c | 705 codec_info(codec, "%s: SKU not ready 0x%08x\n", in alc_auto_parse_customize_define()
|
/sound/aoa/codecs/ |
D | onyx.c | 55 struct codec_info *codec_info; member 844 static struct codec_info onyx_codec_info = { 864 struct codec_info *ci = &onyx_codec_info; in onyx_init_codec() 896 if (!onyx->codec_info) in onyx_init_codec() 897 onyx->codec_info = kmalloc(sizeof(struct codec_info), GFP_KERNEL); in onyx_init_codec() 898 if (!onyx->codec_info) in onyx_init_codec() 900 ci = onyx->codec_info; in onyx_init_codec() 907 if (!onyx->codec_info) in onyx_init_codec() 908 onyx->codec_info = kmalloc(sizeof(struct codec_info), GFP_KERNEL); in onyx_init_codec() 909 if (!onyx->codec_info) in onyx_init_codec() [all …]
|
D | toonie.c | 73 static struct codec_info toonie_codec_info = {
|
D | tas.c | 780 static struct codec_info tas_codec_info = {
|
/sound/aoa/soundbus/ |
D | soundbus.h | 46 struct codec_info *codec; 62 struct codec_info { struct 164 struct codec_info *ci, void *data);
|
/sound/aoa/soundbus/i2sbus/ |
D | i2sbus.h | 98 struct codec_info *ci, void *data);
|
D | pcm.c | 869 struct codec_info *ci, void *data) in i2sbus_attach_codec()
|