Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372062
b: refs/heads/master
c: 167d0a1
h: refs/heads/master
v: v3
  • Loading branch information
Eldad Zack authored and Takashi Iwai committed Apr 29, 2013
1 parent 471d5d0 commit e9b9a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 74c34ca1cc12884703c70d34ed333517d978c2e7
refs/heads/master: 167d0a11d5feedd1f9cb9ae128ac543e97148eff
2 changes: 1 addition & 1 deletion trunk/sound/pci/asihpi/asihpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ static u64 snd_card_asihpi_capture_formats(struct snd_card_asihpi *asihpi,
format, sample_rate, 128000, 0);
if (!err)
err = hpi_instream_query_format(h_stream, &hpi_format);
if (!err)
if (!err && (hpi_to_alsa_formats[format] != -1))
formats |= pcm_format_to_bits(hpi_to_alsa_formats[format]);
}
return formats;
Expand Down

0 comments on commit e9b9a52

Please sign in to comment.