31 Jan
2020
31 Jan
'20
5:05 p.m.
On 1/31/20 6:31 AM, Cezary Rojewski wrote:
Add HDA handlers for soc_compr_ops and snd_compr_ops which cover probe related operations. Implementation supports both connection purposes. These merely define stream setups as core flow is covered by SOF compress core.
Signed-off-by: Cezary Rojewski cezary.rojewski@intel.com
Changes in v4:
- Reverted SND_SOC_SOF_HDA_LINK requirement-removal change for HDA probes. Code requires SND_HDA_EXT_CORE in order to function on Intel platforms
Since the beginning of SOF our direction has been to only enable the HDA_LINK option to support HDMI and HDAudio codecs. Probes are unrelated and should work with plain vanilla I2S codecs and even in nocodec mode.
Let's talk on this.