Lines Matching +full:audio +full:- +full:subsystem
7 * See the COPYING file in the top-level directory.
27 if (!g_strcmp0(interface, "pci-device")) { in ac97_get_driver()
28 return &ac97->dev; in ac97_get_driver()
40 qpci_device_init(&ac97->dev, bus, addr); in ac97_create()
41 ac97->obj.get_driver = ac97_get_driver; in ac97_create()
42 return &ac97->obj; in ac97_create()
46 * This is rather a test of the audio subsystem and not an AC97 test. Test if
47 * the audio subsystem can handle a 44100/1 upsample ratio. For some time this
53 QPCIDevice *dev = &ac97->dev; in ac97_playback_upsample()
69 QPCIDevice *dev = &ac97->dev; in ac97_record_downsample()
82 .after_cmd_line = "-audiodev none,id=snd0" in ac97_register_nodes()
88 qos_node_produces("AC97", "pci-device"); in ac97_register_nodes()
89 qos_node_consumes("AC97", "pci-bus", &opts); in ac97_register_nodes()