Home
last modified time | relevance | path

Searched refs:sf (Results 1 – 7 of 7) sorted by relevance

/sound/synth/emux/
Dsoundfont.c27 static int is_identical_font(struct snd_soundfont *sf, int type, unsigned char *name);
31 struct snd_soundfont *sf, struct snd_sf_zone *zp);
33 struct snd_soundfont *sf);
35 struct snd_soundfont *sf, struct snd_sf_sample *sp);
37 struct snd_soundfont *sf);
39 struct snd_soundfont *sf, struct snd_sf_sample *sp);
42 static int remove_info(struct snd_sf_list *sflist, struct snd_soundfont *sf,
46 static struct snd_sf_sample *set_sample(struct snd_soundfont *sf,
48 static struct snd_sf_sample *find_sample(struct snd_soundfont *sf, int sample_id);
223 struct snd_soundfont *sf; in open_patch() local
[all …]
/sound/soc/codecs/
Dmax9850.c118 u8 sf, da; in max9850_hw_params() local
124 sf = (snd_soc_component_read(component, MAX9850_CLOCK) >> 2) + 1; in max9850_hw_params()
127 lrclk_div *= sf; in max9850_hw_params()
/sound/pci/ctxfi/
Dctsrc.h56 int (*set_sf)(struct src *src, unsigned int sf);
Dcthardware.h91 int (*src_set_sf)(void *blk, unsigned int sf);
Dctsrc.c54 static int src_set_sf(struct src *src, unsigned int sf) in src_set_sf() argument
59 hw->src_set_sf(src->rsc.ctrl_blk, sf); in src_set_sf()
Dcthw20k1.c203 static int src_set_sf(void *blk, unsigned int sf) in src_set_sf() argument
207 set_field(&ctl->ctl, SRCCTL_SF, sf); in src_set_sf()
Dcthw20k2.c203 static int src_set_sf(void *blk, unsigned int sf) in src_set_sf() argument
207 set_field(&ctl->ctl, SRCCTL_SF, sf); in src_set_sf()