]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: Intel: catpt: Fix the device initialization
authorCezary Rojewski <cezary.rojewski@intel.com>
Fri, 20 Mar 2026 10:12:17 +0000 (11:12 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 23 Mar 2026 17:32:27 +0000 (17:32 +0000)
commit5a184f1cb43a8e035251c635f5c47da5dc3e3049
tree208eb6d86fc53c0faa47b56e6863df31fd8cf469
parent2594196f4e3bd70782e7cf1e22e3e398cdb74f78
ASoC: Intel: catpt: Fix the device initialization

The DMA mask shall be coerced before any buffer allocations for the
device are done.  At the same time explain why DMA mask of 31 bits is
used in the first place.

Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Fixes: 7a10b66a5df9 ("ASoC: Intel: catpt: Device driver lifecycle")
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20260320101217.1243688-1-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/catpt/device.c
sound/soc/intel/catpt/dsp.c