Searched refs:snd_hda_codec_amp_update (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_codec.c | 1282 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, in snd_hda_codec_amp_update() function 1293 EXPORT_SYMBOL_GPL(snd_hda_codec_amp_update); 1315 ret |= snd_hda_codec_amp_update(codec, nid, ch, direction, in snd_hda_codec_amp_stereo() 1347 return snd_hda_codec_amp_update(codec, nid, ch, dir, idx, mask, val); in snd_hda_codec_amp_init() 1446 return snd_hda_codec_amp_update(codec, nid, ch, dir, idx, in update_amp_value() 2153 change = snd_hda_codec_amp_update(codec, nid, 0, dir, idx, in snd_hda_mixer_amp_switch_put() 2159 change |= snd_hda_codec_amp_update(codec, nid, 1, dir, idx, in snd_hda_mixer_amp_switch_put()
|
| D | hda_local.h | 119 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid,
|
| D | patch_ca0132.c | 5018 ret = snd_hda_codec_amp_update(codec, spec->input_pins[0], 0, in ca0132_mic_boost_set() 5021 ret = snd_hda_codec_amp_update(codec, spec->input_pins[0], 0, in ca0132_mic_boost_set() 5032 ret = snd_hda_codec_amp_update(codec, spec->input_pins[0], 0, in ca0132_alt_mic_boost_set()
|
| D | hda_generic.c | 717 return snd_hda_codec_amp_update(codec, nid, 0, dir, idx, in update_amp()
|