Home
last modified time | relevance | path

Searched full:48000 (Results 1 – 25 of 640) sorted by relevance

12345678910>>...26

/OK3568_Linux_fs/kernel/drivers/media/i2c/cx25840/
H A Dcx25840-audio.c112 case 48000: in cx25840_set_audclk_freq()
127 * 28636363 * 0xa.4c6b728/0x10 = 48000 * 384 in cx25840_set_audclk_freq()
143 /* 0x1.4faa = (4 * 28636360/8 * 2/455) / 48000 */ in cx25840_set_audclk_freq()
233 case 48000: in cx25840_set_audclk_freq()
248 * 28636363 * 0xa.4c6b728/0x18 = 48000 * 256 in cx25840_set_audclk_freq()
264 /* 0x1.8000 = 48000/32000 */ in cx25840_set_audclk_freq()
268 /* 0x1.5555 = 2 * (32000/48000) */ in cx25840_set_audclk_freq()
294 case 48000: in cx23885_set_audclk_freq()
309 case 48000: in cx23885_set_audclk_freq()
311 /* 0x1.867c = 48000 / (2 * 28636360/8 * 2/455) */ in cx23885_set_audclk_freq()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dti,j721e-cpb-ivi-audio.yaml89 - const: cpb-mcasp-auxclk-48000
92 - const: cpb-codec-scki-48000
95 - const: ivi-mcasp-auxclk-48000
98 - const: ivi-codec-scki-48000
138 "cpb-mcasp-auxclk-48000", "cpb-mcasp-auxclk-44100",
140 "cpb-codec-scki-48000", "cpb-codec-scki-44100",
142 "ivi-mcasp-auxclk-48000", "ivi-mcasp-auxclk-44100",
144 "ivi-codec-scki-48000", "ivi-codec-scki-44100";
H A Dti,j721e-cpb-audio.yaml93 - const: cpb-mcasp-auxclk-48000
96 - const: cpb-codec-scki-48000
118 - const: cpb-mcasp-auxclk-48000
120 - const: cpb-codec-scki-48000
138 "cpb-mcasp-auxclk-48000", "cpb-mcasp-auxclk-44100",
140 "cpb-codec-scki-48000", "cpb-codec-scki-44100";
/OK3568_Linux_fs/kernel/sound/pci/ctxfi/
H A Dxfi.c23 static unsigned int reference_rate = 48000;
25 MODULE_PARM_DESC(reference_rate, "Reference rate (default=48000)");
75 if ((reference_rate != 48000) && (reference_rate != 44100)) { in ct_card_probe()
80 "The valid values for reference_rate are 48000 and 44100, Value 48000 is assumed.\n"); in ct_card_probe()
81 reference_rate = 48000; in ct_card_probe()
/OK3568_Linux_fs/kernel/sound/usb/
H A Dquirks-table.h65 .rate_min = 48000,
66 .rate_max = 48000,
109 .rate_min = 48000,
110 .rate_max = 48000,
112 .rate_table = (unsigned int[]) { 48000 },
2068 44100, 48000, 88200, 96000
2094 44100, 48000, 88200, 96000
2139 44100, 48000, 88200, 96000
2165 44100, 48000, 88200, 96000
2209 44100, 48000, 88200, 96000
[all …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dscreenshot115 Sample Rate : 48000
26 sox: effects chain: norm 48000Hz 1 channels 16 bits
27 sox: effects chain: dither 48000Hz 1 channels 16 bits
28 sox: effects chain: output 48000Hz 1 channels 16 bits (multi)
/OK3568_Linux_fs/kernel/sound/soc/qcom/
H A Dlpass-sc7180.c30 .rate_min = 48000,
31 .rate_max = 48000,
39 .rate_min = 48000,
40 .rate_max = 48000,
53 .rate_min = 48000,
54 .rate_max = 48000,
67 .rate_min = 48000,
68 .rate_max = 48000,
/OK3568_Linux_fs/kernel/sound/usb/line6/
H A Dpodhd.c49 .num_min = 48000,
50 .num_max = 48000,
65 .rate_min = 48000,
66 .rate_max = 48000,
82 .rate_min = 48000,
83 .rate_max = 48000,
107 .rate_min = 48000,
108 .rate_max = 48000,
124 .rate_min = 48000,
125 .rate_max = 48000,
/OK3568_Linux_fs/kernel/sound/pci/ac97/
H A Dac97_pcm.c170 case 48000: bits = 0; break; in set_spdif_rate()
179 if (ac97->id == AC97_ID_CM9739 && rate != 48000) { in set_spdif_rate()
185 case 48000: bits = AC97_SC_SPSR_48K; break; in set_spdif_rate()
206 case 48000: sbits |= IEC958_AES0_PRO_FS_48000; break; in set_spdif_rate()
213 case 48000: sbits |= IEC958_AES3_CON_FS_48000<<24; break; in set_spdif_rate()
231 * If the codec doesn't support VAR, the rate must be 48000 (except
248 dbl = rate > 48000; in snd_ac97_set_rate()
260 if (rate != 48000) in snd_ac97_set_rate()
266 if (rate != 48000 && rate != 96000) in snd_ac97_set_rate()
285 tmp = (rate * ac97->bus->clock) / 48000; in snd_ac97_set_rate()
[all …]
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dtlv320aic26.c79 case 8000: fsref = 48000; divisor = AIC26_DIV_6; break; in aic26_hw_params()
81 case 12000: fsref = 48000; divisor = AIC26_DIV_4; break; in aic26_hw_params()
82 case 16000: fsref = 48000; divisor = AIC26_DIV_3; break; in aic26_hw_params()
84 case 24000: fsref = 48000; divisor = AIC26_DIV_2; break; in aic26_hw_params()
85 case 32000: fsref = 48000; divisor = AIC26_DIV_1_5; break; in aic26_hw_params()
87 case 48000: fsref = 48000; divisor = AIC26_DIV_1; break; in aic26_hw_params()
123 if (fsref == 48000) in aic26_hw_params()
H A Des8326.c44 #define ES8326_LRCK 48000
321 {32, 48000, 1536000, 0x00, 0x00, 0x13, 0x2D, 0x0A, 0x0A, 0x1F, 0x1F},
326 {48, 48000, 2304000, 0x00, 0x02, 0x0D, 0x2D, 0x0A, 0x0A, 0x1F, 0x1F},
331 {64, 48000, 3072000, 0x00, 0x00, 0x11, 0x2D, 0x0A, 0x0A, 0x1F, 0x1F},
336 {100, 48000, 4800000, 0x04, 0x04, 0x1F, 0x2D, 0x0A, 0x0A, 0x1F, 0x1F},
337 {125, 48000, 6000000, 0x04, 0x04, 0x1F, 0x2D, 0x0A, 0x0A, 0x27, 0x27},
342 {128, 48000, 6144000, 0x00, 0x00, 0x01, 0x2D, 0x0A, 0x0A, 0x1F, 0x1F},
347 {200, 48000, 9600000, 0x04, 0x04, 0x0F, 0x2D, 0x0A, 0x0A, 0x1F, 0x1F},
348 {250, 48000, 12000000, 0x04, 0x04, 0x0F, 0x2D, 0x0A, 0x0A, 0x27, 0x27},
352 {256, 48000, 12288000, 0x00, 0x00, 0x30, 0x2B, 0x1A, 0x0A, 0x4F, 0x1F},
[all …]
H A Dcs43130.h385 {22579200, 48000, 147, 5,},
394 {24576000, 48000, 32, 1,},
407 {22579200, 48000, 147, 10,},
416 {24576000, 48000, 16, 1,},
429 {22579200, 48000, 49, 5,},
438 {24576000, 48000, 32, 3,},
451 {22579200, 48000, 147, 20,},
459 {24576000, 48000, 8, 1,},
/OK3568_Linux_fs/kernel/drivers/media/pci/cx18/
H A Dcx18-av-audio.c17 if (freq != 32000 && freq != 44100 && freq != 48000) in set_audclk_freq()
128 case 48000: in set_audclk_freq()
140 /* xtal * 0xe.2913d68/0x16 = 48000 * 384: 406 MHz p-pd*/ in set_audclk_freq()
144 /* 0x1.4faa = (4 * xtal/8*2/455) / 48000 */ in set_audclk_freq()
243 case 48000: in set_audclk_freq()
255 /* xtal * 0xd.bb3a060/0x20 = 48000 * 256: 393 MHz p-pd*/ in set_audclk_freq()
259 /* 0x1.8000 = 48000/32000 */ in set_audclk_freq()
263 /* 0x1.5555 = 2 * (32000/48000) */ in set_audclk_freq()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0003-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch22 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
37 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
45 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
60 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
68 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
83 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
114 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
129 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
137 Duration(microsecond) and cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond)
152 Cpu loads(%) (sr: 48000 Hz, sp: 20.83 microsecond) and maximum voices
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dhdmi_common.c71 case 48000: in hdmi_compute_acr()
100 case 48000: in hdmi_compute_acr()
126 case 48000: in hdmi_compute_acr()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi_common.c71 case 48000: in hdmi_compute_acr()
100 case 48000: in hdmi_compute_acr()
126 case 48000: in hdmi_compute_acr()
/OK3568_Linux_fs/kernel/sound/pci/au88x0/
H A Dau88x0_pcm.c31 .rate_max = 48000,
52 .rate_max = 48000,
74 .rate_max = 48000,
92 .rate_max = 48000,
161 case 48000: in snd_vortex_pcm_open()
478 case 48000: ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_48000; break; in snd_vortex_spdif_get()
486 int spdif_sr = 48000; in snd_vortex_spdif_put()
490 case IEC958_AES3_CON_FS_48000: spdif_sr = 48000; break; in snd_vortex_spdif_put()
/OK3568_Linux_fs/kernel/sound/spi/
H A DKconfig30 default "48000"
36 Set to 48000 Hz by default.
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Du_uac1.h16 #define UAC1_DEF_CSRATE 48000
19 #define UAC1_DEF_PSRATE 48000
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/
H A Dsound.txt9 - samsung,i2s-sampling-rate : sampling rate, default is 48000
21 samsung,i2s-sampling-rate = <48000>;
/OK3568_Linux_fs/kernel/sound/soc/amd/
H A Dacp-da7219-max98357a.c110 * Set wclk to 48000 because the rate constraint of this driver is in da7219_clk_enable()
111 * 48000. ADAU7002 spec: "The ADAU7002 requires a BCLK rate that is in da7219_clk_enable()
115 clk_set_rate(da7219_dai_wclk, 48000); in da7219_clk_enable()
116 clk_set_rate(da7219_dai_bclk, 48000 * 64); in da7219_clk_enable()
136 48000,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_audio.c88 { 48000, LC_162M, 512, 3375 },
97 { 48000, LC_270M, 512, 5625 },
106 { 48000, LC_540M, 512, 11250 },
115 { 48000, LC_810M, 512, 16875 },
181 { 48000, TMDS_296M, 5824, 281250 },
182 { 48000, TMDS_297M, 5120, 247500 },
183 { 48000, TMDS_593M, 5824, 562500 },
184 { 48000, TMDS_594M, 6144, 594000 },
209 { 48000, TMDS_370M, 11648, 703125 },
210 { 48000, TMDS_371M, 5120, 309375 },
[all …]
/OK3568_Linux_fs/kernel/sound/pci/lola/
H A Dlola_clock.c21 case 0: freq = 48000; break; in lola_sample_rate_convert()
52 #define LOLA_MAXFREQ_AT_GRANULARITY_MIN 48000
166 else if (freq == 48000) { in lola_init_clock_widget()
168 chip->clock.cur_freq = 48000; in lola_init_clock_widget()
/OK3568_Linux_fs/kernel/sound/soc/intel/boards/
H A Dcht_bsw_rt5672.c75 CHT_PLAT_CLK_3_HZ, 48000 * 512); in platform_clock_control()
83 48000 * 512, SND_SOC_CLOCK_IN); in platform_clock_control()
95 48000 * 512, SND_SOC_CLOCK_IN); in platform_clock_control()
249 rate->min = rate->max = 48000; in cht_codec_fixup()
283 SNDRV_PCM_HW_PARAM_RATE, 48000); in cht_aif1_startup()
/OK3568_Linux_fs/kernel/sound/soc/amd/renoir/
H A Dacp3x-pdm-dma.c30 .rate_min = 48000,
31 .rate_max = 48000,
372 .rate_min = 48000,
373 .rate_max = 48000,

12345678910>>...26