Skip to content

Commit

Permalink
Merge branch 'fix/misc' into for-linus
Browse files Browse the repository at this point in the history
* fix/misc:
  ALSA: indigo-express: add missing 64KHz flags
  • Loading branch information
Takashi Iwai committed May 4, 2009
2 parents dea6a9d + 3f68165 commit 5d7ee52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sound/pci/echoaudio/indigodjx.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static struct snd_pcm_hardware pcm_hardware_skel = {
.rates = SNDRV_PCM_RATE_32000 |
SNDRV_PCM_RATE_44100 |
SNDRV_PCM_RATE_48000 |
SNDRV_PCM_RATE_64000 |
SNDRV_PCM_RATE_88200 |
SNDRV_PCM_RATE_96000,
.rate_min = 32000,
Expand Down
1 change: 1 addition & 0 deletions sound/pci/echoaudio/indigoiox.c
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ static struct snd_pcm_hardware pcm_hardware_skel = {
.rates = SNDRV_PCM_RATE_32000 |
SNDRV_PCM_RATE_44100 |
SNDRV_PCM_RATE_48000 |
SNDRV_PCM_RATE_64000 |
SNDRV_PCM_RATE_88200 |
SNDRV_PCM_RATE_96000,
.rate_min = 32000,
Expand Down

0 comments on commit 5d7ee52

Please sign in to comment.