aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/sof/pcm.c
diff options
context:
space:
mode:
authorGravatar Mark Brown <broonie@kernel.org> 2023-05-30 17:43:11 +0100
committerGravatar Mark Brown <broonie@kernel.org> 2023-05-30 17:43:11 +0100
commitf2d4aa7e97eb60f426b92b95da712a6b3c18dc9a (patch)
tree2171bd8cc8d8e965a2f631622555ced2965ee539 /sound/soc/sof/pcm.c
parentASoC: SOF: add mt8188 audio support (diff)
parentASoC: SOF: Intel: HDA: Limit the number of dai drivers for nocodec mode (diff)
downloadlinux-f2d4aa7e97eb60f426b92b95da712a6b3c18dc9a.tar.gz
linux-f2d4aa7e97eb60f426b92b95da712a6b3c18dc9a.tar.bz2
linux-f2d4aa7e97eb60f426b92b95da712a6b3c18dc9a.zip
ASoC: topology: allow for partial dailink stream_name
Merge series from Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>: The topology file and the machine driver rely on common definitions for the dailink stream_name. To avoid any backwards-compatibility problems, the machine driver stream names are set in stone and cannot be modified. This is problematic when we try to name some of the topology widgets after the stream_name, since the widget name is limited to 44 characters tools/include/uapi/sound/asound.h:#define SNDRV_CTL_ELEM_ID_NAME_MAXLEN 44 Existing examples include "Analog Playback and Capture" for HDaudio dailinks, which leaves less than 20 chars to identify widgets/controls with a meaningful name. Since the 44-char limit is part of the UAPI definitions, we assumed there is no way to increase it. This patchset suggests instead a partial match which allows topology files to use a shorter stream_name, which in turn allows for self-explanatory widget names that comply with the 44-char limit. This should not break any existing setup but with the introduction of a partial match new dailinks should be named carefully to avoid confusions between e.g. 'link1' and 'link10'. The last patch fixes such an issue in the 'nocodec' test topology used by Intel.
Diffstat (limited to 'sound/soc/sof/pcm.c')
0 files changed, 0 insertions, 0 deletions