Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 43) sorted by relevance

12

/sound/core/seq/oss/
Dseq_oss_event.c286 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event()
346 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event()
382 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
400 set_control_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int param, int val, struct… in set_control_event()
Dseq_oss_device.h73 struct seq_oss_chinfo *ch; member
/sound/isa/sb/
Demu8000_pcm.c182 static inline int emu8k_get_curpos(struct snd_emu8k_pcm *rec, int ch) in emu8k_get_curpos()
283 static void setup_voice(struct snd_emu8k_pcm *rec, int ch) in setup_voice()
336 static void start_voice(struct snd_emu8k_pcm *rec, int ch) in start_voice()
372 static void stop_voice(struct snd_emu8k_pcm *rec, int ch) in stop_voice()
391 int ch; in emu8k_pcm_trigger() local
602 int ch; in emu8k_pcm_hw_free() local
636 int err, i, ch; in emu8k_pcm_prepare() local
Demu8000_callback.c237 int ch; in start_voice() local
316 int ch = vp->ch; in trigger_voice() local
336 reset_voice(struct snd_emux *emu, int ch) in reset_voice()
Demu8000.c110 snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode) in snd_emu8000_dma_chan()
188 int ch; in init_audio() local
/sound/core/
Dvmaster.c64 int err, ch; in slave_update() local
141 int err, ch; in slave_get_val() local
154 int err, ch, vol; in slave_put_val() local
203 int err, ch, changed = 0; in slave_put() local
/sound/usb/6fire/
Dcontrol.c193 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_put() local
222 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_vol_get() local
238 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_put() local
264 unsigned int ch = kcontrol->private_value; in usb6fire_control_output_mute_get() local
/sound/mips/
Dsgio2audio.c366 unsigned int ch, unsigned int count) in snd_sgio2audio_dma_pull_frag()
414 unsigned int ch, unsigned int count) in snd_sgio2audio_dma_push_frag()
465 int ch = chan->idx; in snd_sgio2audio_dma_start() local
495 int count, ch; in snd_sgio2audio_dma_in_isr() local
515 int count, ch; in snd_sgio2audio_dma_out_isr() local
622 int ch = chan->idx; in snd_sgio2audio_pcm_prepare() local
/sound/pci/au88x0/
Dau88x0_core.c271 vortex_mixer_addWTD(vortex_t * vortex, unsigned char mix, unsigned char ch) in vortex_mixer_addWTD()
299 vortex_mixer_delWTD(vortex_t * vortex, unsigned char mix, unsigned char ch) in vortex_mixer_delWTD()
667 vortex_src_addWTD(vortex_t * vortex, unsigned char src, unsigned char ch) in vortex_src_addWTD()
699 vortex_src_delWTD(vortex_t * vortex, unsigned char src, unsigned char ch) in vortex_src_delWTD()
1786 vortex_routeLRT(vortex_t * vortex, int en, unsigned char ch, in vortex_routeLRT()
1835 vortex_connection_adbdma_src(vortex_t * vortex, int en, unsigned char ch, in vortex_connection_adbdma_src()
1872 vortex_connection_src_adbdma(vortex_t * vortex, int en, unsigned char ch, in vortex_connection_src_adbdma()
1880 unsigned char ch, unsigned char src0, in vortex_connection_src_src_adbdma()
1890 vortex_connection_mix_adb(vortex_t * vortex, int en, unsigned char ch, in vortex_connection_mix_adb()
1899 vortex_connection_mix_src(vortex_t * vortex, int en, unsigned char ch, in vortex_connection_mix_src()
/sound/soc/samsung/
Ddma.h20 unsigned ch; member
/sound/pci/emu10k1/
Demu10k1_main.c73 void snd_emu10k1_voice_init(struct snd_emu10k1 *emu, int ch) in snd_emu10k1_voice_init()
161 int ch; in snd_emu10k1_init() local
406 int ch; in snd_emu10k1_done() local
Demu10k1_callback.c104 int ch; in snd_emu10k1_synth_get_voice() local
325 int ch; in start_voice() local
Dp16v.c915 int i, ch; in snd_p16v_suspend() local
926 int i, ch; in snd_p16v_resume() local
Demumixer.c1409 int ch = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_efx_send_routing_put() local
1477 int ch = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_efx_send_volume_put() local
1540 int ch = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id); in snd_emu10k1_efx_attn_put() local
/sound/ppc/
Dsnd_ps3.c201 static dma_addr_t v_to_bus(struct snd_ps3_card_info *card, void *paddr, int ch) in v_to_bus()
213 enum snd_ps3_ch ch, size_t byte_count, in snd_ps3_bump_buffer()
234 enum snd_ps3_ch ch; in snd_ps3_program_dma() local
/sound/synth/emux/
Demux_synth.c161 int ch; in snd_emux_note_off() local
211 int ch, do_again = 0; in snd_emux_timer_callback() local
240 int ch; in snd_emux_key_press() local
Demux_oss.c506 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic… in fake_event()
/sound/pci/hda/
Dhda_codec.c1699 #define INFO_AMP_VOL(ch) (1 << (1 + (ch))) argument
1899 update_amp_hash(struct hda_codec *codec, hda_nid_t nid, int ch, in update_amp_hash()
1935 hda_nid_t nid, int ch, int direction, int index, in put_vol_mute()
1961 int snd_hda_codec_amp_read(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_read()
1976 static int codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch, in codec_amp_update()
2021 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_update()
2043 int ch, ret = 0; in snd_hda_codec_amp_stereo() local
2058 int snd_hda_codec_amp_init(struct hda_codec *codec, hda_nid_t nid, int ch, in snd_hda_codec_amp_init()
2068 int ch, ret = 0; in snd_hda_codec_amp_init_stereo() local
2095 unsigned int idx, dir, ch; in snd_hda_codec_resume_amp() local
[all …]
Dpatch_ca0132.c3612 int ch = get_amp_channels(kcontrol); in ca0132_vnode_switch_set() local
3697 int ch = get_amp_channels(kcontrol); in ca0132_switch_get() local
3734 int ch = get_amp_channels(kcontrol); in ca0132_switch_put() local
3802 int ch = get_amp_channels(kcontrol); in ca0132_volume_info() local
3840 int ch = get_amp_channels(kcontrol); in ca0132_volume_get() local
3861 int ch = get_amp_channels(kcontrol); in ca0132_volume_put() local
3903 int ch = get_amp_channels(kcontrol); in ca0132_volume_tlv() local
/sound/pci/ice1712/
Dse.c179 static void se200pci_WM8766_set_volume(struct snd_ice1712 *ice, int ch, in se200pci_WM8766_set_volume()
364 int ch; member
/sound/soc/fsl/
Dp1022_rdk.c57 unsigned int co, unsigned int ch, unsigned int device) in guts_set_dmuxcr()
Dp1022_ds.c50 unsigned int co, unsigned int ch, unsigned int device) in guts_set_dmuxcr()
/sound/core/seq/
Dseq_midi_emul.c670 int ch; in reset_all_channels() local
/sound/oss/
Dvidc.c409 #define TYPE(fmt,ch) (((fmt)<<2) | ((ch)&3)) in vidc_update_filler() argument
/sound/usb/
Dmixer_quirks.c924 int err, ch; in snd_ftu_create_effect_return_ctls() local
948 int err, ch; in snd_ftu_create_effect_send_ctls() local

12