soundwire: stream: make stream name a const pointer
Make stream name const pointer Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Link: https://lore.kernel.org/r/20190813083550.5877-3-srinivas.kandagatla@linaro.org Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:

committed by
Vinod Koul

parent
c7578c1d62
commit
dfcff3f8a5
@@ -865,7 +865,7 @@ EXPORT_SYMBOL(sdw_release_stream);
|
||||
* sdw_alloc_stream should be called only once per stream. Typically
|
||||
* invoked from ALSA/ASoC machine/platform driver.
|
||||
*/
|
||||
struct sdw_stream_runtime *sdw_alloc_stream(char *stream_name)
|
||||
struct sdw_stream_runtime *sdw_alloc_stream(const char *stream_name)
|
||||
{
|
||||
struct sdw_stream_runtime *stream;
|
||||
|
||||
|
Reference in New Issue
Block a user