Searched refs:hdac_ext_stream (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/sound/hda/ext/ |
D | hdac_ext_stream.c | 38 struct hdac_ext_stream *stream, in snd_hdac_ext_stream_init() 82 struct hdac_ext_stream *stream = in snd_hdac_ext_stream_init_all() 104 struct hdac_ext_stream *stream; in snd_hdac_stream_free_all() 123 struct hdac_ext_stream *stream, bool decouple) in snd_hdac_ext_stream_decouple() 144 void snd_hdac_ext_link_stream_start(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_start() 154 void snd_hdac_ext_link_stream_clear(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_clear() 164 void snd_hdac_ext_link_stream_reset(struct hdac_ext_stream *stream) in snd_hdac_ext_link_stream_reset() 202 int snd_hdac_ext_link_stream_setup(struct hdac_ext_stream *stream, int fmt) in snd_hdac_ext_link_stream_setup() 246 static struct hdac_ext_stream * 250 struct hdac_ext_stream *res = NULL; in hdac_ext_link_stream_assign() [all …]
|
D | Makefile | 1 snd-hda-ext-core-objs := hdac_ext_bus.o hdac_ext_controller.o hdac_ext_stream.o
|
/linux-4.4.14/include/sound/ |
D | hdaudio_ext.h | 80 struct hdac_ext_stream { struct 98 container_of(s, struct hdac_ext_stream, hstream) argument 101 struct hdac_ext_stream *stream, int idx, 107 struct hdac_ext_stream *snd_hdac_ext_stream_assign(struct hdac_ext_bus *bus, 110 void snd_hdac_ext_stream_release(struct hdac_ext_stream *azx_dev, int type); 112 struct hdac_ext_stream *azx_dev, bool decouple); 116 struct hdac_ext_stream *stream, u32 value); 118 struct hdac_ext_stream *stream); 120 void snd_hdac_ext_link_stream_start(struct hdac_ext_stream *hstream); 121 void snd_hdac_ext_link_stream_clear(struct hdac_ext_stream *hstream); [all …]
|
/linux-4.4.14/sound/soc/intel/skylake/ |
D | skl-pcm.c | 57 struct hdac_ext_stream *get_hdac_ext_stream(struct snd_pcm_substream *substream) in get_hdac_ext_stream() 64 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in get_bus_ctx() 75 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_substream_alloc_pages() 112 struct hdac_ext_stream *stream; in skl_pcm_open() 183 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_prepare() 216 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_hw_params() 250 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_close() 274 struct hdac_ext_stream *stream = get_hdac_ext_stream(substream); in skl_pcm_hw_free() 329 struct hdac_ext_stream *link_dev; in skl_link_hw_params() 365 struct hdac_ext_stream *link_dev = in skl_link_pcm_prepare() [all …]
|