Searched refs:force (Results 1 - 17 of 17) sorted by relevance

/sound/usb/
H A Durb.h13 void snd_usb_release_substream_urbs(struct snd_usb_substream *subs, int force);
H A Durb.c53 static int deactivate_urbs(struct snd_usb_substream *subs, int force, int can_sleep) argument
61 if (!force && subs->stream->chip->shutdown) /* to be sure... */
145 void snd_usb_release_substream_urbs(struct snd_usb_substream *subs, int force) argument
150 deactivate_urbs(subs, force, 1);
/sound/pci/echoaudio/
H A Dechoaudio_gml.c63 static int write_control_reg(struct echoaudio *chip, u32 value, char force) argument
75 if (value != chip->comm_page->control_register || force) {
H A Decho3g_dsp.c40 char force);
H A Dechoaudio_3g.c74 char force)
85 frq != chip->comm_page->e3g_frq_register || force) {
73 write_control_reg(struct echoaudio *chip, u32 ctl, u32 frq, char force) argument
H A Dgina24_dsp.c32 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
H A Dlayla24_dsp.c31 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
H A Dmona_dsp.c32 static int write_control_reg(struct echoaudio *chip, u32 value, char force);
/sound/aoa/soundbus/i2sbus/
H A Dcore.c27 static int force; variable
28 module_param(force, int, 0444);
29 MODULE_PARM_DESC(force, "Force loading i2sbus even when"
163 int i, layout = 0, rlen, ok = force;
/sound/pci/lola/
H A Dlola_clock.c89 int lola_set_granularity(struct lola *chip, unsigned int val, bool force) argument
93 if (!force) {
H A Dlola.h502 int lola_set_granularity(struct lola *chip, unsigned int val, bool force);
/sound/pci/ca0106/
H A Dca0106_mixer.c111 unsigned int val, int force)
119 if (force || ngain != ogain)
123 if (force || ngain != ogain)
110 ca0106_set_i2c_capture_source(struct snd_ca0106 *emu, unsigned int val, int force) argument
/sound/parisc/
H A Dharmony.c378 snd_harmony_set_data_format(struct snd_harmony *h, int fmt, int force) argument
398 if (force || o != n) {
/sound/pci/ice1712/
H A Dice1724.c661 int force)
675 return ((rate == ice->cur_rate) && !force) ? 0 : -EBUSY;
677 if (!force && is_pro_rate_locked(ice)) {
684 if (force || !ice->is_spdif_master(ice)) {
685 /* force means the rate was switched by ucontrol, otherwise
688 if (force || (old_rate != rate))
660 snd_vt1724_set_pro_rate(struct snd_ice1712 *ice, unsigned int rate, int force) argument
H A Dice1712.c1010 static void snd_ice1712_set_pro_rate(struct snd_ice1712 *ice, unsigned int rate, int force) argument
1045 if (!force && is_pro_rate_locked(ice))
1049 if (!force && old == val)
/sound/soc/
H A Dsoc-dapm.c749 if (path->sink->force) {
1136 if (!w->force)
1606 w->force = 0;
2472 * snd_soc_dapm_force_enable_pin - force a pin to be enabled
2493 dev_dbg(w->dapm->dev, "dapm: force enable pin %s\n", pin);
2495 w->force = 1;
/sound/pci/hda/
H A Dpatch_cirrus.c650 int force)
654 if (spec->cur_input == idx && !force)
649 change_cur_input(struct hda_codec *codec, unsigned int idx, int force) argument

Completed in 114 milliseconds