commit | c7ad841eaef66114d404c8fc02a67f5ef507b1bb | [log] [tgz] |
---|---|---|
author | Romain Perier <romain.perier@collabora.com> | Wed Mar 01 10:11:04 2017 +0100 |
committer | Mark Brown <broonie@kernel.org> | Mon Mar 06 11:40:15 2017 +0100 |
tree | 7d0ca86b55d44b5f99fa6b9594f073b1bb497ff2 | |
parent | ae884ae78a238c36e4abfdb53d4659d5fca67433 [diff] |
ASoC: es8328: Simplify rates definition Currently most of the standard rates are supported by this driver. Instead of defining each supported rate one by one, we use the SND macro SNDRV_PCM_RATE_8000_48000. Also adds support for 88.2khz as the codec supports it and the sys clocks are already supported. Signed-off-by: Romain Perier <romain.perier@collabora.com> Signed-off-by: Mark Brown <broonie@kernel.org>