Home
last modified time | relevance | path

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

/linux-4.1.27/sound/isa/
Des18xx.c152 #define ES18XX_NEW_RATE 0x0020 /* More precise rate setting */ macro
419 if (chip->caps & ES18XX_NEW_RATE) { in snd_es18xx_rate_set()
902 (chip->caps & ES18XX_NEW_RATE) ? &new_hw_constraints_clocks : &old_hw_constraints_clocks); in snd_es18xx_playback_open()
920 (chip->caps & ES18XX_NEW_RATE) ? &new_hw_constraints_clocks : &old_hw_constraints_clocks); in snd_es18xx_capture_open()
1514 if (chip->caps & ES18XX_NEW_RATE) { in snd_es18xx_initialize()
1642 …chip->caps = ES18XX_PCM2 | ES18XX_SPATIALIZER | ES18XX_RECMIX | ES18XX_NEW_RATE | ES18XX_AUXB | ES… in snd_es18xx_probe()
1648 …chip->caps = ES18XX_PCM2 | ES18XX_SPATIALIZER | ES18XX_RECMIX | ES18XX_NEW_RATE | ES18XX_AUXB | ES… in snd_es18xx_probe()