Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=2f4ff76499b9d0fb877b907a7cd5a28e3356ba28
Commit:     2f4ff76499b9d0fb877b907a7cd5a28e3356ba28
Parent:     99c658a6c018a88b336dbd54d2e552db85348894
Author:     Tony Lindgren <[EMAIL PROTECTED]>
AuthorDate: Mon Feb 12 10:16:43 2007 -0800
Committer:  Tony Lindgren <[EMAIL PROTECTED]>
CommitDate: Fri Mar 2 01:47:12 2007 -0800

    ARM: OMAP: Remove obsolete alsa typedefs
    
    Remove obsolete alsa typedefs
    
    Signed-off-by: Tony Lindgren <[EMAIL PROTECTED]>
---
 include/asm-arm/arch-omap/omap-alsa.h |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/asm-arm/arch-omap/omap-alsa.h 
b/include/asm-arm/arch-omap/omap-alsa.h
index df46954..fcaf44c 100644
--- a/include/asm-arm/arch-omap/omap-alsa.h
+++ b/include/asm-arm/arch-omap/omap-alsa.h
@@ -65,7 +65,7 @@ struct audio_stream {
        int period;             /* current transfer period */
        int periods;            /* current count of periods registerd in the 
DMA engine */
        spinlock_t dma_lock;    /* for locking in DMA operations */
-       snd_pcm_substream_t *stream;    /* the pcm stream */
+       struct snd_pcm_substream *stream;       /* the pcm stream */
        unsigned linked:1;      /* dma channels linked */
        int offset;             /* store start position of the last period in 
the alsa buffer */
        int (*hw_start)(void);  /* interface to start HW interface, e.g. McBSP 
*/
@@ -76,8 +76,8 @@ struct audio_stream {
  * Alsa card structure for aic23
  */
 struct snd_card_omap_codec {
-       snd_card_t *card;
-       snd_pcm_t *pcm;
+       struct snd_card *card;
+       struct snd_pcm *pcm;
        long samplerate;
        struct audio_stream s[2];       /* playback & capture */
 };
@@ -89,9 +89,9 @@ struct snd_card_omap_codec {
 struct omap_alsa_codec_config {
        char    *name;
        struct  omap_mcbsp_reg_cfg *mcbsp_regs_alsa;
-       snd_pcm_hw_constraint_list_t *hw_constraints_rates;
-       snd_pcm_hardware_t *snd_omap_alsa_playback;
-       snd_pcm_hardware_t *snd_omap_alsa_capture;
+       struct  snd_pcm_hw_constraint_list *hw_constraints_rates;
+       struct  snd_pcm_hardware *snd_omap_alsa_playback;
+       struct  snd_pcm_hardware *snd_omap_alsa_capture;
        void    (*codec_configure_dev)(void);
        void    (*codec_set_samplerate)(long);
        void    (*codec_clock_setup)(void);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to