Home
last modified time | relevance | path

Searched refs:ES18XX_NEW_RATE (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/sound/isa/
Des18xx.c137 #define ES18XX_NEW_RATE 0x0020 /* More precise rate setting */ macro
404 if (chip->caps & ES18XX_NEW_RATE) { in snd_es18xx_rate_set()
887 (chip->caps & ES18XX_NEW_RATE) ? &new_hw_constraints_clocks : &old_hw_constraints_clocks); in snd_es18xx_playback_open()
905 (chip->caps & ES18XX_NEW_RATE) ? &new_hw_constraints_clocks : &old_hw_constraints_clocks); in snd_es18xx_capture_open()
1500 if (chip->caps & ES18XX_NEW_RATE) { in snd_es18xx_initialize()
1628 …chip->caps = ES18XX_PCM2 | ES18XX_SPATIALIZER | ES18XX_RECMIX | ES18XX_NEW_RATE | ES18XX_AUXB | ES… in snd_es18xx_probe()
1634 …chip->caps = ES18XX_PCM2 | ES18XX_SPATIALIZER | ES18XX_RECMIX | ES18XX_NEW_RATE | ES18XX_AUXB | ES… in snd_es18xx_probe()