Add Support for JustBoom Audio boards
authorAaron Shaw <shawaj@gmail.com>
Thu, 7 Apr 2016 20:26:21 +0000 (21:26 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:32:38 +0000 (16:32 +0100)
commit86d808295ed41978de677bb6ef8cd85c2040d18f
tree23fbe0e64712792adffb462a0cae226c4926d98f
parentf2e71b70b2a6c29daccc773640c025ea92bb5880
Add Support for JustBoom Audio boards

justboom-dac: Adjust for ALSA API change

As of 4.4, snd_soc_limit_volume now takes a struct snd_soc_card *
rather than a struct snd_soc_codec *.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
ASoC: justboom-dac: fix S24_LE format

Remove set_bclk_ratio call so 24-bit data is transmitted in
24 bclk cycles.

Also remove hw_params as it's no longer needed.

Signed-off-by: Matthias Reichl <hias@horus.com>
ASoC: justboom-dac: use modern dai_link style

Signed-off-by: Matthias Reichl <hias@horus.com>
sound/soc/bcm/justboom-dac.c [new file with mode: 0644]