/kernel/linux/linux-5.10/sound/hda/ |
H A D | hdac_stream.c | 54 * @azx_dev: HD-audio core stream object to initialize 61 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init() argument 64 azx_dev->bus = bus; in snd_hdac_stream_init() 66 azx_dev->sd_addr = bus->remap_addr + (0x20 * idx + 0x80); in snd_hdac_stream_init() 68 azx_dev->sd_int_sta_mask = 1 << idx; in snd_hdac_stream_init() 69 azx_dev->index = idx; in snd_hdac_stream_init() 70 azx_dev->direction = direction; in snd_hdac_stream_init() 71 azx_dev->stream_tag = tag; in snd_hdac_stream_init() 72 snd_hdac_dsp_lock_init(azx_dev); in snd_hdac_stream_init() 73 list_add_tail(&azx_dev in snd_hdac_stream_init() 84 snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start) snd_hdac_stream_start() argument 128 snd_hdac_stream_clear(struct hdac_stream *azx_dev) snd_hdac_stream_clear() argument 165 snd_hdac_stream_stop(struct hdac_stream *azx_dev) snd_hdac_stream_stop() argument 206 snd_hdac_stream_reset(struct hdac_stream *azx_dev) snd_hdac_stream_reset() argument 257 snd_hdac_stream_setup(struct hdac_stream *azx_dev) snd_hdac_stream_setup() argument 337 snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) snd_hdac_stream_cleanup() argument 362 struct hdac_stream *azx_dev; snd_hdac_stream_assign() local 401 snd_hdac_stream_release(struct hdac_stream *azx_dev) snd_hdac_stream_release() argument 438 setup_bdle(struct hdac_bus *bus, struct snd_dma_buffer *dmab, struct hdac_stream *azx_dev, __le32 **bdlp, int ofs, int size, int with_ioc) setup_bdle() argument 486 snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev) snd_hdac_stream_setup_periods() argument 564 snd_hdac_stream_set_params(struct hdac_stream *azx_dev, unsigned int format_val) snd_hdac_stream_set_params() argument 597 struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc); azx_cc_read() local 602 azx_timecounter_init(struct hdac_stream *azx_dev, bool force, u64 last) azx_timecounter_init() argument 646 snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev, unsigned int streams) snd_hdac_stream_timecounter_init() argument 677 snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set, unsigned int streams, unsigned int reg) snd_hdac_stream_sync_trigger() argument 703 snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start, unsigned int streams) snd_hdac_stream_sync() argument 753 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument 813 snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) snd_hdac_dsp_trigger() argument 827 snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, struct snd_dma_buffer *dmab) snd_hdac_dsp_cleanup() argument [all...] |
H A D | trace.h | 56 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev), 58 TP_ARGS(bus, azx_dev), 65 __entry->stream_tag = (azx_dev)->stream_tag; 72 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev), 73 TP_ARGS(bus, azx_dev) 77 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev), 78 TP_ARGS(bus, azx_dev)
|
H A D | hdac_controller.c | 490 struct hdac_stream *azx_dev; in azx_int_disable() local 493 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_disable() 494 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable() 506 struct hdac_stream *azx_dev; in azx_int_clear() local 510 list_for_each_entry(azx_dev, &bus->stream_list, list) { in azx_int_clear() 512 snd_hdac_stream_updateb(azx_dev, SD_STS, 0, 0); in azx_int_clear() 514 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear() 602 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local 607 list_for_each_entry(azx_dev, &bus->stream_list, list) { in snd_hdac_bus_handle_stream_irq() 608 if (status & azx_dev in snd_hdac_bus_handle_stream_irq() [all...] |
/kernel/linux/linux-6.6/sound/hda/ |
H A D | hdac_stream.c | 87 * @azx_dev: HD-audio core stream object to initialize 94 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, in snd_hdac_stream_init() argument 97 azx_dev->bus = bus; in snd_hdac_stream_init() 99 azx_dev->sd_addr = bus->remap_addr + (0x20 * idx + 0x80); in snd_hdac_stream_init() 101 azx_dev->sd_int_sta_mask = 1 << idx; in snd_hdac_stream_init() 102 azx_dev->index = idx; in snd_hdac_stream_init() 103 azx_dev->direction = direction; in snd_hdac_stream_init() 104 azx_dev->stream_tag = tag; in snd_hdac_stream_init() 105 snd_hdac_dsp_lock_init(azx_dev); in snd_hdac_stream_init() 106 list_add_tail(&azx_dev in snd_hdac_stream_init() 130 snd_hdac_stream_start(struct hdac_stream *azx_dev) snd_hdac_stream_start() argument 167 snd_hdac_stream_clear(struct hdac_stream *azx_dev) snd_hdac_stream_clear() argument 183 snd_hdac_stream_stop(struct hdac_stream *azx_dev) snd_hdac_stream_stop() argument 224 snd_hdac_stream_reset(struct hdac_stream *azx_dev) snd_hdac_stream_reset() argument 256 snd_hdac_stream_setup(struct hdac_stream *azx_dev) snd_hdac_stream_setup() argument 328 snd_hdac_stream_cleanup(struct hdac_stream *azx_dev) snd_hdac_stream_cleanup() argument 353 struct hdac_stream *azx_dev; snd_hdac_stream_assign() local 393 snd_hdac_stream_release_locked(struct hdac_stream *azx_dev) snd_hdac_stream_release_locked() argument 407 snd_hdac_stream_release(struct hdac_stream *azx_dev) snd_hdac_stream_release() argument 442 setup_bdle(struct hdac_bus *bus, struct snd_dma_buffer *dmab, struct hdac_stream *azx_dev, __le32 **bdlp, int ofs, int size, int with_ioc) setup_bdle() argument 490 snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev) snd_hdac_stream_setup_periods() argument 573 snd_hdac_stream_set_params(struct hdac_stream *azx_dev, unsigned int format_val) snd_hdac_stream_set_params() argument 612 struct hdac_stream *azx_dev = container_of(cc, struct hdac_stream, cc); azx_cc_read() local 617 azx_timecounter_init(struct hdac_stream *azx_dev, bool force, u64 last) azx_timecounter_init() argument 655 snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev, unsigned int streams) snd_hdac_stream_timecounter_init() argument 686 snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set, unsigned int streams, unsigned int reg) snd_hdac_stream_sync_trigger() argument 712 snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start, unsigned int streams) snd_hdac_stream_sync() argument 782 snd_hdac_stream_set_spib(struct hdac_bus *bus, struct hdac_stream *azx_dev, u32 value) snd_hdac_stream_set_spib() argument 803 snd_hdac_stream_get_spbmaxfifo(struct hdac_bus *bus, struct hdac_stream *azx_dev) snd_hdac_stream_get_spbmaxfifo() argument 846 snd_hdac_stream_wait_drsm(struct hdac_stream *azx_dev) snd_hdac_stream_wait_drsm() argument 868 snd_hdac_stream_set_dpibr(struct hdac_bus *bus, struct hdac_stream *azx_dev, u32 value) snd_hdac_stream_set_dpibr() argument 887 snd_hdac_stream_set_lpib(struct hdac_stream *azx_dev, u32 value) snd_hdac_stream_set_lpib() argument 906 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument 966 snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) snd_hdac_dsp_trigger() argument 980 snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, struct snd_dma_buffer *dmab) snd_hdac_dsp_cleanup() argument [all...] |
H A D | trace.h | 67 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev), 69 TP_ARGS(bus, azx_dev), 76 __entry->stream_tag = (azx_dev)->stream_tag; 83 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev), 84 TP_ARGS(bus, azx_dev) 88 TP_PROTO(struct hdac_bus *bus, struct hdac_stream *azx_dev), 89 TP_ARGS(bus, azx_dev)
|
H A D | hdac_controller.c | 474 struct hdac_stream *azx_dev; in azx_int_disable() local 477 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_disable() 478 snd_hdac_stream_updateb(azx_dev, SD_CTL, SD_INT_MASK, 0); in azx_int_disable() 487 struct hdac_stream *azx_dev; in azx_int_clear() local 490 list_for_each_entry(azx_dev, &bus->stream_list, list) in azx_int_clear() 491 snd_hdac_stream_writeb(azx_dev, SD_STS, SD_INT_MASK); in azx_int_clear() 575 struct hdac_stream *azx_dev; in snd_hdac_bus_handle_stream_irq() local 579 list_for_each_entry(azx_dev, &bus->stream_list, list) { in snd_hdac_bus_handle_stream_irq() 580 if (status & azx_dev->sd_int_sta_mask) { in snd_hdac_bus_handle_stream_irq() 581 sd_status = snd_hdac_stream_readb(azx_dev, SD_ST in snd_hdac_bus_handle_stream_irq() [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.c | 39 static inline struct azx_dev * 51 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device() argument 53 snd_hdac_stream_release(azx_stream(azx_dev)); in azx_release_device() 92 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close() local 94 trace_azx_pcm_close(chip, azx_dev); in azx_pcm_close() 96 azx_release_device(azx_dev); in azx_pcm_close() 110 struct azx_dev *azx_dev in azx_pcm_hw_params() local 132 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_hw_free() local 151 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_prepare() local 207 struct azx_dev *azx_dev; azx_pcm_trigger() local 278 azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) azx_get_pos_lpib() argument 284 azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) azx_get_pos_posbuf() argument 290 azx_get_position(struct azx *chip, struct azx_dev *azx_dev) azx_get_position() argument 344 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_pointer() local 385 struct azx_dev *azx_dev = get_azx_dev(substream); azx_get_sync_time() local 512 struct azx_dev *azx_dev = get_azx_dev(substream); azx_get_time_info() local 600 struct azx_dev *azx_dev; azx_pcm_open() local 992 struct azx_dev *azx_dev; snd_hda_codec_load_dsp_prepare() local 1024 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip); snd_hda_codec_load_dsp_trigger() local 1035 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip); snd_hda_codec_load_dsp_cleanup() local 1084 struct azx_dev *azx_dev = stream_to_azx_dev(s); stream_update() local 1098 struct hdac_stream *azx_dev; azx_interrupt() local 1337 struct azx_dev *azx_dev = kzalloc(sizeof(*azx_dev), GFP_KERNEL); azx_init_streams() local [all...] |
H A D | hda_controller_trace.h | 12 struct azx_dev; 16 TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), 37 TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay), 59 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 61 TP_ARGS(chip, azx_dev), 68 __entry->stream_tag = (azx_dev)->core.stream_tag; 75 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 76 TP_ARGS(chip, azx_dev) [all...] |
H A D | hda_controller.h | 57 struct azx_dev { struct 73 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) 84 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); 97 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *); 98 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos); 156 struct azx_dev saved_azx_dev; 189 static inline struct azx_dev *get_azx_dev(struct snd_pcm_substream *substream) in get_azx_dev() 193 unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev); [all...] |
H A D | hda_intel.c | 619 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() argument 622 struct snd_pcm_substream *substream = azx_dev->core.substream; in azx_get_delay_from_lpib() 624 unsigned int lpib_pos = azx_get_pos_lpib(chip, azx_dev); in azx_get_delay_from_lpib() 632 if (delay >= azx_dev->core.delay_negative_threshold) in azx_get_delay_from_lpib() 635 delay += azx_dev->core.bufsize; in azx_get_delay_from_lpib() 638 if (delay >= azx_dev->core.period_bytes) { in azx_get_delay_from_lpib() 641 delay, azx_dev->core.period_bytes); in azx_get_delay_from_lpib() 650 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev); 653 azx_position_check(struct azx *chip, struct azx_dev *azx_dev) azx_position_check() argument 684 azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) azx_position_ok() argument 771 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_irq_pending_work() local 802 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_clear_irq_pending() local 829 azx_via_get_position(struct azx *chip, struct azx_dev *azx_dev) azx_via_get_position() argument 884 azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) azx_get_pos_fifo() argument 915 azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, unsigned int pos) azx_get_delay_from_fifo() argument [all...] |
H A D | hda_loongson.c | 170 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev); 173 static int azx_position_check(struct azx *chip, struct azx_dev *azx_dev) in azx_position_check() argument 178 ok = azx_position_ok(chip, azx_dev); in azx_position_check() 180 azx_dev->irq_pending = 0; in azx_position_check() 184 azx_dev->irq_pending = 1; in azx_position_check() 199 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) in azx_position_ok() argument 226 struct azx_dev *azx_de in azx_irq_pending_work() local 257 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_clear_irq_pending() local [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller_trace.h | 12 struct azx_dev; 16 TP_PROTO(struct azx *chip, struct azx_dev *dev, int cmd), 37 TP_PROTO(struct azx *chip, struct azx_dev *dev, unsigned int pos, unsigned int delay), 59 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 61 TP_ARGS(chip, azx_dev), 68 __entry->stream_tag = (azx_dev)->core.stream_tag; 75 TP_PROTO(struct azx *chip, struct azx_dev *azx_dev), 76 TP_ARGS(chip, azx_dev) [all...] |
H A D | hda_controller.c | 39 static inline struct azx_dev * 51 static inline void azx_release_device(struct azx_dev *azx_dev) in azx_release_device() argument 53 snd_hdac_stream_release(azx_stream(azx_dev)); in azx_release_device() 92 struct azx_dev *azx_dev = get_azx_dev(substream); in azx_pcm_close() local 94 trace_azx_pcm_close(chip, azx_dev); in azx_pcm_close() 96 azx_release_device(azx_dev); in azx_pcm_close() 110 struct azx_dev *azx_dev in azx_pcm_hw_params() local 132 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_hw_free() local 151 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_prepare() local 207 struct azx_dev *azx_dev; azx_pcm_trigger() local 278 azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) azx_get_pos_lpib() argument 284 azx_get_pos_posbuf(struct azx *chip, struct azx_dev *azx_dev) azx_get_pos_posbuf() argument 290 azx_get_position(struct azx *chip, struct azx_dev *azx_dev) azx_get_position() argument 327 struct azx_dev *azx_dev = get_azx_dev(substream); azx_pcm_pointer() local 368 struct azx_dev *azx_dev = get_azx_dev(substream); azx_get_sync_time() local 495 struct azx_dev *azx_dev = get_azx_dev(substream); azx_get_time_info() local 582 struct azx_dev *azx_dev; azx_pcm_open() local 961 struct azx_dev *azx_dev; snd_hda_codec_load_dsp_prepare() local 993 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip); snd_hda_codec_load_dsp_trigger() local 1004 struct azx_dev *azx_dev = azx_get_dsp_loader_dev(chip); snd_hda_codec_load_dsp_cleanup() local 1053 struct azx_dev *azx_dev = stream_to_azx_dev(s); stream_update() local 1290 struct azx_dev *azx_dev = kzalloc(sizeof(*azx_dev), GFP_KERNEL); azx_init_streams() local [all...] |
H A D | hda_controller.h | 56 struct azx_dev { struct 69 #define stream_to_azx_dev(s) container_of(s, struct azx_dev, core) 78 int (*position_check)(struct azx *chip, struct azx_dev *azx_dev); 91 typedef unsigned int (*azx_get_pos_callback_t)(struct azx *, struct azx_dev *); 92 typedef int (*azx_get_delay_callback_t)(struct azx *, struct azx_dev *, unsigned int pos); 150 struct azx_dev saved_azx_dev; 183 static inline struct azx_dev *get_azx_dev(struct snd_pcm_substream *substream) in get_azx_dev() 187 unsigned int azx_get_position(struct azx *chip, struct azx_dev *azx_dev); [all...] |
H A D | hda_intel.c | 572 static int azx_get_delay_from_lpib(struct azx *chip, struct azx_dev *azx_dev, in azx_get_delay_from_lpib() argument 575 struct snd_pcm_substream *substream = azx_dev->core.substream; in azx_get_delay_from_lpib() 577 unsigned int lpib_pos = azx_get_pos_lpib(chip, azx_dev); in azx_get_delay_from_lpib() 585 if (delay >= azx_dev->core.delay_negative_threshold) in azx_get_delay_from_lpib() 588 delay += azx_dev->core.bufsize; in azx_get_delay_from_lpib() 591 if (delay >= azx_dev->core.period_bytes) { in azx_get_delay_from_lpib() 594 delay, azx_dev->core.period_bytes); in azx_get_delay_from_lpib() 603 static int azx_position_ok(struct azx *chip, struct azx_dev *azx_dev); 606 azx_position_check(struct azx *chip, struct azx_dev *azx_dev) azx_position_check() argument 637 azx_position_ok(struct azx *chip, struct azx_dev *azx_dev) azx_position_ok() argument 731 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_irq_pending_work() local 762 struct azx_dev *azx_dev = stream_to_azx_dev(s); azx_clear_irq_pending() local 789 azx_via_get_position(struct azx *chip, struct azx_dev *azx_dev) azx_via_get_position() argument 844 azx_get_pos_fifo(struct azx *chip, struct azx_dev *azx_dev) azx_get_pos_fifo() argument 875 azx_get_delay_from_fifo(struct azx *chip, struct azx_dev *azx_dev, unsigned int pos) azx_get_delay_from_fifo() argument [all...] |
/kernel/linux/linux-6.6/include/sound/ |
H A D | hdaudio.h | 567 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, 571 void snd_hdac_stream_release_locked(struct hdac_stream *azx_dev); 572 void snd_hdac_stream_release(struct hdac_stream *azx_dev); 576 int snd_hdac_stream_setup(struct hdac_stream *azx_dev); 577 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev); 578 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev); 579 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev, 581 void snd_hdac_stream_start(struct hdac_stream *azx_dev); 582 void snd_hdac_stream_stop(struct hdac_stream *azx_dev); 585 void snd_hdac_stream_reset(struct hdac_stream *azx_dev); 664 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument 670 snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) snd_hdac_dsp_trigger() argument 674 snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, struct snd_dma_buffer *dmab) snd_hdac_dsp_cleanup() argument [all...] |
H A D | hdaudio_ext.h | 83 struct hdac_ext_stream *azx_dev, bool decouple);
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | hdaudio.h | 549 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, 553 void snd_hdac_stream_release(struct hdac_stream *azx_dev); 557 int snd_hdac_stream_setup(struct hdac_stream *azx_dev); 558 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev); 559 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev); 560 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev, 562 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start); 563 void snd_hdac_stream_clear(struct hdac_stream *azx_dev); 564 void snd_hdac_stream_stop(struct hdac_stream *azx_dev); 567 void snd_hdac_stream_reset(struct hdac_stream *azx_dev); 627 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, unsigned int byte_size, struct snd_dma_buffer *bufp) snd_hdac_dsp_prepare() argument 633 snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) snd_hdac_dsp_trigger() argument 637 snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, struct snd_dma_buffer *dmab) snd_hdac_dsp_cleanup() argument [all...] |
H A D | hdaudio_ext.h | 90 void snd_hdac_ext_stream_release(struct hdac_ext_stream *azx_dev, int type); 92 struct hdac_ext_stream *azx_dev, bool decouple); 94 struct hdac_ext_stream *azx_dev, bool decouple);
|