Home
last modified time | relevance | path

Searched refs:SNDRV_DEV_BUS (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/sound/i2c/
Di2c.c102 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &ops); in snd_i2c_bus_create()
/linux-3.4.99/include/sound/
Dcore.h61 #define SNDRV_DEV_BUS ((__force snd_device_type_t) 0x1007) macro
/linux-3.4.99/sound/pci/ac97/
Dac97_codec.c1936 if ((err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops)) < 0) { in snd_ac97_bus()
/linux-3.4.99/sound/pci/hda/
Dhda_codec.c790 err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops); in snd_hda_bus_new()