Loading sound/atmel/ac97c.c +0 −2 Original line number Diff line number Diff line Loading @@ -312,7 +312,6 @@ static int atmel_ac97c_playback_prepare(struct snd_pcm_substream *substream) default: /* TODO: support more than two channels */ return -EINVAL; break; } ac97c_writel(chip, OCA, word); Loading Loading @@ -374,7 +373,6 @@ static int atmel_ac97c_capture_prepare(struct snd_pcm_substream *substream) default: /* TODO: support more than two channels */ return -EINVAL; break; } ac97c_writel(chip, ICA, word); Loading Loading
sound/atmel/ac97c.c +0 −2 Original line number Diff line number Diff line Loading @@ -312,7 +312,6 @@ static int atmel_ac97c_playback_prepare(struct snd_pcm_substream *substream) default: /* TODO: support more than two channels */ return -EINVAL; break; } ac97c_writel(chip, OCA, word); Loading Loading @@ -374,7 +373,6 @@ static int atmel_ac97c_capture_prepare(struct snd_pcm_substream *substream) default: /* TODO: support more than two channels */ return -EINVAL; break; } ac97c_writel(chip, ICA, word); Loading