Ignore:
Timestamp:
Mar 18, 2021, 8:57:36 PM (4 years ago)
Author:
David Azarewicz
Message:

Merge changes from Paul's uniaud32next branch.

Location:
GPL/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk

  • GPL/trunk/alsa-kernel/pci/cs5535audio/cs5535audio.h

    r598 r679  
     1/* SPDX-License-Identifier: GPL-2.0 */
    12#ifndef __SOUND_CS5535AUDIO_H
    23#define __SOUND_CS5535AUDIO_H
     
    6768
    6869struct cs5535audio_dma_desc {
    69         u32 addr;
    70         u16 size;
    71         u16 ctlreserved;
     70        __le32 addr;
     71        __le16 size;
     72        __le16 ctlreserved;
    7273};
    7374
     
    9596};
    9697
    97 #ifdef CONFIG_PM
    98 int snd_cs5535audio_suspend(struct pci_dev *pci, pm_message_t state);
    99 int snd_cs5535audio_resume(struct pci_dev *pci);
    100 #endif
     98extern const struct dev_pm_ops snd_cs5535audio_pm;
    10199
    102100#ifdef CONFIG_OLPC
    103 void __devinit olpc_prequirks(struct snd_card *card,
    104                 struct snd_ac97_template *ac97);
    105 int __devinit olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97);
    106 void __devexit olpc_quirks_cleanup(void);
     101void olpc_prequirks(struct snd_card *card,
     102                    struct snd_ac97_template *ac97);
     103int olpc_quirks(struct snd_card *card, struct snd_ac97 *ac97);
     104void olpc_quirks_cleanup(void);
    107105void olpc_analog_input(struct snd_ac97 *ac97, int on);
    108106void olpc_mic_bias(struct snd_ac97 *ac97, int on);
     
    137135#endif
    138136
    139 int __devinit snd_cs5535audio_pcm(struct cs5535audio *cs5535audio);
     137int snd_cs5535audio_pcm(struct cs5535audio *cs5535audio);
    140138
    141139#endif /* __SOUND_CS5535AUDIO_H */
Note: See TracChangeset for help on using the changeset viewer.