mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ASoC: SOF: sof-priv: Remove unused SOF_DAI_STREAM() and SOF_FORMATS
The following definitions have no users: SOF_DAI_STREAM() and SOF_FORMATS, they can be dropped from the header file. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com> Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com> Reviewed-by: Liam Girdwood <liam.r.girdwood@intel.com> Link: https://patch.msgid.link/20241213131717.24071-1-peter.ujfalusi@linux.intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
e4b3a84564
commit
f851b987f3
1 changed files with 0 additions and 8 deletions
|
@ -76,14 +76,6 @@ bool sof_debug_check_flag(int mask);
|
|||
#define SOF_IPC_DSP_REPLY 0
|
||||
#define SOF_IPC_HOST_REPLY 1
|
||||
|
||||
/* convenience constructor for DAI driver streams */
|
||||
#define SOF_DAI_STREAM(sname, scmin, scmax, srates, sfmt) \
|
||||
{.stream_name = sname, .channels_min = scmin, .channels_max = scmax, \
|
||||
.rates = srates, .formats = sfmt}
|
||||
|
||||
#define SOF_FORMATS (SNDRV_PCM_FMTBIT_S16_LE | SNDRV_PCM_FMTBIT_S24_LE | \
|
||||
SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_FLOAT)
|
||||
|
||||
/* So far the primary core on all DSPs has ID 0 */
|
||||
#define SOF_DSP_PRIMARY_CORE 0
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue