/sound/soc/generic/ |
D | simple-card.c | 141 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/ |
D | psc724.c | 258 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()
|
D | wm8766.h | 139 void (*set)(struct snd_wm8766 *wm, u16 ch1, u16 ch2); member
|
D | wm8776.c | 290 .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()
|
D | wm8766.c | 264 if (wm->ctl[n].set) in snd_wm8766_ctl_put() 265 wm->ctl[n].set(wm, regval1, regval2); in snd_wm8766_ctl_put()
|
D | wm8776.h | 195 void (*set)(struct snd_wm8776 *wm, u16 ch1, u16 ch2); member
|
/sound/soc/davinci/ |
D | davinci-vcif.c | 41 #define MOD_REG_BIT(val, mask, set) do { \ argument 42 if (set) { \
|
/sound/firewire/bebob/ |
D | bebob_yamaha.c | 56 .set = &snd_bebob_stream_set_rate,
|
D | bebob_focusrite.c | 268 .set = &saffirepro_both_clk_freq_set, 295 .set = &snd_bebob_stream_set_rate,
|
D | bebob_terratec.c | 60 .set = &snd_bebob_stream_set_rate,
|
D | bebob.h | 65 int (*set)(struct snd_bebob *bebob, unsigned int rate); member
|
D | bebob_maudio.c | 721 .set = &special_set_rate, 742 .set = &snd_bebob_stream_set_rate,
|
D | bebob_stream.c | 676 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()
|
D | bebob.c | 341 .set = &snd_bebob_stream_set_rate
|
/sound/pci/emu10k1/ |
D | io.c | 137 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/ |
D | Kconfig | 28 This is a driver set for the AC97 unit and the
|
/sound/hda/ |
D | hdac_stream.c | 550 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/ |
D | Kconfig | 201 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/ |
D | wm_adsp.c | 247 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()
|
D | Kconfig | 390 # if MCLK divide-by-1.5 is selected and VD is set to 3.3V. The driver will
|
D | wm8903.c | 1845 .set = wm8903_gpio_set,
|
/sound/soc/intel/atom/sst/ |
D | sst.h | 455 void (*set_bypass)(bool set);
|
/sound/pci/ca0106/ |
D | ca0106_main.c | 381 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/ |
D | waveartist.c | 161 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/ |
D | hda_intel.c | 177 .set = param_set_xint,
|