Searched refs:SNDRV_PCM_RATE_KNOT (Results 1 – 25 of 36) sorted by relevance
12
/linux-2.6.39/drivers/staging/line6/ |
D | toneport.c | 45 .rates = SNDRV_PCM_RATE_KNOT, 65 .rates = SNDRV_PCM_RATE_KNOT,
|
D | pod.c | 85 .rates = SNDRV_PCM_RATE_KNOT, 105 .rates = SNDRV_PCM_RATE_KNOT,
|
/linux-2.6.39/sound/soc/samsung/ |
D | h1940_uda1380.c | 69 runtime->hw.rates = SNDRV_PCM_RATE_KNOT; in h1940_startup()
|
D | rx1950_uda1380.c | 127 runtime->hw.rates = SNDRV_PCM_RATE_KNOT; in rx1950_startup()
|
/linux-2.6.39/sound/pci/hda/ |
D | patch_si3054.c | 189 .rates = SNDRV_PCM_RATE_8000|SNDRV_PCM_RATE_16000|SNDRV_PCM_RATE_KNOT,
|
/linux-2.6.39/sound/core/ |
D | pcm_misc.c | 487 return SNDRV_PCM_RATE_KNOT; in snd_pcm_rate_to_rate_bit()
|
/linux-2.6.39/sound/drivers/pcsp/ |
D | pcsp_lib.c | 297 .rates = SNDRV_PCM_RATE_KNOT,
|
/linux-2.6.39/sound/soc/davinci/ |
D | davinci-pcm.c | 58 SNDRV_PCM_RATE_KNOT), 80 SNDRV_PCM_RATE_KNOT),
|
/linux-2.6.39/sound/parisc/ |
D | harmony.c | 271 SNDRV_PCM_RATE_KNOT), 292 SNDRV_PCM_RATE_KNOT),
|
/linux-2.6.39/drivers/media/video/em28xx/ |
D | em28xx-audio.c | 252 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_KNOT,
|
/linux-2.6.39/sound/atmel/ |
D | abdac.c | 160 .rates = (SNDRV_PCM_RATE_KNOT),
|
/linux-2.6.39/drivers/media/video/cx231xx/ |
D | cx231xx-audio.c | 408 .rates = SNDRV_PCM_RATE_CONTINUOUS | SNDRV_PCM_RATE_KNOT,
|
/linux-2.6.39/sound/pci/nm256/ |
D | nm256.c | 789 .rates = SNDRV_PCM_RATE_KNOT/*24k*/ | SNDRV_PCM_RATE_8000_48000, 808 .rates = SNDRV_PCM_RATE_KNOT/*24k*/ | SNDRV_PCM_RATE_8000_48000,
|
/linux-2.6.39/sound/pci/ |
D | fm801.c | 580 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_48000, 600 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_48000,
|
D | bt87x.c | 372 .rates = SNDRV_PCM_RATE_KNOT,
|
D | via82xx_modem.c | 720 .rates = SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 | SNDRV_PCM_RATE_KNOT,
|
D | cmipci.c | 1682 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT; in snd_cmipci_playback_open() 1707 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT; in snd_cmipci_capture_open() 1745 runtime->hw.rates |= SNDRV_PCM_RATE_KNOT; in snd_cmipci_playback2_open()
|
D | atiixp_modem.c | 845 SNDRV_PCM_RATE_KNOT),
|
/linux-2.6.39/sound/soc/ |
D | soc-core.c | 602 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS)) in soc_pcm_open() 605 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS)) in soc_pcm_open() 625 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS)) in soc_pcm_open() 628 & (SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_CONTINUOUS)) in soc_pcm_open()
|
/linux-2.6.39/sound/pci/ice1712/ |
D | ice1724.c | 934 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_192000, 973 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_192000, 1010 runtime->hw.rates = SNDRV_PCM_RATE_KNOT; in set_rate_constraints()
|
/linux-2.6.39/include/sound/ |
D | pcm.h | 129 #define SNDRV_PCM_RATE_KNOT (1<<31) /* supports more non-continuos rates */ macro
|
/linux-2.6.39/sound/usb/ |
D | pcm.c | 677 if (fp->rates & SNDRV_PCM_RATE_KNOT) in snd_usb_pcm_check_knot()
|
/linux-2.6.39/sound/sparc/ |
D | cs4231.c | 1096 .rates = SNDRV_PCM_RATE_KNOT | 1120 .rates = SNDRV_PCM_RATE_KNOT |
|
/linux-2.6.39/sound/isa/wss/ |
D | wss_lib.c | 1462 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_48000, 1483 .rates = SNDRV_PCM_RATE_KNOT | SNDRV_PCM_RATE_8000_48000,
|
/linux-2.6.39/sound/drivers/ |
D | dummy.c | 876 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_KNOT) in print_rates()
|
12