Home
last modified time | relevance | path

Searched refs:add_on_replace (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/include/sound/
Dcontrol.h138 int snd_ctl_replace(struct snd_card *card, struct snd_kcontrol *kcontrol, bool add_on_replace);
/linux-6.6.21/sound/core/
Dcontrol.c570 bool add_on_replace) in snd_ctl_replace() argument
573 add_on_replace ? CTL_ADD_ON_REPLACE : CTL_REPLACE); in snd_ctl_replace()