Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Drv1106_codec.c1933 static const struct device_attribute acodec_attrs[] = { variable
1961 for (i = 0; i < ARRAY_SIZE(acodec_attrs); i++) { in rv1106_codec_sysfs_init()
1962 if (device_create_file(dev, &acodec_attrs[i])) { in rv1106_codec_sysfs_init()
1978 for (i = 0; i < ARRAY_SIZE(acodec_attrs); i++) in rv1106_codec_sysfs_exit()
1979 device_remove_file(dev, &acodec_attrs[i]); in rv1106_codec_sysfs_exit()
H A Drk3308_codec.c4353 static const struct device_attribute acodec_attrs[] = { variable
4388 for (i = 0; i < ARRAY_SIZE(acodec_attrs); i++) { in rk3308_codec_sysfs_init()
4389 if (device_create_file(dev, &acodec_attrs[i])) { in rk3308_codec_sysfs_init()
4405 for (i = 0; i < ARRAY_SIZE(acodec_attrs); i++) in rk3308_codec_sysfs_exit()
4406 device_remove_file(dev, &acodec_attrs[i]); in rk3308_codec_sysfs_exit()