xref: /kernel/linux/linux-6.6/sound/soc/qcom/sdw.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/sound/soc/qcom/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */
262306a36Sopenharmony_ci// Copyright (c) 2018, The Linux Foundation. All rights reserved.
362306a36Sopenharmony_ci
462306a36Sopenharmony_ci#ifndef __QCOM_SND_SDW_H__
562306a36Sopenharmony_ci#define __QCOM_SND_SDW_H__
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci#include <linux/soundwire/sdw.h>
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint qcom_snd_sdw_prepare(struct snd_pcm_substream *substream,
1062306a36Sopenharmony_ci			 struct sdw_stream_runtime *runtime,
1162306a36Sopenharmony_ci			 bool *stream_prepared);
1262306a36Sopenharmony_ciint qcom_snd_sdw_hw_params(struct snd_pcm_substream *substream,
1362306a36Sopenharmony_ci			   struct snd_pcm_hw_params *params,
1462306a36Sopenharmony_ci			   struct sdw_stream_runtime **psruntime);
1562306a36Sopenharmony_ciint qcom_snd_sdw_hw_free(struct snd_pcm_substream *substream,
1662306a36Sopenharmony_ci			 struct sdw_stream_runtime *sruntime,
1762306a36Sopenharmony_ci			 bool *stream_prepared);
1862306a36Sopenharmony_ci#endif
19

Indexes created Thu Nov 07 10:32:03 CST 2024