Home
last modified time | relevance | path

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

/openbmc/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.c272 static void podhd_set_monitor_level(struct usb_line6_podhd *podhd, int value) in podhd_set_monitor_level() argument
308 line6_send_raw_message(&podhd->line6, buf, sizeof(msg)); in podhd_set_monitor_level()
311 podhd->monitor_level = value; in podhd_set_monitor_level()
331 struct usb_line6_podhd *podhd = line6_to_podhd(line6pcm->line6); in snd_podhd_control_monitor_get() local
333 ucontrol->value.integer.value[0] = podhd->monitor_level; in snd_podhd_control_monitor_get()
342 struct usb_line6_podhd *podhd = line6_to_podhd(line6pcm->line6); in snd_podhd_control_monitor_put() local
344 if (ucontrol->value.integer.value[0] == podhd->monitor_level) in snd_podhd_control_monitor_put()
347 podhd_set_monitor_level(podhd, ucontrol->value.integer.value[0]); in snd_podhd_control_monitor_put()