Searched refs:SNDRV_PCM_RATE_CONTINUOUS (Results 1 – 25 of 81) sorted by relevance
1234
/linux-6.6.21/sound/core/ |
D | pcm_misc.c | 551 if (rates & SNDRV_PCM_RATE_CONTINUOUS) in snd_pcm_rate_mask_sanitize() 552 return SNDRV_PCM_RATE_CONTINUOUS; in snd_pcm_rate_mask_sanitize() 576 if (rates_a & SNDRV_PCM_RATE_CONTINUOUS) in snd_pcm_rate_mask_intersect() 578 else if (rates_b & SNDRV_PCM_RATE_CONTINUOUS) in snd_pcm_rate_mask_intersect()
|
/linux-6.6.21/sound/soc/codecs/ |
D | chv3-codec.c | 11 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | ics43432.c | 35 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | wm8776.c | 385 .rates = SNDRV_PCM_RATE_CONTINUOUS, 399 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | dmic.c | 82 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | pcm179x.c | 182 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | cs4270.c | 476 .rates = SNDRV_PCM_RATE_CONTINUOUS, 485 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | pcm1789.c | 203 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | max9860.c | 473 .rates = SNDRV_PCM_RATE_CONTINUOUS, 484 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
/linux-6.6.21/sound/soc/jz4740/ |
D | jz4740-i2s.c | 348 .rates = SNDRV_PCM_RATE_CONTINUOUS, 354 .rates = SNDRV_PCM_RATE_CONTINUOUS, 390 .rates = SNDRV_PCM_RATE_CONTINUOUS, 396 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
/linux-6.6.21/sound/pci/echoaudio/ |
D | layla20.c | 85 .rates = SNDRV_PCM_RATE_8000_48000 | SNDRV_PCM_RATE_CONTINUOUS,
|
D | echo3g.c | 94 SNDRV_PCM_RATE_CONTINUOUS,
|
/linux-6.6.21/sound/soc/kirkwood/ |
D | kirkwood-i2s.c | 602 .rates = SNDRV_PCM_RATE_CONTINUOUS, 610 .rates = SNDRV_PCM_RATE_CONTINUOUS, 623 .rates = SNDRV_PCM_RATE_CONTINUOUS, 631 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
/linux-6.6.21/sound/soc/meson/ |
D | aiu.c | 118 .rates = SNDRV_PCM_RATE_CONTINUOUS, 131 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
/linux-6.6.21/sound/soc/google/ |
D | chv3-i2s.c | 74 .rates = SNDRV_PCM_RATE_CONTINUOUS, 82 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
/linux-6.6.21/drivers/staging/vc04_services/bcm2835-audio/ |
D | bcm2835-pcm.c | 17 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000_192000, 34 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_44100 |
|
/linux-6.6.21/sound/pci/ctxfi/ |
D | ctpcm.c | 31 .rates = (SNDRV_PCM_RATE_CONTINUOUS | 79 .rates = (SNDRV_PCM_RATE_CONTINUOUS |
|
/linux-6.6.21/sound/pci/au88x0/ |
D | au88x0_pcm.c | 29 .rates = SNDRV_PCM_RATE_CONTINUOUS, 50 .rates = SNDRV_PCM_RATE_CONTINUOUS, 90 .rates = SNDRV_PCM_RATE_8000_48000 | SNDRV_PCM_RATE_CONTINUOUS, // SNDRV_PCM_RATE_48000,
|
/linux-6.6.21/sound/usb/ |
D | quirks-table.h | 64 .rates = SNDRV_PCM_RATE_CONTINUOUS, 469 .rates = SNDRV_PCM_RATE_CONTINUOUS, 486 .rates = SNDRV_PCM_RATE_CONTINUOUS, 957 .rates = SNDRV_PCM_RATE_CONTINUOUS, 974 .rates = SNDRV_PCM_RATE_CONTINUOUS, 3207 .rates = SNDRV_PCM_RATE_CONTINUOUS, 3225 .rates = SNDRV_PCM_RATE_CONTINUOUS, 3981 .rates = SNDRV_PCM_RATE_CONTINUOUS, 4029 .rates = SNDRV_PCM_RATE_CONTINUOUS,
|
D | proc.c | 116 if (fp->rates & SNDRV_PCM_RATE_CONTINUOUS) { in proc_dump_substream_formats()
|
D | format.c | 255 fp->rates = SNDRV_PCM_RATE_CONTINUOUS; in parse_audio_format_rates_v1() 375 fp->rates = SNDRV_PCM_RATE_CONTINUOUS; in parse_uac2_sample_rate_range()
|
/linux-6.6.21/sound/soc/fsl/ |
D | mpc5200_psc_i2s.c | 29 #define PSC_I2S_RATES SNDRV_PCM_RATE_CONTINUOUS
|
/linux-6.6.21/sound/pci/cs5535audio/ |
D | cs5535audio_pcm.c | 37 SNDRV_PCM_RATE_CONTINUOUS | 64 SNDRV_PCM_RATE_CONTINUOUS |
|
/linux-6.6.21/sound/soc/au1x/ |
D | i2sc.c | 56 SNDRV_PCM_RATE_CONTINUOUS
|
/linux-6.6.21/sound/isa/sb/ |
D | sb8_main.c | 426 .rates = (SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000 | 445 .rates = (SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_8000 |
|
1234