diff options
author | Takashi Iwai <tiwai@suse.de> | 2011-05-03 16:50:51 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-05-03 16:50:51 +0200 |
commit | 972505ccde9a3bdc8455f4cf3d3f37d17f8f10a3 (patch) | |
tree | 1de7203fad25ae6bd672993f8e0bac03c2473544 /sound/pci/lola/lola.c | |
parent | fe3d393eda2a716c2ea7fcd63e105657911ed245 (diff) | |
download | linux-972505ccde9a3bdc8455f4cf3d3f37d17f8f10a3.tar.gz linux-972505ccde9a3bdc8455f4cf3d3f37d17f8f10a3.tar.bz2 linux-972505ccde9a3bdc8455f4cf3d3f37d17f8f10a3.zip |
ALSA: lola - Use SG-buffer
Completely switch to SG-buffer now, as it's working stably.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lola/lola.c')
-rw-r--r-- | sound/pci/lola/lola.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/lola/lola.c b/sound/pci/lola/lola.c index 7c13ace3c33b..3d2516b11f22 100644 --- a/sound/pci/lola/lola.c +++ b/sound/pci/lola/lola.c @@ -588,7 +588,6 @@ static int __devinit lola_create(struct snd_card *card, struct pci_dev *pci, chip->irq = -1; chip->sample_rate_min = sample_rate_min[dev]; - chip->granularity = granularity[dev]; /* FIXME */ if (chip->granularity != LOLA_GRANULARITY_MAX) { |