Ignore:
Timestamp:
Apr 21, 2025, 7:17:25 PM (4 months ago)
Author:
David Azarewicz
Message:

Merge from uniaud32-exp branch

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/include/sound/soc-dpcm.h

    r772 r777  
    5959        SND_SOC_DPCM_TRIGGER_PRE                = 0,
    6060        SND_SOC_DPCM_TRIGGER_POST,
    61         SND_SOC_DPCM_TRIGGER_BESPOKE,
    6261};
    6362
     
    115114        list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
    116115
    117 /* can this BE stop and free */
    118 int snd_soc_dpcm_can_be_free_stop(struct snd_soc_pcm_runtime *fe,
    119                 struct snd_soc_pcm_runtime *be, int stream);
    120 
    121 /* can this BE perform a hw_params() */
    122 int snd_soc_dpcm_can_be_params(struct snd_soc_pcm_runtime *fe,
    123                 struct snd_soc_pcm_runtime *be, int stream);
    124 
    125 /* can this BE perform prepare */
    126 int snd_soc_dpcm_can_be_prepared(struct snd_soc_pcm_runtime *fe,
    127                                  struct snd_soc_pcm_runtime *be, int stream);
    128 
    129 /* is the current PCM operation for this FE ? */
    130 int snd_soc_dpcm_fe_can_update(struct snd_soc_pcm_runtime *fe, int stream);
    131 
    132 /* is the current PCM operation for this BE ? */
    133 int snd_soc_dpcm_be_can_update(struct snd_soc_pcm_runtime *fe,
    134                 struct snd_soc_pcm_runtime *be, int stream);
    135116
    136117/* get the substream for this BE */
Note: See TracChangeset for help on using the changeset viewer.