| /sound/usb/ |
| A D | quirks-table.h | 138 .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 D | stream.c | 594 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 D | card.h | 24 unsigned char attributes; /* corresponding attributes of cs endpoint */ member
|
| A D | quirks.c | 2094 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 D | clock.c | 472 if (!(fmt->attributes & UAC_EP_CS_ATTR_SAMPLE_RATE)) in set_sample_rate_v1()
|
| A D | endpoint.c | 1376 ep->fill_max = !!(fmt->attributes & UAC_EP_CS_ATTR_FILL_MAX); in snd_usb_endpoint_set_params()
|
| A D | pcm.c | 243 if (!(fmt->attributes & UAC_EP_CS_ATTR_PITCH_CONTROL)) in snd_usb_init_pitch()
|
| /sound/soc/qcom/qdsp6/ |
| A D | q6dsp-lpass-clocks.c | 22 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 D | core.c | 819 .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 D | avs.h | 80 ((adev)->spec->attributes & AVS_PLATATTR_##attr) 107 const u64 attributes; /* bitmask of AVS_PLATATTR_* */ member 313 bool lp, u16 attributes, u8 *instance_id);
|
| A D | dsp.c | 300 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 D | topology.h | 133 u16 attributes; member
|
| A D | messages.c | 68 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 D | messages.h | 91 u32 attributes:16; /* additional scheduling flags */ member 315 u8 instance_id, bool lp, u16 attributes);
|
| A D | path.c | 1003 cfg->lp, cfg->attributes, in avs_path_pipeline_create()
|
| A D | topology.c | 1048 .offset = offsetof(struct avs_tplg_pplcfg, attributes),
|
| /sound/pci/asihpi/ |
| A D | hpifunc.c | 67 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 D | hpi.h | 1116 u32 attributes; member 1706 u32 sample_rate, u32 bit_rate, u32 attributes);
|
| A D | hpi_internal.h | 568 u32 attributes; /**< stereo/joint_stereo/mono */ member
|