Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtas2781-i2c.c1210 struct snd_kcontrol_new *cali_ctrls; in tasdevice_create_cali_ctrls() local
1224 cali_ctrls = (struct snd_kcontrol_new *)tas2781_cali_controls; in tasdevice_create_cali_ctrls()
1234 cali_ctrls = (struct snd_kcontrol_new *)tas2563_cali_controls; in tasdevice_create_cali_ctrls()
1245 rc = snd_soc_add_component_controls(priv->codec, cali_ctrls, nctrls); in tasdevice_create_cali_ctrls()
1263 cali_ctrls = devm_kcalloc(priv->dev, nctrls, in tasdevice_create_cali_ctrls()
1264 sizeof(cali_ctrls[0]), GFP_KERNEL); in tasdevice_create_cali_ctrls()
1265 if (!cali_ctrls) in tasdevice_create_cali_ctrls()
1295 cali_ctrls[i].name = cali_name; in tasdevice_create_cali_ctrls()
1296 cali_ctrls[i].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_create_cali_ctrls()
1297 cali_ctrls[i].info = snd_soc_bytes_info_ext; in tasdevice_create_cali_ctrls()
[all …]