Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/include/
H A Dalsa_soundcard.h139 const struct AlsaMixerCtlElement* elemGroup, int32_t groupSize);
/ohos5.0/drivers/peripheral/audio/supportlibs/alsa_adapter/src/
H A Dalsa_soundcard.c1268 struct AlsaSoundCard *cardIns, const struct AlsaMixerCtlElement* elemGroup, int32_t groupSize) in SndElementGroupWrite() argument
1273 int err = SndElementWrite(cardIns, &elemGroup[i]); in SndElementGroupWrite()
1275 AUDIO_FUNC_LOGE("Cant't set element %{public}s", elemGroup[i].name); in SndElementGroupWrite()