Home
last modified time | relevance | path

Searched refs:dev_ops (Results 1 – 3 of 3) sorted by relevance

/sound/usb/
Dmixer.c2545 static struct snd_device_ops dev_ops = { in snd_usb_create_mixer() local
2585 err = snd_device_new(chip->card, SNDRV_DEV_CODEC, mixer, &dev_ops); in snd_usb_create_mixer()
/sound/pci/ac97/
Dac97_codec.c1922 static struct snd_device_ops dev_ops = { in snd_ac97_bus() local
1938 if ((err = snd_device_new(card, SNDRV_DEV_BUS, bus, &dev_ops)) < 0) { in snd_ac97_bus()
/sound/pci/hda/
Dhda_codec.c808 static struct snd_device_ops dev_ops = { in snd_hda_codec_new() local
889 err = snd_device_new(card, SNDRV_DEV_CODEC, codec, &dev_ops); in snd_hda_codec_new()