Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.c1176 struct snd_kcontrol_new *aw883xx_dev_control = NULL; in aw883xx_dynamic_create_controls() local
1179 aw883xx_dev_control = devm_kzalloc(aw883xx->codec->dev, in aw883xx_dynamic_create_controls()
1181 if (aw883xx_dev_control == NULL) { in aw883xx_dynamic_create_controls()
1193 aw883xx_dev_control[0].name = kctl_name; in aw883xx_dynamic_create_controls()
1194 aw883xx_dev_control[0].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in aw883xx_dynamic_create_controls()
1195 aw883xx_dev_control[0].info = aw883xx_profile_info; in aw883xx_dynamic_create_controls()
1196 aw883xx_dev_control[0].get = aw883xx_profile_get; in aw883xx_dynamic_create_controls()
1197 aw883xx_dev_control[0].put = aw883xx_profile_set; in aw883xx_dynamic_create_controls()
1205 aw883xx_dev_control[1].name = kctl_name; in aw883xx_dynamic_create_controls()
1206 aw883xx_dev_control[1].iface = SNDRV_CTL_ELEM_IFACE_MIXER; in aw883xx_dynamic_create_controls()
[all …]