commit | bccf9c7e14830af0004399d42d861b33c92eacff | [log] [tgz] |
---|---|---|
author | Codrin Ciubotariu <codrin.ciubotariu@microchip.com> | Mon Feb 18 16:10:34 2019 +0000 |
committer | Mark Brown <broonie@kernel.org> | Mon Feb 18 17:41:29 2019 +0000 |
tree | 70bd04b6e8e007984b92f5f677385645365e71cc | |
parent | 90f6e68031397fb6212bef5619193cd15707fa0f [diff] |
ASoC: codecs: ad193x: Add runtime support for DSP_A and I2S modes The driver only supports DPS_A for DAC, which is configured at probe. This patch adds support for DSP_A and I2S modes by using the set_fmt() callback. A trivial break is also removed from a case's default branch. Signed-off-by: Codrin Ciubotariu <codrin.ciubotariu@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>