sound/soc/qcom/sdw.h

Source file repositories/reference/linux-study-clean/sound/soc/qcom/sdw.h

File Facts

System
Linux kernel
Corpus path
sound/soc/qcom/sdw.h
Extension
.h
Size
596 bytes
Lines
17
Domain
Driver Families
Bucket
sound/soc
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

// Copyright (c) 2018, The Linux Foundation. All rights reserved.

#ifndef __QCOM_SND_SDW_H__
#define __QCOM_SND_SDW_H__

#include <linux/soundwire/sdw.h>

int qcom_snd_sdw_startup(struct snd_pcm_substream *substream);
void qcom_snd_sdw_shutdown(struct snd_pcm_substream *substream);
int qcom_snd_sdw_prepare(struct snd_pcm_substream *substream,
			 bool *stream_prepared);
struct sdw_stream_runtime *qcom_snd_sdw_get_stream(struct snd_pcm_substream *stream);
int qcom_snd_sdw_hw_free(struct snd_pcm_substream *substream,
			 bool *stream_prepared);
#endif

Annotation

Implementation Notes