Message ID | 20201202143845.18697-1-yung-chuan.liao@linux.intel.com |
---|---|
Headers | show |
Series | ASoC/SoundWire: add Realtek SoundWire SDCA codec | expand |
On 12/4/20 11:56 AM, Mark Brown wrote: > On Fri, Dec 04, 2020 at 02:42:54AM +0000, Shuming [θζΈι] wrote: > >>>> +/* RT1316 SDCA function topology */ >>>> +#define FUN_SMART_AMP 0x04 > >>> Full marks for picking this constant! > >> Sorry, I don't get that point. Could you give me a hint? > > The name is funny - "fun smart amp". Indeed. FWIW, 'fun' stands for 'function' here. The SDCA spec defines different types of high-level 'functions', e.g. 'smart amp, 'smart mic', 'simple mic', 'universal audio jack', etc., and for each provides a number of options. in this series rt711 would be mapped to UAJ, rt715 to smart mic and rt1316 to smart amp.