diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-09-10 15:32:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-10 15:32:51 +0200 |
commit | 6a0f4021469727675b83d85ac91d106bfae0e2c3 (patch) | |
tree | c6d7ffd99db592f4b7c294d1a5a7b54284012673 /include/sound/pcm.h | |
parent | f9892a52e2405b4c5fa205d4f18ad292cb7e40bb (diff) | |
parent | b888d1ce82ebd2bafecf64c765754968e78b4228 (diff) | |
download | linux-3.10-6a0f4021469727675b83d85ac91d106bfae0e2c3.tar.gz linux-3.10-6a0f4021469727675b83d85ac91d106bfae0e2c3.tar.bz2 linux-3.10-6a0f4021469727675b83d85ac91d106bfae0e2c3.zip |
Merge branch 'topic/dummy' into for-linus
* topic/dummy:
ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128
ALSA: dummy - Add debug proc file
ALSA: Add const prefix to proc helper functions
ALSA: Re-export snd_pcm_format_name() function
ALSA: dummy - Fake buffer allocations
ALSA: dummy - Fix the timer calculation in systimer mode
ALSA: dummy - Add more description
ALSA: dummy - Better jiffies handling
ALSA: dummy - Support high-res timer mode
Diffstat (limited to 'include/sound/pcm.h')
-rw-r--r-- | include/sound/pcm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 1691c7fe35a..de6d981de5d 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -988,4 +988,6 @@ static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max) #define PCM_RUNTIME_CHECK(sub) snd_BUG_ON(!(sub) || !(sub)->runtime) +const char *snd_pcm_format_name(snd_pcm_format_t format); + #endif /* __SOUND_PCM_H */ |