Home
last modified time | relevance | path

Searched refs:polarity (Results 1 – 7 of 7) sorted by relevance

/sound/soc/samsung/
Dspeyside.c123 int polarity) in speyside_set_polarity() argument
125 speyside_jack_polarity = !polarity; in speyside_set_polarity()
/sound/aoa/codecs/
Donyx.c371 u8 polarity = (pv >> 16) & FLAG_POLARITY_INVERT; in onyx_snd_single_bit_get() local
379 ucontrol->value.integer.value[0] = !!(c & mask) ^ polarity; in onyx_snd_single_bit_get()
391 u8 polarity = (pv >> 16) & FLAG_POLARITY_INVERT; in onyx_snd_single_bit_put() local
405 if (!!ucontrol->value.integer.value[0] ^ polarity) in onyx_snd_single_bit_put()
/sound/pci/
Dmaestro3.c2222 u16 gpo, polarity; in snd_m3_amp_enable() local
2227 polarity = enable ? 0 : 1; in snd_m3_amp_enable()
2228 polarity = polarity << chip->amp_gpio; in snd_m3_amp_enable()
2236 outw((GPO_SECONDARY_AC97 | GPO_PRIMARY_AC97 | polarity), in snd_m3_amp_enable()
/sound/pci/asihpi/
Dhpi.h1557 u16 hpi_bitstream_set_data_polarity(u32 h_control, u16 polarity);
Dhpifunc.c1613 u16 hpi_bitstream_set_data_polarity(u32 h_control, u16 polarity) in hpi_bitstream_set_data_polarity() argument
1616 polarity, 0); in hpi_bitstream_set_data_polarity()
/sound/pci/hda/
Dpatch_realtek.c4282 bool polarity, bool on) in alc_update_vref_led() argument
4288 if (polarity) in alc_update_vref_led()
4389 int polarity, bool enabled) in alc_update_gpio_led() argument
4391 if (polarity) in alc_update_gpio_led()
4578 bool polarity, bool on) in alc_update_coef_led() argument
4580 if (polarity) in alc_update_coef_led()
/sound/soc/codecs/
Dwm8996.h21 typedef void (*wm8996_polarity_fn)(struct snd_soc_component *component, int polarity);