Searched refs:sf (Results 1 – 7 of 7) sorted by relevance
/sound/synth/emux/ |
D | soundfont.c | 27 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/ |
D | max9850.c | 118 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/ |
D | ctsrc.h | 56 int (*set_sf)(struct src *src, unsigned int sf);
|
D | cthardware.h | 91 int (*src_set_sf)(void *blk, unsigned int sf);
|
D | ctsrc.c | 54 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()
|
D | cthw20k1.c | 203 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()
|
D | cthw20k2.c | 203 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()
|