Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 19 of 19) sorted by relevance

/sound/usb/
A Dquirks-table.h138 .attributes = 0,
458 .attributes = 0,
783 .attributes = 0,
798 .attributes = 0,
2082 .attributes = 0,
2513 .attributes = 0,
2529 .attributes = 0,
2707 .attributes = 0,
2728 .attributes = 0,
3267 .attributes = 0,
[all …]
A Dstream.c594 int attributes = 0; in parse_uac_endpoint_attributes() local
615 attributes = csep->bmAttributes; in parse_uac_endpoint_attributes()
622 attributes = csep->bmAttributes & UAC_EP_CS_ATTR_FILL_MAX; in parse_uac_endpoint_attributes()
626 attributes |= UAC_EP_CS_ATTR_PITCH_CONTROL; in parse_uac_endpoint_attributes()
635 attributes |= UAC_EP_CS_ATTR_PITCH_CONTROL; in parse_uac_endpoint_attributes()
638 return attributes; in parse_uac_endpoint_attributes()
851 fp->attributes = parse_uac_endpoint_attributes(chip, alts, protocol, in snd_usb_get_audioformat_uac12()
1073 fp->attributes = 0; /* No attributes */ in snd_usb_get_audioformat_uac3()
1095 fp->attributes = parse_uac_endpoint_attributes(chip, alts, in snd_usb_get_audioformat_uac3()
A Dcard.h24 unsigned char attributes; /* corresponding attributes of cs endpoint */ member
A Dquirks.c2094 fp->attributes &= ~UAC_EP_CS_ATTR_SAMPLE_RATE; in snd_usb_audioformat_attributes_quirk()
2099 fp->attributes |= UAC_EP_CS_ATTR_SAMPLE_RATE; in snd_usb_audioformat_attributes_quirk()
2122 fp->attributes &= ~UAC_EP_CS_ATTR_FILL_MAX; in snd_usb_audioformat_attributes_quirk()
2126 fp->attributes |= UAC_EP_CS_ATTR_FILL_MAX; in snd_usb_audioformat_attributes_quirk()
2131 fp->attributes &= ~UAC_EP_CS_ATTR_PITCH_CONTROL; in snd_usb_audioformat_attributes_quirk()
A Dclock.c472 if (!(fmt->attributes & UAC_EP_CS_ATTR_SAMPLE_RATE)) in set_sample_rate_v1()
A Dendpoint.c1376 ep->fill_max = !!(fmt->attributes & UAC_EP_CS_ATTR_FILL_MAX); in snd_usb_endpoint_set_params()
A Dpcm.c243 if (!(fmt->attributes & UAC_EP_CS_ATTR_PITCH_CONTROL)) in snd_usb_init_pitch()
/sound/soc/qcom/qdsp6/
A Dq6dsp-lpass-clocks.c22 int attributes; member
41 return cc->desc->lpass_set_clk(clk->dev, clk->q6dsp_clk_id, clk->attributes, in clk_q6dsp_prepare()
50 cc->desc->lpass_set_clk(clk->dev, clk->q6dsp_clk_id, clk->attributes, in clk_q6dsp_unprepare()
122 cc->clks[idx]->attributes = attr; in q6dsp_of_clk_hw_get()
/sound/soc/intel/avs/
A Dcore.c819 .attributes = AVS_PLATATTR_CLDMA,
829 .attributes = AVS_PLATATTR_IMR,
839 .attributes = AVS_PLATATTR_IMR,
849 .attributes = AVS_PLATATTR_IMR,
859 .attributes = AVS_PLATATTR_IMR,
870 .attributes = AVS_PLATATTR_IMR, \
886 .attributes = AVS_PLATATTR_IMR | AVS_PLATATTR_ACE | AVS_PLATATTR_ALTHDA,
A Davs.h80 ((adev)->spec->attributes & AVS_PLATATTR_##attr)
107 const u64 attributes; /* bitmask of AVS_PLATATTR_* */ member
313 bool lp, u16 attributes, u8 *instance_id);
A Ddsp.c300 bool lp, u16 attributes, u8 *instance_id) in avs_dsp_create_pipeline() argument
309 ret = avs_ipc_create_pipeline(adev, req_size, priority, id, lp, attributes); in avs_dsp_create_pipeline()
A Dtopology.h133 u16 attributes; member
A Dmessages.c68 u8 instance_id, bool lp, u16 attributes) in avs_ipc_create_pipeline() argument
77 msg.ext.create_ppl.attributes = attributes; in avs_ipc_create_pipeline()
A Dmessages.h91 u32 attributes:16; /* additional scheduling flags */ member
315 u8 instance_id, bool lp, u16 attributes);
A Dpath.c1003 cfg->lp, cfg->attributes, in avs_path_pipeline_create()
A Dtopology.c1048 .offset = offsetof(struct avs_tplg_pplcfg, attributes),
/sound/pci/asihpi/
A Dhpifunc.c67 pMF->attributes = pF->attributes; in hpi_format_to_msg()
77 pF->attributes = pMF->attributes; in hpi_msg_to_format()
285 u32 sample_rate, u32 bit_rate, u32 attributes) in hpi_format_create() argument
362 && (attributes != HPI_MPEG_MODE_DEFAULT)) { in hpi_format_create()
363 attributes = HPI_MPEG_MODE_DEFAULT; in hpi_format_create()
365 } else if (attributes > HPI_MPEG_MODE_DUALCHANNEL) { in hpi_format_create()
366 attributes = HPI_MPEG_MODE_DEFAULT; in hpi_format_create()
369 fmt.attributes = attributes; in hpi_format_create()
372 fmt.attributes = attributes; in hpi_format_create()
1035 hm.u.d.u.data.format.attributes = bytes_per_frame; in hpi_instream_ancillary_reset()
A Dhpi.h1116 u32 attributes; member
1706 u32 sample_rate, u32 bit_rate, u32 attributes);
A Dhpi_internal.h568 u32 attributes; /**< stereo/joint_stereo/mono */ member

Completed in 73 milliseconds