Lines Matching defs:device
161 static int beep_dev_register(struct snd_device *device)
163 struct hda_beep *beep = device->device_data;
172 static int beep_dev_disconnect(struct snd_device *device)
174 struct hda_beep *beep = device->device_data;
185 static int beep_dev_free(struct snd_device *device)
187 struct hda_beep *beep = device->device_data;
195 * snd_hda_attach_beep_device - Attach a beep input device
202 * Currently, only one beep device is allowed to each codec.
242 /* setup digital beep device */
275 * snd_hda_detach_beep_device - Detach the beep device