Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 156144
b: refs/heads/master
c: aa563af
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 31, 2009
1 parent 05b1f92 commit 0cac3ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 78735cffc2d9ab0dec32f1ba7cbc1d84b45bbf29
refs/heads/master: aa563af763373a7e67a7b8fdb427d2a2fcbeab3b
4 changes: 2 additions & 2 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,13 @@ struct alc_spec {
*/
unsigned int num_init_verbs;

char stream_name_analog[16]; /* analog PCM stream */
char stream_name_analog[32]; /* analog PCM stream */
struct hda_pcm_stream *stream_analog_playback;
struct hda_pcm_stream *stream_analog_capture;
struct hda_pcm_stream *stream_analog_alt_playback;
struct hda_pcm_stream *stream_analog_alt_capture;

char stream_name_digital[16]; /* digital PCM stream */
char stream_name_digital[32]; /* digital PCM stream */
struct hda_pcm_stream *stream_digital_playback;
struct hda_pcm_stream *stream_digital_capture;

Expand Down

0 comments on commit 0cac3ff

Please sign in to comment.