Searched refs:toonie (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/codecs/
H A Dtoonie.c9 * This is a driver for the toonie codec chip. This chip is present
17 MODULE_DESCRIPTION("toonie codec driver for snd-aoa");
23 #define PFX "snd-aoa-codec-toonie: "
25 struct toonie { struct
28 #define codec_to_toonie(c) container_of(c, struct toonie, codec)
89 struct toonie *toonie = codec_to_toonie(codec); local
92 if (toonie->codec.connected != 1)
95 if (aoa_snd_device_new(SNDRV_DEV_LOWLEVEL, toonie, &ops)) {
96 printk(KERN_ERR PFX "failed to create toonie sn
104 snd_device_free(aoa_get_card(), toonie); local
113 struct toonie *toonie = codec_to_toonie(codec); local
122 static struct toonie *toonie; variable in typeref:struct:toonie
[all...]
H A DMakefile3 snd-aoa-codec-toonie-objs := toonie.o
7 obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o

Completed in 59 milliseconds