ASoC: SOF: Use input/output pin consistently
Currently we use input/output and sink/source pins interchangeably. Remove the references to sink/source pins and replace with input/output pins everywhere for consistency and clarity. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Rander Wang <rander.wang@intel.com> Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com> Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Link: https://lore.kernel.org/r/20230313124856.8140-3-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
committed by
Mark Brown
parent
3f738e4a12
commit
bb79f2a608
@@ -88,14 +88,14 @@
|
||||
#define SOF_TKN_COMP_CPC 406
|
||||
#define SOF_TKN_COMP_IS_PAGES 409
|
||||
#define SOF_TKN_COMP_NUM_AUDIO_FORMATS 410
|
||||
#define SOF_TKN_COMP_NUM_SINK_PINS 411
|
||||
#define SOF_TKN_COMP_NUM_SOURCE_PINS 412
|
||||
#define SOF_TKN_COMP_NUM_INPUT_PINS 411
|
||||
#define SOF_TKN_COMP_NUM_OUTPUT_PINS 412
|
||||
/*
|
||||
* The token for sink/source pin binding, it specifies the widget
|
||||
* name that the sink/source pin is connected from/to.
|
||||
* The token for input/output pin binding, it specifies the widget
|
||||
* name that the input/output pin is connected from/to.
|
||||
*/
|
||||
#define SOF_TKN_COMP_SINK_PIN_BINDING_WNAME 413
|
||||
#define SOF_TKN_COMP_SRC_PIN_BINDING_WNAME 414
|
||||
#define SOF_TKN_COMP_INPUT_PIN_BINDING_WNAME 413
|
||||
#define SOF_TKN_COMP_OUTPUT_PIN_BINDING_WNAME 414
|
||||
|
||||
|
||||
/* SSP */
|
||||
|
||||
Reference in New Issue
Block a user