Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/hdaudio/pcm_iface.c

    r0d59ea7e rcf78637  
    11/*
    2  * Copyright (c) 2022 Jiri Svoboda
     2 * Copyright (c) 2014 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    132132            *channels, *rate, *format);
    133133
    134         if (*channels != 2) {
     134        if (*channels != 1) {
    135135                *channels = 2;
    136136                rc = ELIMIT;
Note: See TracChangeset for help on using the changeset viewer.