]> Git Repo - linux.git/commit
ASoC: pcm512x: Add support for more data formats
authorKirill Marinushkin <[email protected]>
Sun, 15 Nov 2020 12:23:06 +0000 (13:23 +0100)
committerMark Brown <[email protected]>
Mon, 16 Nov 2020 20:03:25 +0000 (20:03 +0000)
commit25d27c4f68d2040c4772d586be3e02ee99eb71af
treede0b3fb6199e5a4be180d740d318738d2441d1ec
parent26b97d95a05d0346e1ad6096deedac3f24a4607b
ASoC: pcm512x: Add support for more data formats

Currently, pcm512x driver supports only I2S data format.
This commit adds RJ, LJ, DSP_A and DSP_B as well.

I don't expect regression WRT existing sound cards, because:

* default value in corresponding register of pcm512x codec is 0 ==  I2S
* existing in-tree sound cards with pcm512x codec are configured for I2S
* i don't see how existing off-tree sound cards with pcm512x codec could be
  configured differently - it would not work
* tested explicitly, that there is no regression with Raspberry Pi +
  sound card `sound/soc/bcm/hifiberry_dacplus.c`

Signed-off-by: Kirill Marinushkin <[email protected]>
Cc: Mark Brown <[email protected]>
Cc: Takashi Iwai <[email protected]>
Cc: Liam Girdwood <[email protected]>
Cc: Matthias Reichl <[email protected]>
Cc: Kuninori Morimoto <[email protected]>
Cc: Peter Ujfalusi <[email protected]>
Cc: [email protected]
Cc: [email protected]
Reviewed-by: Peter Ujfalusi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
sound/soc/codecs/pcm512x.c
This page took 0.047766 seconds and 4 git commands to generate.