Searched refs:toonie (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/aoa/codecs/ |
H A D | toonie.c | 7 * This is a driver for the toonie codec chip. This chip is present 15 MODULE_DESCRIPTION("toonie codec driver for snd-aoa"); 21 #define PFX "snd-aoa-codec-toonie: " 23 struct toonie { struct 26 #define codec_to_toonie(c) container_of(c, struct toonie, codec) 87 struct toonie *toonie = codec_to_toonie(codec); in toonie_init_codec() local 90 if (toonie->codec.connected != 1) in toonie_init_codec() 93 if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { in toonie_init_codec() 94 printk(KERN_ERR PFX "failed to create toonie sn in toonie_init_codec() 102 snd_device_free(aoa_get_card(), toonie); toonie_init_codec() local 111 struct toonie *toonie = codec_to_toonie(codec); toonie_exit_codec() local 120 static struct toonie *toonie; global() variable [all...] |
H A D | Makefile | 4 snd-aoa-codec-toonie-objs := toonie.o 8 obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o
|
/kernel/linux/linux-6.6/sound/aoa/codecs/ |
H A D | toonie.c | 7 * This is a driver for the toonie codec chip. This chip is present 15 MODULE_DESCRIPTION("toonie codec driver for snd-aoa"); 21 #define PFX "snd-aoa-codec-toonie: " 23 struct toonie { struct 26 #define codec_to_toonie(c) container_of(c, struct toonie, codec) 87 struct toonie *toonie = codec_to_toonie(codec); in toonie_init_codec() local 90 if (toonie->codec.connected != 1) in toonie_init_codec() 93 if (aoa_snd_device_new(SNDRV_DEV_CODEC, toonie, &ops)) { in toonie_init_codec() 94 printk(KERN_ERR PFX "failed to create toonie sn in toonie_init_codec() 102 snd_device_free(aoa_get_card(), toonie); toonie_init_codec() local 111 struct toonie *toonie = codec_to_toonie(codec); toonie_exit_codec() local 120 static struct toonie *toonie; global() variable [all...] |
H A D | Makefile | 4 snd-aoa-codec-toonie-objs := toonie.o 8 obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o
|
Completed in 1 milliseconds