Searched refs:create_ctls (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/staging/vc04_services/bcm2835-audio/ |
| D | bcm2835-ctl.c | 210 static int create_ctls(struct bcm2835_chip *chip, size_t size, in create_ctls() function 228 err = create_ctls(chip, ARRAY_SIZE(snd_bcm2835_ctl), snd_bcm2835_ctl); in snd_bcm2835_new_ctl() 231 return create_ctls(chip, ARRAY_SIZE(snd_bcm2835_spdif), in snd_bcm2835_new_ctl() 265 return create_ctls(chip, ARRAY_SIZE(snd_bcm2835_headphones_ctl), in snd_bcm2835_new_headphones_ctl() 299 return create_ctls(chip, ARRAY_SIZE(snd_bcm2835_hdmi), in snd_bcm2835_new_hdmi_ctl()
|