Home
last modified time | relevance | path

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

/linux-6.1.9/sound/firewire/bebob/
Dbebob_maudio.c356 struct snd_ctl_elem_info *einf) in special_clk_ctl_info() argument
364 return snd_ctl_enum_info(einf, 1, ARRAY_SIZE(special_clk_types), in special_clk_ctl_info()
410 struct snd_ctl_elem_info *einf) in special_sync_ctl_info() argument
412 einf->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN; in special_sync_ctl_info()
413 einf->count = 1; in special_sync_ctl_info()
414 einf->value.integer.min = 0; in special_sync_ctl_info()
415 einf->value.integer.max = 1; in special_sync_ctl_info()
445 struct snd_ctl_elem_info *einf) in special_dig_in_iface_ctl_info() argument
447 return snd_ctl_enum_info(einf, 1, in special_dig_in_iface_ctl_info()
538 struct snd_ctl_elem_info *einf) in special_dig_out_iface_ctl_info() argument
[all …]