Searched refs:codec_info (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/sound/pci/hda/ |
D | hda_eld.c | 156 codec_info(codec, "HDMI: ELD data byte %d: 0x%x\n", byte_index, val); in hdmi_get_eld_data() 192 codec_info(codec, "HDMI: audio coding type 0 not expected\n"); in hdmi_update_short_audio_desc() 236 codec_info(codec, in hdmi_update_short_audio_desc() 259 codec_info(codec, "HDMI: Unknown ELD version %d\n", e->eld_ver); in snd_hdmi_parse_eld() 282 codec_info(codec, "HDMI: MNL is reserved value %d\n", mnl); in snd_hdmi_parse_eld() 285 codec_info(codec, "HDMI: out of range MNL %d\n", mnl); in snd_hdmi_parse_eld() 292 codec_info(codec, "HDMI: out of range SAD %d\n", i); in snd_hdmi_parse_eld() 334 codec_info(codec, "HDMI: ELD buf size is 0, force 128\n"); in snd_hdmi_get_eld() 338 codec_info(codec, "HDMI: invalid ELD buf size %d\n", size); in snd_hdmi_get_eld() 350 codec_info(codec, "HDMI: invalid ELD data byte %d\n", i); in snd_hdmi_get_eld() [all …]
|
D | hda_auto_parser.c | 235 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 …]
|
D | patch_conexant.c | 873 codec_info(codec, "%s: BIOS auto-probing.\n", codec->core.chip_name); in patch_conexant_auto() 945 codec_info(codec, in patch_conexant_auto()
|
D | hda_sysfs.c | 134 codec_info(codec, "hda-codec: reconfiguring\n"); in reconfig_codec()
|
D | hda_local.h | 796 #define codec_info(codec, fmt, args...) \ macro
|
D | patch_hdmi.c | 1211 codec_info(codec, in hdmi_non_intrinsic_event()
|
D | patch_realtek.c | 512 codec_info(codec, "%s: SKU not ready 0x%08x\n", in alc_auto_parse_customize_define()
|
/linux-4.1.27/sound/aoa/codecs/ |
D | onyx.c | 58 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 …]
|
D | toonie.c | 75 static struct codec_info toonie_codec_info = {
|
D | tas.c | 782 static struct codec_info tas_codec_info = {
|
/linux-4.1.27/sound/aoa/soundbus/ |
D | soundbus.h | 47 struct codec_info *codec; 63 struct codec_info { struct 165 struct codec_info *ci, void *data);
|
/linux-4.1.27/sound/aoa/soundbus/i2sbus/ |
D | i2sbus.h | 99 struct codec_info *ci, void *data);
|
D | pcm.c | 882 struct codec_info *ci, void *data) in i2sbus_attach_codec()
|