Searched refs:cali_ctrls (Results 1 – 1 of 1) sorted by relevance
1280 struct snd_kcontrol_new *cali_ctrls; in tasdevice_create_cali_ctrls() local1344 cali_ctrls = devm_kcalloc(priv->dev, nctrls, in tasdevice_create_cali_ctrls()1345 sizeof(cali_ctrls[0]), GFP_KERNEL); in tasdevice_create_cali_ctrls()1346 if (!cali_ctrls) in tasdevice_create_cali_ctrls()1374 cali_ctrls[i].name = cali_name; in tasdevice_create_cali_ctrls()1376 cali_ctrls[i].info = snd_soc_bytes_info_ext; in tasdevice_create_cali_ctrls()1377 cali_ctrls[i].get = tasdev_cali_data_get; in tasdevice_create_cali_ctrls()1378 cali_ctrls[i].put = tasdev_cali_data_put; in tasdevice_create_cali_ctrls()1412 cali_ctrls[i].name = cali_start_name; in tasdevice_create_cali_ctrls()1414 cali_ctrls[i].info = snd_soc_bytes_info_ext; in tasdevice_create_cali_ctrls()[all …]