Home
last modified time | relevance | path

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

12

/sound/soc/generic/
Dsimple-card.c141 struct asoc_simple_dai *set) in __asoc_simple_card_dai_init() argument
145 if (set->sysclk) { in __asoc_simple_card_dai_init()
146 ret = snd_soc_dai_set_sysclk(dai, 0, set->sysclk, 0); in __asoc_simple_card_dai_init()
153 if (set->slots) { in __asoc_simple_card_dai_init()
155 set->tx_slot_mask, in __asoc_simple_card_dai_init()
156 set->rx_slot_mask, in __asoc_simple_card_dai_init()
157 set->slots, in __asoc_simple_card_dai_init()
158 set->slot_width); in __asoc_simple_card_dai_init()
/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) { \
/sound/firewire/bebob/
Dbebob_yamaha.c56 .set = &snd_bebob_stream_set_rate,
Dbebob_focusrite.c268 .set = &saffirepro_both_clk_freq_set,
295 .set = &snd_bebob_stream_set_rate,
Dbebob_terratec.c60 .set = &snd_bebob_stream_set_rate,
Dbebob.h65 int (*set)(struct snd_bebob *bebob, unsigned int rate); member
Dbebob_maudio.c721 .set = &special_set_rate,
742 .set = &snd_bebob_stream_set_rate,
Dbebob_stream.c676 err = rate_spec->set(bebob, rate); in snd_bebob_stream_start_duplex()
703 err = rate_spec->set(bebob, rate); in snd_bebob_stream_start_duplex()
Dbebob.c341 .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/codecs/
Dwm_adsp.c247 unsigned int set:1; member
583 ctl->set = 1; in wm_coeff_put()
704 if (!ctl->enabled || ctl->set) in wm_coeff_init_control_caches()
727 if (ctl->set && !(ctl->flags & WMFW_CTL_FLAG_VOLATILE)) { in wm_coeff_sync_controls()
831 ctl->set = 0; in wm_adsp_create_control()
DKconfig390 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
Dwm8903.c1845 .set = wm8903_gpio_set,
/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()
/sound/pci/hda/
Dhda_intel.c177 .set = param_set_xint,

12