Lines Matching defs:hwdep
30 #include <sound/hwdep.h>
250 struct snd_hwdep *hwdep;
263 err = snd_hwdep_new(mixer->chip->card, "SB remote control", 0, &hwdep);
266 snprintf(hwdep->name, sizeof(hwdep->name),
268 hwdep->iface = SNDRV_HWDEP_IFACE_SB_RC;
269 hwdep->private_data = mixer;
270 hwdep->ops.read = snd_usb_sbrc_hwdep_read;
271 hwdep->ops.poll = snd_usb_sbrc_hwdep_poll;
272 hwdep->exclusive = 1;