Searched refs:samplerate (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/soc/codecs/ |
D | sigmadsp.c | 603 unsigned int samplerate) in sigmadsp_get_samplerate_mask() argument 607 if (samplerate == 0) in sigmadsp_get_samplerate_mask() 611 samplerate_index = sigmadsp_rate_to_index(sigmadsp, samplerate); in sigmadsp_get_samplerate_mask() 738 int sigmadsp_setup(struct sigmadsp *sigmadsp, unsigned int samplerate) in sigmadsp_setup() argument 745 if (sigmadsp->current_samplerate == samplerate) in sigmadsp_setup() 748 samplerate_mask = sigmadsp_get_samplerate_mask(sigmadsp, samplerate); in sigmadsp_setup() 765 sigmadsp->current_samplerate = samplerate; in sigmadsp_setup()
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emuproc.c | 44 static int samplerate[16] = { 44100, 1, 48000, 32000, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 }; in snd_emu10k1_proc_spdif_status() local 63 …snd_iprintf(buffer, "Sample Rate : %iHz\n", samplerate[(status & SPCS_SAMPLERATEMASK) >>… in snd_emu10k1_proc_spdif_status() 279 static int samplerate[8] = { 44100, 48000, 96000, 192000, 4, 5, 6, 7 }; in snd_emu10k1_proc_rates_read() local 286 if (tmp & 0x8) snd_iprintf(buffer, "Channel %d: Rate=%d\n", n, samplerate[tmp & 0x7]); in snd_emu10k1_proc_rates_read()
|
/linux-4.4.14/Documentation/sound/alsa/ |
D | MIXART.txt | 16 decoding, samplerate conversions and various effects. 68 - on-board effects and samplerate conversions
|
/linux-4.4.14/sound/pci/rme9652/ |
D | hdspm.c | 987 int samplerate; /* 0=44.1, 1=48, 2= freq from app */ member 4161 switch (hdspm->tco->samplerate) { in hdspm_tco_write() 4225 ucontrol->value.enumerated.item[0] = hdspm->tco->samplerate; in snd_hdspm_get_tco_sample_rate() 4235 if (hdspm->tco->samplerate != ucontrol->value.enumerated.item[0]) { in snd_hdspm_put_tco_sample_rate() 4236 hdspm->tco->samplerate = ucontrol->value.enumerated.item[0]; in snd_hdspm_put_tco_sample_rate()
|