Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 17 of 17) sorted by relevance

/sound/soc/sof/intel/
Dhda-loader.c193 int tag) in get_stream_with_tag() argument
201 s->stream_tag == tag) { in get_stream_with_tag()
272 int ret, ret1, tag, i; in hda_dsp_cl_boot_firmware() local
284 tag = cl_stream_prepare(sdev, 0x40, stripped_firmware.size, in hda_dsp_cl_boot_firmware()
287 if (tag < 0) { in hda_dsp_cl_boot_firmware()
289 tag); in hda_dsp_cl_boot_firmware()
290 return tag; in hda_dsp_cl_boot_firmware()
294 stream = get_stream_with_tag(sdev, tag); in hda_dsp_cl_boot_firmware()
298 tag); in hda_dsp_cl_boot_firmware()
309 stripped_firmware.size, tag); in hda_dsp_cl_boot_firmware()
/sound/pci/hda/
Dhda_sysfs.c609 const char *tag; member
616 .tag = "[codec]",
620 .tag = "[model]",
624 .tag = "[verb]",
629 .tag = "[pincfg]",
634 .tag = "[hint]",
639 .tag = "[vendor_id]",
643 .tag = "[subsystem_id]",
647 .tag = "[revision_id]",
651 .tag = "[chip_name]",
[all …]
Dhda_jack.c90 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag) in snd_hda_jack_tbl_get_from_tag() argument
95 if (!tag || !jack) in snd_hda_jack_tbl_get_from_tag()
98 if (jack->tag == tag) in snd_hda_jack_tbl_get_from_tag()
120 jack->tag = codec->jacktbl.used; in snd_hda_jack_tbl_new()
270 AC_USRSP_EN | jack->tag); in snd_hda_jack_detect_enable_callback()
562 int tag = (res & AC_UNSOL_RES_TAG) >> AC_UNSOL_RES_TAG_SHIFT; in snd_hda_jack_unsol_event() local
564 event = snd_hda_jack_tbl_get_from_tag(codec, tag); in snd_hda_jack_unsol_event()
Dhda_jack.h31 unsigned char tag; /* unsol event tag */ member
54 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag);
Dhda_controller.c1352 int dir, tag; in azx_init_streams() local
1365 tag = ++stream_tags[dir]; in azx_init_streams()
1367 tag = i + 1; in azx_init_streams()
1369 i, dir, tag); in azx_init_streams()
Dpatch_hdmi.c786 int tag = res >> AC_UNSOL_RES_TAG_SHIFT; in hdmi_intrinsic_event() local
796 jack = snd_hda_jack_tbl_get_from_tag(codec, tag); in hdmi_intrinsic_event()
812 int tag = res >> AC_UNSOL_RES_TAG_SHIFT; in hdmi_non_intrinsic_event() local
820 tag, in hdmi_non_intrinsic_event()
835 int tag = res >> AC_UNSOL_RES_TAG_SHIFT; in hdmi_unsol_event() local
841 if (!snd_hda_jack_tbl_get_from_tag(codec, tag)) { in hdmi_unsol_event()
842 codec_dbg(codec, "Unexpected HDMI event tag 0x%x\n", tag); in hdmi_unsol_event()
2445 unsigned int val = use_acomp ? 0 : (AC_USRSP_EN | tbl->tag); in reprogram_jack_detect()
/sound/hda/ext/
Dhdac_ext_stream.c31 int idx, int direction, int tag) in snd_hdac_ext_stream_init() argument
57 snd_hdac_stream_init(bus, &stream->hstream, idx, direction, tag); in snd_hdac_ext_stream_init()
73 int i, tag, idx = start_idx; in snd_hdac_ext_stream_init_all() local
80 tag = ++stream_tag; in snd_hdac_ext_stream_init_all()
81 snd_hdac_ext_stream_init(bus, stream, idx, dir, tag); in snd_hdac_ext_stream_init_all()
/sound/synth/emux/
Demux_effect.c19 #define xoffsetof(type,tag) ((long)(&((type)NULL)->tag) - (long)(NULL)) argument
21 #define parm_offset(tag) xoffsetof(struct soundfont_voice_parm *, tag) argument
/sound/pci/lola/
Dlola_clock.c240 unsigned int tag; in lola_update_ext_clock_freq() local
247 tag = (val >> LOLA_UNSOL_RESP_TAG_OFFSET) & LOLA_UNSOLICITED_TAG_MASK; in lola_update_ext_clock_freq()
248 if (tag != LOLA_UNSOLICITED_TAG) in lola_update_ext_clock_freq()
/sound/firewire/
Damdtp-stream.c444 params->tag = s->tag; in queue_packet()
914 int type, tag, err; in amdtp_stream_start() local
980 s->tag = TAG_NO_CIP_HEADER; in amdtp_stream_start()
982 s->tag = TAG_CIP; in amdtp_stream_start()
1006 tag = FW_ISO_CONTEXT_MATCH_TAG1; in amdtp_stream_start()
1008 tag |= FW_ISO_CONTEXT_MATCH_TAG0; in amdtp_stream_start()
1011 err = fw_iso_context_start(s->context, -1, 0, tag); in amdtp_stream_start()
Damdtp-stream.h122 int tag; member
/sound/aoa/codecs/
Donyx.c616 .tag = 0,
629 .tag = 0,
639 .tag = 1,
651 .tag = 2,
661 .tag = 2,
684 switch (ti->tag) { in onyx_usable()
/sound/aoa/soundbus/
Dsoundbus.h42 int tag; member
/sound/core/seq/
Dseq_prioq.c376 if (info->tag != ev->tag) in prioq_remove_match()
/sound/soc/codecs/
Dsigmadsp.c48 __le32 tag; member
330 switch (le32_to_cpu(chunk->tag)) { in sigmadsp_fw_load_v2()
342 chunk->tag); in sigmadsp_fw_load_v2()
/sound/hda/
Dhdac_stream.c61 int idx, int direction, int tag) in snd_hdac_stream_init() argument
70 azx_dev->stream_tag = tag; in snd_hdac_stream_init()
/sound/soc/sof/
Dipc.c750 v->micro, v->tag); in snd_sof_ipc_valid()