Searched refs:mutes (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/intel/avs/ |
| H A D | messages.c | 744 struct avs_mute_cfg **mutes, size_t *num_mutes) in avs_ipc_peakvol_get_mute() argument 759 *mutes = (struct avs_mute_cfg *)payload; in avs_ipc_peakvol_get_mute() 760 *num_mutes = payload_size / sizeof(**mutes); in avs_ipc_peakvol_get_mute() 773 struct avs_mute_cfg *mutes, size_t num_mutes) in avs_ipc_peakvol_set_mutes() argument 781 size = num_mutes * sizeof(*mutes); in avs_ipc_peakvol_set_mutes() 794 tlv->length = sizeof(*mutes); in avs_ipc_peakvol_set_mutes() 795 memcpy(tlv->value, &mutes[i], tlv->length); in avs_ipc_peakvol_set_mutes()
|
| H A D | path.c | 537 struct avs_mute_cfg mutes[SND_SOC_TPLG_MAX_CHAN] = {{0}}; in avs_peakvol_set_mute() local 549 mutes[i].channel_id = i; in avs_peakvol_set_mute() 550 mutes[i].mute = !input[i]; in avs_peakvol_set_mute() 551 mutes[i].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_mute() 552 mutes[i].curve_duration = t->cfg_ext->peakvol.curve_duration; in avs_peakvol_set_mute() 555 ret = avs_ipc_peakvol_set_mutes(adev, mod->module_id, mod->instance_id, mutes, in avs_peakvol_set_mute() 561 mutes[0].channel_id = AVS_ALL_CHANNELS_MASK; in avs_peakvol_set_mute() 562 mutes[0].mute = !input[0]; in avs_peakvol_set_mute() 563 mutes[0].curve_type = t->cfg_ext->peakvol.curve_type; in avs_peakvol_set_mute() 564 mutes[0].curve_duration = t->cfg_ext->peakvol.curve_duration; in avs_peakvol_set_mute() [all …]
|
| H A D | messages.h | 973 struct avs_mute_cfg **mutes, size_t *num_mutes); 977 struct avs_mute_cfg *mutes, size_t num_mutes);
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | controls.rst | 30 mutes the speakers, but not line-outs. When line-out+speaker is 31 selected, plugging to a headphone jack mutes both speakers and
|
| /linux/Documentation/admin-guide/media/ |
| H A D | bttv.rst | 171 automute=0/1 Automatically mutes the sound if there is
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 2708 dB. Set the fourth parameter to 1 if the minimum value actually mutes 2716 minimum value mutes the control, set the second parameter to
|