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.c1337 struct snd_kcontrol_new *cali_ctrls; in tasdevice_create_cali_ctrls() local
1353 cali_ctrls = (struct snd_kcontrol_new *)tas2781_cali_controls; in tasdevice_create_cali_ctrls()
1372 cali_ctrls = (struct snd_kcontrol_new *)tas2563_cali_controls; in tasdevice_create_cali_ctrls()
1383 rc = snd_soc_add_component_controls(priv->codec, cali_ctrls, nctrls); in tasdevice_create_cali_ctrls()
1401 cali_ctrls = devm_kcalloc(priv->dev, nctrls, in tasdevice_create_cali_ctrls()
1402 sizeof(cali_ctrls[0]), GFP_KERNEL); in tasdevice_create_cali_ctrls()
1403 if (!cali_ctrls) in tasdevice_create_cali_ctrls()
1431 cali_ctrls[i].name = cali_name; in tasdevice_create_cali_ctrls()
1432 cali_ctrls[i].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in tasdevice_create_cali_ctrls()
1433 cali_ctrls[i].info = snd_soc_bytes_info_ext; in tasdevice_create_cali_ctrls()
[all …]