21 Apr
2015
21 Apr
'15
9:01 a.m.
Hi Mark
These patches add new .dpcm_merged_foramt to merge FE/BE formats. It will be no sound if DPCM were below style, and user selects S24_LE.
FE: S16_LE/S24_LE BE: S16_LE
DPCM will selects FE/BE merged formats (= S16_LE here) if FE has .dpcm_merged_foramt.
Kuninori Morimoto (3): ASoC: soc.h: tidyup struct snd_soc_dai_link definition order ASoC: soc-pcm: DPCM cares BE format ASoC: rsnd: rsrc-card uses FE/BE merged format when DPCM
include/sound/soc.h | 39 +++++++++++++++++++++------------------ sound/soc/sh/rcar/rsrc-card.c | 1 + sound/soc/soc-pcm.c | 47 ++++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 64 insertions(+), 23 deletions(-)
Best regards --- Kuninori Morimoto