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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/aoa/codecs/
H A Dsnd-aoa-codec-toonie.c9 * This is a driver for the toonie codec chip. This chip is present
16 MODULE_DESCRIPTION("toonie codec driver for snd-aoa");
22 #define PFX "snd-aoa-codec-toonie: "
24 struct toonie { struct
27 #define codec_to_toonie(c) container_of(c, struct toonie, codec)
88 struct toonie *toonie = codec_to_toonie(codec); local
91 if (toonie->codec.connected != 1)
94 if (aoa_snd_device_new(SNDRV_DEV_LOWLEVEL, toonie, &ops)) {
95 printk(KERN_ERR PFX "failed to create toonie sn
103 snd_device_free(aoa_get_card(), toonie); local
112 struct toonie *toonie = codec_to_toonie(codec); local
121 static struct toonie *toonie; variable in typeref:struct:toonie
[all...]
H A DMakefile3 obj-$(CONFIG_SND_AOA_TOONIE) += snd-aoa-codec-toonie.o

Completed in 35 milliseconds