Home
last modified time | relevance | path

Searched refs:podhd (Results 1 – 2 of 2) sorted by relevance

/linux/sound/usb/line6/
H A DMakefile11 snd-usb-podhd-y := podhd.o
17 obj-$(CONFIG_SND_USB_PODHD) += snd-usb-podhd.o
H A Dpodhd.c274 static void podhd_set_monitor_level(struct usb_line6_podhd *podhd, int value) in podhd_set_monitor_level() argument
310 line6_send_raw_message(&podhd->line6, buf, sizeof(msg)); in podhd_set_monitor_level()
313 podhd->monitor_level = value; in podhd_set_monitor_level()
333 struct usb_line6_podhd *podhd = line6_to_podhd(line6pcm->line6); in snd_podhd_control_monitor_get() local
335 ucontrol->value.integer.value[0] = podhd->monitor_level; in snd_podhd_control_monitor_get()
344 struct usb_line6_podhd *podhd = line6_to_podhd(line6pcm->line6); in snd_podhd_control_monitor_put() local
346 if (ucontrol->value.integer.value[0] == podhd->monitor_level) in snd_podhd_control_monitor_put()
349 podhd_set_monitor_level(podhd, ucontrol->value.integer.value[0]); in snd_podhd_control_monitor_put()