Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 30) sorted by relevance

12

/sound/pci/ice1712/
Dpsc724.c258 void (*set)(struct snd_ice1712 *ice, bool on); member
265 .set = psc724_set_master_switch,
270 .set = psc724_set_jack_detection,
292 psc724_cont[n].set(ice, ucontrol->value.integer.value[0]); in psc724_ctl_put()
Dwm8766.h139 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); member
Dwm8776.c290 .set = snd_wm8776_set_agc,
538 if (wm->ctl[n].set) in snd_wm8776_ctl_put()
539 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8776_ctl_put()
Dwm8766.c264 if (wm->ctl[n].set) in snd_wm8766_ctl_put()
265 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8766_ctl_put()
Dwm8776.h195 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2); member
/sound/soc/davinci/
Ddavinci-vcif.c41 #define MOD_REG_BIT(val, mask, set) do { \ argument
42 if (set) { \
Ddavinci-mcasp.c1003 unsigned int bclk_freq, bool set) in davinci_mcasp_calc_clk_div() argument
1021 } else if (set) { in davinci_mcasp_calc_clk_div()
1038 if (set) { in davinci_mcasp_calc_clk_div()
/sound/firewire/bebob/
Dbebob_yamaha_terratec.c59 .set = &snd_bebob_stream_set_rate,
Dbebob_terratec.c41 .set = &snd_bebob_stream_set_rate,
Dbebob_focusrite.c265 .set = &saffirepro_both_clk_freq_set,
292 .set = &snd_bebob_stream_set_rate,
Dbebob.h65 int (*set)(struct snd_bebob *bebob, unsigned int rate); member
Dbebob_maudio.c717 .set = &special_set_rate,
738 .set = &snd_bebob_stream_set_rate,
Dbebob_stream.c615 err = rate_spec->set(bebob, rate); in snd_bebob_stream_start_duplex()
642 err = rate_spec->set(bebob, rate); in snd_bebob_stream_start_duplex()
Dbebob.c390 .set = &snd_bebob_stream_set_rate
/sound/pci/emu10k1/
Dio.c137 unsigned int reset, set; in snd_emu10k1_spi_write() local
160 set = reset | 0x10000; /* Set xxx1xxxx */ in snd_emu10k1_spi_write()
163 snd_emu10k1_ptr20_write(emu, reg, 0, set | data); in snd_emu10k1_spi_write()
/sound/soc/au1x/
DKconfig28 This is a driver set for the AC97 unit and the
/sound/hda/
Dhdac_stream.c550 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set, in snd_hdac_stream_sync_trigger() argument
559 if (set) in snd_hdac_stream_sync_trigger()
/sound/drivers/
DKconfig201 the 'power_save' parameter can be set via sysfs as follows:
205 In this case, the time-out is set to 10 seconds; setting
/sound/soc/
Dsoc-ac97.c126 .set = snd_soc_ac97_gpio_set,
/sound/soc/codecs/
Dwm_adsp.c443 unsigned int set:1; member
797 ctl->set = 1; in wm_coeff_put()
819 ctl->set = 1; in wm_coeff_tlv_put()
1012 if (!ctl->enabled || ctl->set) in wm_coeff_init_control_caches()
1033 if (ctl->set && !(ctl->flags & WMFW_CTL_FLAG_VOLATILE)) { in wm_coeff_sync_controls()
1141 ctl->set = 0; in wm_adsp_create_control()
Dwm8903.c1840 .set = wm8903_gpio_set,
DKconfig434 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
/sound/soc/intel/atom/sst/
Dsst.h455 void (*set_bypass)(bool set);
/sound/pci/ca0106/
Dca0106_main.c381 unsigned int reset, set; in snd_ca0106_spi_write() local
389 set = reset | 0x10000; /* Set xxx1xxxx */ in snd_ca0106_spi_write()
392 snd_ca0106_ptr_write(emu, reg, 0, set | data); in snd_ca0106_spi_write()
/sound/oss/
Dwaveartist.c161 waveartist_set_ctlr(struct address_info *hw, unsigned char clear, unsigned char set) in waveartist_set_ctlr() argument
167 outb(clear | set, ctlr_port); in waveartist_set_ctlr()

12