Skip to content

Commit

Permalink
Merge branch 'topic/misc' into for-next
Browse files Browse the repository at this point in the history
Generic updates for sound 3.6
  • Loading branch information
Takashi Iwai committed Jul 18, 2012
2 parents 61eab00 + 59b1f08 commit f0913cd
Show file tree
Hide file tree
Showing 20 changed files with 360 additions and 538 deletions.
362 changes: 0 additions & 362 deletions include/linux/ac97_codec.h

This file was deleted.

3 changes: 2 additions & 1 deletion include/sound/pcm.h
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ int snd_pcm_hw_constraint_integer(struct snd_pcm_runtime *runtime, snd_pcm_hw_pa
int snd_pcm_hw_constraint_list(struct snd_pcm_runtime *runtime,
unsigned int cond,
snd_pcm_hw_param_t var,
struct snd_pcm_hw_constraint_list *l);
const struct snd_pcm_hw_constraint_list *l);
int snd_pcm_hw_constraint_ratnums(struct snd_pcm_runtime *runtime,
unsigned int cond,
snd_pcm_hw_param_t var,
Expand Down Expand Up @@ -893,6 +893,7 @@ extern const struct snd_pcm_hw_constraint_list snd_pcm_known_rates;

int snd_pcm_limit_hw_rates(struct snd_pcm_runtime *runtime);
unsigned int snd_pcm_rate_to_rate_bit(unsigned int rate);
unsigned int snd_pcm_rate_bit_to_rate(unsigned int rate_bit);

static inline void snd_pcm_set_runtime_buffer(struct snd_pcm_substream *substream,
struct snd_dma_buffer *bufp)
Expand Down
2 changes: 2 additions & 0 deletions include/sound/pcm_params.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
*
*/

#include <sound/pcm.h>

int snd_pcm_hw_param_first(struct snd_pcm_substream *pcm,
struct snd_pcm_hw_params *params,
snd_pcm_hw_param_t var, int *dir);
Expand Down
Loading

0 comments on commit f0913cd

Please sign in to comment.