Home
last modified time | relevance | path

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

/openbmc/linux/sound/isa/
H A Des18xx.c134 #define ES18XX_NEW_RATE 0x0020 /* More precise rate setting */ macro
401 if (chip->caps & ES18XX_NEW_RATE) { in snd_es18xx_rate_set()
875 (chip->caps & ES18XX_NEW_RATE) ? &new_hw_constraints_clocks : &old_hw_constraints_clocks); in snd_es18xx_playback_open()
893 (chip->caps & ES18XX_NEW_RATE) ? &new_hw_constraints_clocks : &old_hw_constraints_clocks); in snd_es18xx_capture_open()
1483 if (chip->caps & ES18XX_NEW_RATE) { in snd_es18xx_initialize()
1613 …chip->caps = ES18XX_PCM2 | ES18XX_SPATIALIZER | ES18XX_RECMIX | ES18XX_NEW_RATE | ES18XX_AUXB | ES… in snd_es18xx_probe()
1619 …chip->caps = ES18XX_PCM2 | ES18XX_SPATIALIZER | ES18XX_RECMIX | ES18XX_NEW_RATE | ES18XX_AUXB | ES… in snd_es18xx_probe()